summaryrefslogtreecommitdiff
path: root/debian
diff options
authorSandro Tosi <morph@debian.org>2022-06-19 12:42:38 -0400
committergit-ubuntu importer <ubuntu-devel-discuss@lists.ubuntu.com>2022-06-19 22:34:37 +0000
commitfc69928cc98e771f46970bef1e2bfd9945d10c52 (patch)
tree370785cdaefc296d233416fa435893a307aab9f5 /debian
parentfc49f9920d973bd2d6f98279ca69852c94d14172 (diff)
Imported using git-ubuntu import.
Notes
Notes: * debian/control - bump b-d on testing.common.database to >= 2.0.3, needed to support the new location of collections.abc.Callable, see #1002361
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog8
-rw-r--r--debian/control2
2 files changed, 9 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 2482d22..bc32a0c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+python-testing.postgresql (1.3.0-4) unstable; urgency=medium
+
+ * debian/control
+ - bump b-d on testing.common.database to >= 2.0.3, needed to support the
+ new location of collections.abc.Callable, see #1002361
+
+ -- Sandro Tosi <morph@debian.org> Sun, 19 Jun 2022 12:42:38 -0400
+
python-testing.postgresql (1.3.0-3) unstable; urgency=medium
[ Debian Janitor ]
diff --git a/debian/control b/debian/control
index 5c735f4..45a603d 100644
--- a/debian/control
+++ b/debian/control
@@ -14,7 +14,7 @@ Build-Depends:
python3-psycopg2,
python3-setuptools,
python3-sqlalchemy,
- python3-testing.common.database (>= 1.1.0),
+ python3-testing.common.database (>= 2.0.3),
Standards-Version: 3.9.8
Homepage: https://github.com/tk0miya/testing.postgresql
Testsuite: autopkgtest-pkg-python