1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89
|
python-django-pgschemas (1.0.1-2) unstable; urgency=medium
* Team upload.
* Use python3-pytest-asyncio for autopkgtest
* Apply multi-arch hint
* Standards-Version 4.7.2
* Drop Rules-Requires-Root: no
-- Alexandre Detiste <tchet@debian.org> Fri, 29 Aug 2025 22:58:48 +0200
python-django-pgschemas (1.0.1-1) unstable; urgency=low
* New upstream version 1.0.1
* Refresh patches and drop obsolete ones.
* Upstream now uses mkdocs instead of sphinx for building documentation,
adapt packaging.
* Only build-depend on python3-poetry-core instead of the whole
python3-poetry package.
* Upstream switched README to markdown.
* Change path and Djangosettings for autopkgtests.
* Run wrap-and-sort -bast to reduce diff size of future changes.
-- Michael Fladischer <fladi@debian.org> Tue, 22 Oct 2024 16:48:16 +0000
python-django-pgschemas (0.16.0-1) unstable; urgency=medium
* Team upload.
* New upstream version 0.16.0.
* Fix pg_collate catalog query to support PG17.
-- Christoph Berg <myon@debian.org> Wed, 25 Sep 2024 15:22:32 +0000
python-django-pgschemas (0.15.2-1) unstable; urgency=low
* New upstream version 0.15.2
* Use dh-sequence-python3.
* Bump Standards-Version to 4.7.0.
* Update year in d/copyright.
-- Michael Fladischer <fladi@debian.org> Fri, 19 Jul 2024 06:59:46 +0000
python-django-pgschemas (0.15.1-2) unstable; urgency=low
* Add patch to replace assertEquals with assertEqual (Closes: #1059662).
* Add patch to remove distutils code in preparation for Python 3.12.
-- Michael Fladischer <fladi@debian.org> Sun, 21 Jan 2024 20:15:38 +0000
python-django-pgschemas (0.15.1-1) unstable; urgency=medium
* New upstream version 0.15.1
-- Michael Fladischer <fladi@debian.org> Sat, 28 Oct 2023 09:27:00 +0000
python-django-pgschemas (0.15.0-1) unstable; urgency=medium
* New upstream version 0.15.0
* Refresh patches.
* Use new dpgs_sandbox.settings.full module for tests and sphinx.
* Create root role in postgresql before running tests.
-- Michael Fladischer <fladi@debian.org> Sun, 13 Aug 2023 13:05:06 +0000
python-django-pgschemas (0.14-1) unstable; urgency=medium
* New upstream version 0.14
* Refresh patches.
-- Michael Fladischer <fladi@debian.org> Wed, 28 Jun 2023 17:04:22 +0000
python-django-pgschemas (0.13.1-1) unstable; urgency=medium
* New upstream version 0.13.1
* Bump Standards-Version to 4.6.2.
-- Michael Fladischer <fladi@debian.org> Mon, 19 Jun 2023 12:26:10 +0000
python-django-pgschemas (0.12.0-1) unstable; urgency=low
* New upstream release.
* Update d/copyright with new years.
-- Michael Fladischer <fladi@debian.org> Thu, 05 Jan 2023 18:47:02 +0000
python-django-pgschemas (0.11.0-1) unstable; urgency=low
* Initial release (Closes: #1023142).
-- Michael Fladischer <fladi@debian.org> Sat, 29 Oct 2022 22:43:12 +0000
|