diff options
| author | Colin Watson <cjwatson@debian.org> | 2024-10-03 19:46:22 +0100 |
|---|---|---|
| committer | git-ubuntu importer <ubuntu-devel-discuss@lists.ubuntu.com> | 2024-10-03 22:36:38 +0000 |
| commit | 5583e82c7219920068095fb211dffd141eff2cdb (patch) | |
| tree | a59bcb87593476c6de69c833d79bc7afbd0419e7 /debian | |
| parent | 406306d8c3b9b1757ea184473d423b1015b8e21e (diff) | |
1.3.0-6 (patches unapplied)HEADimport/1.3.0-6ubuntu/resolute-develubuntu/resoluteubuntu/questing-develubuntu/questingubuntu/plucky-proposedubuntu/plucky-develubuntu/pluckyubuntu/develdebian/sid
Imported using git-ubuntu import.
Notes
Notes:
* Team upload.
[ Alexandre Detiste ]
* Replace python3-nose with python3-pytest (closes: #1018589)
[ Colin Watson ]
* Use pybuild-plugin-pyproject.
Diffstat (limited to 'debian')
| -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 |
