Merge ~cjwatson/txpkgupload:unittest-1.1.0+lp1 into txpkgupload:master

Proposed by Colin Watson
Status: Merged
Approved by: Colin Watson
Approved revision: b2ba1510a0f3ec502c9c8a8f29f4b23f354d0b9d
Merge reported by: Otto Co-Pilot
Merged at revision: not available
Proposed branch: ~cjwatson/txpkgupload:unittest-1.1.0+lp1
Merge into: txpkgupload:master
Diff against target: 19 lines (+2/-1)
1 file modified
requirements.txt (+2/-1)
Reviewer Review Type Date Requested Status
Ioana Lasc (community) Approve
Review via email: mp+392802@code.launchpad.net

Commit message

Upgrade to unittest2 1.1.0+lp1

Description of the change

unittest2 was the only one of Launchpad's dependencies that couldn't be built into a wheel (see https://github.com/pypa/setuptools/issues/409), which was an annoying limitation that got in the way of making some other build system improvements. Switch to a local fork that fixes this.

Also add argparse 1.4.0, which is a setup_requires of unittest2. We probably only got away without it up to now because of a cached wheel somewhere.

Dependencies MP: https://code.launchpad.net/~cjwatson/txpkgupload/+git/dependencies/+merge/392803

To post a comment you must log in.
Revision history for this message
Ioana Lasc (ilasc) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
diff --git a/requirements.txt b/requirements.txt
index d1027b7..92d3714 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,4 +1,5 @@
1appdirs==1.4.31appdirs==1.4.3
2argparse==1.4.0
2asn1crypto==0.23.03asn1crypto==0.23.0
3attrs==17.3.04attrs==17.3.0
4Automat==0.6.05Automat==0.6.0
@@ -40,7 +41,7 @@ testresources==0.2.7
40testtools==2.3.041testtools==2.3.0
41traceback2==1.4.042traceback2==1.4.0
42Twisted[conch]==18.4.043Twisted[conch]==18.4.0
43unittest2==1.0.144unittest2==1.1.0+lp1
44wadllib==1.3.245wadllib==1.3.2
45wsgi-intercept==0.5.146wsgi-intercept==0.5.1
46zope.browser==1.347zope.browser==1.3

Subscribers

People subscribed via source and target branches

to all changes: