diff options
| author | Sandro Tosi <morph@debian.org> | 2022-06-19 12:42:38 -0400 |
|---|---|---|
| committer | git-ubuntu importer <ubuntu-devel-discuss@lists.ubuntu.com> | 2022-06-19 22:34:37 +0000 |
| commit | fc69928cc98e771f46970bef1e2bfd9945d10c52 (patch) | |
| tree | 370785cdaefc296d233416fa435893a307aab9f5 /debian | |
| parent | fc49f9920d973bd2d6f98279ca69852c94d14172 (diff) | |
1.3.0-4 (patches unapplied)import/1.3.0-4ubuntu/mantic-develubuntu/manticubuntu/lunar-develubuntu/lunarubuntu/kinetic-proposedubuntu/kinetic-develubuntu/kineticdebian/bookworm
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/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 |
