← Back to team overview

launchpad-reviewers team mailing list archive

[Merge] ~cjwatson/launchpad:pgbouncer-0.0.9 into launchpad:master

 

Colin Watson has proposed merging ~cjwatson/launchpad:pgbouncer-0.0.9 into launchpad:master.

Commit message:
Upgrade to pgbouncer 0.0.9

Requested reviews:
  Launchpad code reviewers (launchpad-reviewers)

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

This adds Python 3 support.

Dependencies MP: https://code.launchpad.net/~cjwatson/lp-source-dependencies/+git/lp-source-dependencies/+merge/378429
-- 
Your team Launchpad code reviewers is requested to review the proposed merge of ~cjwatson/launchpad:pgbouncer-0.0.9 into launchpad:master.
diff --git a/constraints.txt b/constraints.txt
index 98a984e..b5f913a 100644
--- a/constraints.txt
+++ b/constraints.txt
@@ -255,7 +255,7 @@ Paste==1.7.5.1
 PasteDeploy==1.3.4
 PasteScript==1.7.5
 pathlib2==2.3.2
-pgbouncer==0.0.8
+pgbouncer==0.0.9
 prettytable==0.7.2
 psutil==5.4.2
 psycopg2==2.7.4

References