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 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111
|
python-django-navtag (3.3.1-1) unstable; urgency=low
* Use github instead of pypi for new releases.
* New upstream version 3.3.1
* Bump Standards-Version to 4.7.2.
* Update year in d/copyright.
* Build using pybuild-plugin-pyproject.
* Add patch to also install tests.
* Switch to python3-pytest and python3-pytest-django to run tests.
* Depend on python3-all for autopkgtests.
* Run wrap-and-sort -bast to reduce diff size of future changes.
-- Michael Fladischer <fladi@debian.org> Mon, 25 Aug 2025 15:05:54 +0000
python-django-navtag (3.0-3) unstable; urgency=medium
* Team upload.
* Fix d/watch for new PyPi archive naming policy
-- Alexandre Detiste <tchet@debian.org> Wed, 02 Jul 2025 11:07:26 +0200
python-django-navtag (3.0-2) unstable; urgency=medium
[ Debian Janitor ]
* Set upstream metadata fields: Repository-Browse.
* Update standards version to 4.6.1, no changes needed.
-- Jelmer Vernooij <jelmer@debian.org> Wed, 23 Nov 2022 21:17:19 +0000
python-django-navtag (3.0-1) unstable; urgency=low
[ Debian Janitor ]
* Bump debhelper from old 11 to 12.
* Set upstream metadata fields: Bug-Database.
[ Ondřej Nový ]
* d/control: Update Maintainer field with new Debian Python Team
contact address.
* d/control: Update Vcs-* fields with new Debian Python Team Salsa
layout.
[ Debian Janitor ]
* Set upstream metadata fields: Bug-Submit.
[ Michael Fladischer ]
* New upstream release.
* Bump debhelper version to 13.
* Bump Standards-Version to 4.6.0.
* Set Rules-Requires-Root: no.
* Use uscan version 4.
* Enable upstream testsuite for autopkgtests.
* Remove unnecessary autopkgtest-pkg-python testsuite.
-- Michael Fladischer <fladi@debian.org> Mon, 06 Sep 2021 19:27:00 +0000
python-django-navtag (2.1.3-2) unstable; urgency=medium
* Team upload.
* Use debhelper-compat instead of debian/compat.
* Drop Python 2 support.
-- Ondřej Nový <onovy@debian.org> Thu, 25 Jul 2019 01:23:24 +0200
python-django-navtag (2.1.3-1) unstable; urgency=low
[ Ondřej Nový ]
* d/control: Set Vcs-* to salsa.debian.org
* d/control: Remove ancient X-Python-Version field
* d/control: Remove ancient X-Python3-Version field
[ Michael Fladischer ]
* New upstream release.
* Disable PGP signature check in uscan as upstream is not providing a
signature for current releases.
* Clean up files in django_navtag.egg-info/ to allow two builds in a
row.
* Bump debhelper compatibility and version to 11.
* Bump Standards-Version to 4.1.4.
* Run wrap-and-sort -bast to reduce diff size of future changes.
* Enable autopkgtest-pkg-python testsuite.
-- Michael Fladischer <fladi@debian.org> Fri, 01 Jun 2018 14:35:08 +0200
python-django-navtag (2.1.2-1) unstable; urgency=low
* New upstream release.
* Refresh patches after git-dpm to gbp pq conversion
* Move upstream signing key to debian/upstream/signing-key.asc.
* Adapt test settings to new upstream path.
* Bump Standards-Version to 4.1.1.
-- Michael Fladischer <fladi@debian.org> Wed, 01 Nov 2017 20:14:24 +0100
python-django-navtag (2.1.1-3) unstable; urgency=medium
* Add patch to fix tests with Django 1.10 (Closes: #834470).
-- Michael Fladischer <fladi@debian.org> Fri, 19 Aug 2016 22:27:11 +0200
python-django-navtag (2.1.1-2) unstable; urgency=medium
* Depend on python{,3}-django.
* Reformat packaging files with cme for better readability.
-- Michael Fladischer <fladi@debian.org> Sat, 09 Jul 2016 16:13:41 +0200
python-django-navtag (2.1.1-1) unstable; urgency=low
* Initial release (Closes: #830512).
-- Michael Fladischer <fladi@debian.org> Fri, 08 Jul 2016 20:50:06 +0200
|