diff options
| -rw-r--r-- | debian/.gitignore | 1 | ||||
| -rw-r--r-- | debian/changelog | 12 | ||||
| -rw-r--r-- | debian/control | 5 | ||||
| -rwxr-xr-x | debian/rules | 1 |
4 files changed, 16 insertions, 3 deletions
diff --git a/debian/.gitignore b/debian/.gitignore new file mode 100644 index 0000000..2c8afeb --- /dev/null +++ b/debian/.gitignore @@ -0,0 +1 @@ +/files diff --git a/debian/changelog b/debian/changelog index 767543a..43fc073 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,15 @@ +python-testing.postgresql (1.3.0-6) unstable; urgency=medium + + * Team upload. + + [ Alexandre Detiste ] + * Replace python3-nose with python3-pytest (closes: #1018589) + + [ Colin Watson ] + * Use pybuild-plugin-pyproject. + + -- Colin Watson <cjwatson@debian.org> Thu, 03 Oct 2024 19:46:22 +0100 + python-testing.postgresql (1.3.0-5) unstable; urgency=medium * Team upload. diff --git a/debian/control b/debian/control index f1af0bd..b2b5cf8 100644 --- a/debian/control +++ b/debian/control @@ -7,8 +7,9 @@ Priority: optional Build-Depends: debhelper-compat (= 13), dh-sequence-python3, postgresql, + pybuild-plugin-pyproject, python3-all, - python3-nose, + python3-pytest, python3-pg8000, python3-psycopg2, python3-setuptools, @@ -32,5 +33,3 @@ Description: Python testing.* framework - PostgreSQL helpers (Python 3) testing.postgresql contains helper classes to work with a temporary PostgreSQL server. It automatically sets up a PostgreSQL instance in a temporary directory, and destroys it after testing. - . - This package contains the Python 3 version. diff --git a/debian/rules b/debian/rules index d07bca1..a755022 100755 --- a/debian/rules +++ b/debian/rules @@ -1,6 +1,7 @@ #!/usr/bin/make -f export PYBUILD_NAME=testing.postgresql + %: dh $@ --buildsystem=pybuild |
