Merge lp:~benji/python-pgbouncer/tidy-up-dependencies into lp:python-pgbouncer

Proposed by Benji York
Status: Merged
Merged at revision: 12
Proposed branch: lp:~benji/python-pgbouncer/tidy-up-dependencies
Merge into: lp:python-pgbouncer
Diff against target: 46 lines (+5/-6)
3 files modified
buildout.cfg (+0/-3)
setup.py (+1/-0)
versions.cfg (+4/-3)
To merge this branch: bzr merge lp:~benji/python-pgbouncer/tidy-up-dependencies
Reviewer Review Type Date Requested Status
Gavin Panella (community) Approve
Review via email: mp+120426@code.launchpad.net

Commit message

- fix a bad (not publicly available) version
- add missing psycopg2 dependency

Description of the change

This branch extracts the non-controversial bits of lp:~benji/python-pgbouncer/buildout-fixes-and-tweaks so we can get them landed.

- fix a bad (not publicly available) version
- add missing psycopg2 dependency

To post a comment you must log in.
Revision history for this message
Gavin Panella (allenap) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'buildout.cfg'
2--- buildout.cfg 2011-07-18 03:31:27 +0000
3+++ buildout.cfg 2012-08-20 16:30:49 +0000
4@@ -26,9 +26,6 @@
5
6 develop = .
7
8-# [configuration]
9-# instance_name = development
10-
11 [scripts]
12 recipe = z3c.recipe.scripts
13 eggs = pgbouncer [test]
14
15=== modified file 'setup.py'
16--- setup.py 2011-10-28 11:48:53 +0000
17+++ setup.py 2012-08-20 16:30:49 +0000
18@@ -39,6 +39,7 @@
19 ],
20 install_requires = [
21 'fixtures',
22+ 'psycopg2',
23 ],
24 extras_require = dict(
25 test=[
26
27=== modified file 'versions.cfg'
28--- versions.cfg 2011-07-18 03:31:27 +0000
29+++ versions.cfg 2012-08-20 16:30:49 +0000
30@@ -3,12 +3,13 @@
31
32 [versions]
33 fixtures = 0.3.6
34-pytz = 2010o
35+psycopg2 = 2.4.5
36+pytz = 2012d
37 setuptools = 0.6c11
38-testresources = 0.2.4-r58
39+testresources = 0.2.4
40 testtools = 0.9.11
41 van.pg = 1.4
42-zc.recipe.egg = 1.3.2
43 z3c.recipe.filetemplate = 2.1.0
44 z3c.recipe.scripts = 1.0.1
45 zc.buildout = 1.5.1
46+zc.recipe.egg = 1.3.2

Subscribers

People subscribed via source and target branches

to status/vote changes: