← Back to team overview

launchpad-reviewers team mailing list archive

[Merge] ~cjwatson/txpkgupload:update-launchpadlib into txpkgupload:master

 

Colin Watson has proposed merging ~cjwatson/txpkgupload:update-launchpadlib into txpkgupload:master.

Commit message:
Upgrade launchpadlib stack

Requested reviews:
  Launchpad code reviewers (launchpad-reviewers)

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

Upgrade to launchpadlib 1.10.9, lazr.restfulclient 0.14.3, lazr.uri 1.0.5, and dependencies.  These add or improve Python 3 support.

Dependencies MP: https://code.launchpad.net/~cjwatson/txpkgupload/+git/dependencies/+merge/392936
-- 
Your team Launchpad code reviewers is requested to review the proposed merge of ~cjwatson/txpkgupload:update-launchpadlib into txpkgupload:master.
diff --git a/requirements.txt b/requirements.txt
index 9a71dfa..c006abd 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -7,6 +7,7 @@ bson==0.3.3
 cffi==1.11.4
 constantly==15.1.0
 cryptography==2.1.4
+distro==1.4.0
 enum34==1.1.6
 extras==1.0.0
 fixtures==3.0.0
@@ -18,13 +19,12 @@ incremental==17.5.0
 ipaddress==1.0.18
 iso8601==0.1.4
 keyring==0.6.2
-launchpadlib==1.10.5
-lazr.authentication==0.1.1
-lazr.restfulclient==0.13.2
+launchpadlib==1.10.9
+lazr.restfulclient==0.14.3
 lazr.sshserver==0.1.11
-lazr.uri==1.0.3
+lazr.uri==1.0.5
 linecache2==1.0.0
-oauth==1.0
+oauthlib==3.1.0
 oops==0.0.14
 oops-datedir-repo==0.0.24
 oops-twisted==0.0.8
@@ -43,7 +43,6 @@ traceback2==1.4.0
 Twisted[conch]==18.4.0
 unittest2==1.1.0+lp1
 wadllib==1.3.2
-wsgi-intercept==0.5.1
 zope.browser==2.3
 zope.component==4.6.1
 zope.configuration==4.4.0

Follow ups