Colin Watson has proposed merging ~cjwatson/launchpad:keystoneclient-3.21.0 into launchpad:master.
Commit message: Upgrade to python-keystoneclient 3.21.0 Requested reviews: Launchpad code reviewers (launchpad-reviewers) For more details, see: https://code.launchpad.net/~cjwatson/launchpad/+git/launchpad/+merge/407801 Now that the production librarian no longer needs to talk to PS4 (Icehouse), I'm not as scared of upgrading keystoneclient to a less prehistoric version. I chose the version from OpenStack Train to match our current swiftclient version. This means that our dependency tree is finally consistent enough for "pip check" to pass. Dependencies MP: https://code.launchpad.net/~cjwatson/lp-source-dependencies/+git/lp-source-dependencies/+merge/407800 -- Your team Launchpad code reviewers is requested to review the proposed merge of ~cjwatson/launchpad:keystoneclient-3.21.0 into launchpad:master.
diff --git a/requirements/launchpad.txt b/requirements/launchpad.txt index 99e6830..64fed7f 100644 --- a/requirements/launchpad.txt +++ b/requirements/launchpad.txt @@ -35,6 +35,7 @@ cssselect==0.9.1 cssutils==1.0.2 Cython==0.29.17 d2to1==0.2.12 +debtcollector==1.22.0 defusedxml==0.6.0 distro==1.4.0 dkimpy==1.0.4 @@ -62,6 +63,7 @@ iso8601==0.1.12 jmespath==0.10.0 jsautobuild==0.2 keyring==0.6.2 +keystoneauth1==4.1.0 kombu==4.6.11 launchpad-buildd==193 launchpadlib==1.10.9 @@ -83,9 +85,11 @@ maxminddb==1.5.1 meliae==0.5.1 mistune==0.8.3 monotonic==1.5 +msgpack==1.0.2 multipart==0.1.1+lp1; python_version < "3" multipart==0.2.4; python_version >= "3" netaddr==0.7.19 +netifaces==0.11.0 oauth==1.0 oauthlib==3.1.0 oops==0.0.14 @@ -94,7 +98,11 @@ oops-datedir-repo==0.0.24 oops-timeline==0.0.3 oops-twisted==0.0.8 oops-wsgi==0.0.15 -oslo.config==1.3.0 +os-service-types==1.7.0 +oslo.config==7.0.0 +oslo.i18n==3.25.1 +oslo.serialization==2.29.3 +oslo.utils==3.42.1 paramiko==2.4.1 Paste==3.3.0 PasteDeploy==2.1.0 @@ -117,7 +125,7 @@ pyOpenSSL==17.5.0 pystache==0.5.3 python-dateutil==2.8.1 python-debian==0.1.32 -python-keystoneclient==0.7.1 +python-keystoneclient==3.21.0 python-memcached==1.58 # https://github.com/ziima/python-openid/pull/47 # lp1 Fix normalization of non-ASCII query strings on Python 2. @@ -128,6 +136,7 @@ rabbitfixture==0.5.0 requests-file==1.4.3 requests-toolbelt==0.9.1 responses==0.9.0 +rfc3986==1.5.0 s3transfer==0.3.6 secure-cookie==0.1.0 service-identity==18.1.0 @@ -140,6 +149,7 @@ SimpleTAL==5.2; python_version >= "3" soupmatchers==0.4 soupsieve==1.9 statsd==3.3.0 +stevedore==1.32.0 # lp:~launchpad-committers/storm/lp storm==0.24+lp417 subprocess32==3.2.6 @@ -164,6 +174,7 @@ webencodings==0.5.1 WebOb==1.8.5 WebTest==2.0.35 Werkzeug==1.0.1 +wrapt==1.12.1 wsgi-intercept==1.9.2 WSGIProxy2==0.4.6 wsgiref==0.1.2
_______________________________________________ Mailing list: https://launchpad.net/~launchpad-reviewers Post to : [email protected] Unsubscribe : https://launchpad.net/~launchpad-reviewers More help : https://help.launchpad.net/ListHelp

