← Back to team overview

launchpad-reviewers team mailing list archive

[Merge] lp:~jameinel/launchpad/py27-introduction-1020667 into lp:launchpad

 

John A Meinel has proposed merging lp:~jameinel/launchpad/py27-introduction-1020667 into lp:launchpad.

Requested reviews:
  Launchpad code reviewers (launchpad-reviewers)

For more details, see:
https://code.launchpad.net/~jameinel/launchpad/py27-introduction-1020667/+merge/113559

This just updates launchpad to use newer versions of launchpadlib (0.10.2, to be released soon, see: https://code.launchpad.net/~jameinel/launchpadlib/py27-config-ordering-1020667/+merge/113558)

We've been using 0.9.12, but it turns out that updating to 0.10.0+ requires a newer httplib2 as it started passing a flag there.

With these two updates, the launchpad test suite passes on python-2.7.

This can't be landed until the above merge proposal is approved, merged, and the new version of launchpadlib is built.
-- 
https://code.launchpad.net/~jameinel/launchpad/py27-introduction-1020667/+merge/113559
Your team Launchpad code reviewers is requested to review the proposed merge of lp:~jameinel/launchpad/py27-introduction-1020667 into lp:launchpad.
=== modified file 'versions.cfg'
--- versions.cfg	2012-07-03 20:10:53 +0000
+++ versions.cfg	2012-07-05 12:00:35 +0000
@@ -34,7 +34,7 @@
 funkload = 1.10.0
 grokcore.component = 1.6
 html5browser = 0.0.9
-httplib2 = 0.6.0
+httplib2 = 0.7.4
 importlib = 1.0.2
 ipython = 0.9.1
 iso8601 = 0.1.4
@@ -42,7 +42,7 @@
 Jinja2 = 2.2
 keyring = 0.6.2
 kombu = 2.1.1
-launchpadlib = 1.9.12
+launchpadlib = 1.10.2
 lazr.amqp = 0.1
 lazr.authentication = 0.1.1
 lazr.batchnavigator = 1.2.10


Follow ups