[Python-modules-commits] [aiopg] 01/01: Fix a typo in Build-Depends (and depend on Python 3.X version of psycopg2 package, closes: 802060)

Piotr Ożarowski piotr at moszumanska.debian.org
Sat Oct 31 22:43:52 UTC 2015


This is an automated email from the git hooks/post-receive script.

piotr pushed a commit to branch master
in repository aiopg.

commit fab2d6fb11f0ccf2c41688797449f1ef67746ffd
Author: Piotr Ożarowski <piotr at debian.org>
Date:   Sat Oct 31 23:42:05 2015 +0100

    Fix a typo in Build-Depends (and depend on Python 3.X version of psycopg2 package, closes: 802060)
---
 debian/changelog | 9 +++++++++
 debian/control   | 2 +-
 2 files changed, 10 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 6816a9f..0093a24 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+aiopg (0.7.0-3) unstable; urgency=medium
+
+  * Fix a typo in Build-Depends (and depend on Python 3.X version of psycopg2
+    package, closes: 802060)
+  * Add python3-sqlalchemy to Build-Depends (needed by python3.5's new
+    "feature")
+
+ -- Piotr Ożarowski <piotr at debian.org>  Sat, 31 Oct 2015 23:28:24 +0100
+
 aiopg (0.7.0-1) unstable; urgency=low
 
   * Initial release (closes: 795413)
diff --git a/debian/control b/debian/control
index d3617af..42574a5 100644
--- a/debian/control
+++ b/debian/control
@@ -6,7 +6,7 @@ Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.o
 Build-Depends: debhelper (>= 9), dh-python, python3-all, 
  python3-setuptools,
 # tests:
- python-psycopg2 (>= 2.5.2)
+ python3-psycopg2 (>= 2.5.2), python3-sqlalchemy
 Standards-Version: 3.9.6
 Homepage: http://aiopg.readthedocs.org/
 Vcs-Git: git://anonscm.debian.org/python-modules/packages/aiopg.git

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/aiopg.git



More information about the Python-modules-commits mailing list