← Back to team overview

launchpad-reviewers team mailing list archive

[Merge] ~cjwatson/launchpad:multipart-0.1.1+lp1 into launchpad:master

 

Colin Watson has proposed merging ~cjwatson/launchpad:multipart-0.1.1+lp1 into launchpad:master.

Commit message:
Upgrade to multipart 0.1.1+lp1

Requested reviews:
  Launchpad code reviewers (launchpad-reviewers)

For more details, see:
https://code.launchpad.net/~cjwatson/launchpad/+git/launchpad/+merge/406392

https://github.com/zopefoundation/zope.publisher/pull/66 caused a regression in xx-pofile-translate-newlines-check.txt, which turns out to be because of a multipart bug that was previously masked by zope.publisher.  Cherry-pick https://github.com/defnull/multipart/pull/36 to fix this.

Dependencies MP: https://code.launchpad.net/~cjwatson/lp-source-dependencies/+git/lp-source-dependencies/+merge/406391
-- 
Your team Launchpad code reviewers is requested to review the proposed merge of ~cjwatson/launchpad:multipart-0.1.1+lp1 into launchpad:master.
diff --git a/requirements/launchpad.txt b/requirements/launchpad.txt
index 937420d..2388633 100644
--- a/requirements/launchpad.txt
+++ b/requirements/launchpad.txt
@@ -85,6 +85,7 @@ meliae==0.5.1
 mistune==0.8.3
 mock==1.0.1
 monotonic==1.5
+multipart==0.1.1+lp1; python_version < "3"
 multipart==0.2.4; python_version >= "3"
 netaddr==0.7.19
 oauth==1.0