diff options
| -rw-r--r-- | debian/changelog | 8 | ||||
| -rw-r--r-- | debian/control | 2 |
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 |
