launchpad-reviewers team mailing list archive
-
launchpad-reviewers team
-
Mailing list archive
-
Message #19053
[Merge] lp:~cjwatson/launchpad/upgrade-python-debian into lp:launchpad
Colin Watson has proposed merging lp:~cjwatson/launchpad/upgrade-python-debian into lp:launchpad.
Commit message:
Upgrade to python-debian 0.1.23 and six 1.9.0.
Requested reviews:
Launchpad code reviewers (launchpad-reviewers)
For more details, see:
https://code.launchpad.net/~cjwatson/launchpad/upgrade-python-debian/+merge/265646
Upgrade python-debian to 0.1.23, and six to 1.9.0 since python-debian needs a newer version. This is so that I can use LP's bin/py to run launchpad-buildd tests after I add code there that requires a newer version of python-debian.
--
Your team Launchpad code reviewers is requested to review the proposed merge of lp:~cjwatson/launchpad/upgrade-python-debian into lp:launchpad.
=== modified file 'versions.cfg'
--- versions.cfg 2015-07-12 23:41:15 +0000
+++ versions.cfg 2015-07-23 11:52:57 +0000
@@ -89,7 +89,7 @@
pyOpenSSL = 0.13
pystache = 0.5.3
python-dateutil = 1.5
-python-debian = 0.1.21
+python-debian = 0.1.23
python-keystoneclient = 0.3.1
# lp:python-memcached
# r57 (includes a fix for bug 974632)
@@ -114,7 +114,7 @@
setuptools-git = 1.0
simplejson = 3.1.3
SimpleTAL = 4.3
-six = 1.3.0
+six = 1.9.0
soupmatchers = 0.2
sourcecodegen = 0.6.14
# lp:~launchpad-committers/storm/with-without-datetime
Follow ups