← Back to team overview

launchpad-reviewers team mailing list archive

[Merge] lp:~cjwatson/launchpad/psycopg-2.6.1 into lp:launchpad

 

Colin Watson has proposed merging lp:~cjwatson/launchpad/psycopg-2.6.1 into lp:launchpad.

Commit message:
Upgrade to psycopg2 2.6.1 and a Storm cherry-pick to tolerate it.

Requested reviews:
  Launchpad code reviewers (launchpad-reviewers)

For more details, see:
https://code.launchpad.net/~cjwatson/launchpad/psycopg-2.6.1/+merge/278356

Upgrade to psycopg2 2.6.1 and a Storm cherry-pick to tolerate it (https://code.launchpad.net/~cjwatson/storm/lp-psycopg-2.5/+merge/278350).  This is mostly enough to let us create new json columns and have them work with Storm; we do need a somewhat tweaked version of JSONVariable, but at least for now we can handle that in Launchpad without needing to change Storm.
-- 
Your team Launchpad code reviewers is requested to review the proposed merge of lp:~cjwatson/launchpad/psycopg-2.6.1 into lp:launchpad.
=== modified file 'versions.cfg'
--- versions.cfg	2015-11-18 12:51:52 +0000
+++ versions.cfg	2015-11-23 18:45:22 +0000
@@ -82,7 +82,7 @@
 pgbouncer = 0.0.8
 pip = 1.4
 prettytable = 0.7.2
-psycopg2 = 2.4.6
+psycopg2 = 2.6.1
 pyasn1 = 0.1.6
 pycrypto = 2.6
 Pygments = 1.6
@@ -121,7 +121,7 @@
 soupmatchers = 0.2
 sourcecodegen = 0.6.14
 # lp:~launchpad-committers/storm/with-without-datetime
-storm = 0.19.0.99-lpwithnodatetime-r406
+storm = 0.19.0.99-lpwithnodatetime-r407
 subprocess32 = 3.2.6
 subvertpy = 0.9.1
 testresources = 0.2.7


Follow ups