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 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126
|
python-bugzilla (3.3.0-1) unstable; urgency=medium
* Team Upload
* Fix d/watch for new PyPi archive naming policy
* New upstream version 3.3.0
* Remove old Py3.12 patch
* Add build-dep on python3-responses
* Use dh-sequence-python3
-- Alexandre Detiste <tchet@debian.org> Mon, 23 Dec 2024 00:35:15 +0100
python-bugzilla (3.2.0-2) unstable; urgency=medium
* d/p/0001-Fixed-issue-in-Bugzilla.fix_url.patch: Fix FTBFS with Python 3.12.
(Closes: #1081874)
* d/control: Bump Standards-Version to 4.7.0; no changes needed.
-- Sergio Durigan Junior <sergiodj@debian.org> Sat, 21 Sep 2024 23:45:30 -0400
python-bugzilla (3.2.0-1) unstable; urgency=medium
* New upstream version 3.2.0
* d/control: Fix Homepage.
* d/control: Bump Standards-Version to 4.6.1.
* d/copyright: Update to 2022.
-- Sergio Durigan Junior <sergiodj@debian.org> Wed, 20 Jul 2022 11:38:14 -0400
python-bugzilla (3.0.2-1) unstable; urgency=medium
* New upstream version 3.0.2
* d/control: Bump Standards-Version to 4.5.1.
* d/watch: Bump version to 4.
-- Sergio Durigan Junior <sergiodj@debian.org> Sun, 20 Dec 2020 19:03:13 -0500
python-bugzilla (3.0.1-1) unstable; urgency=medium
[ 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.
[ Sergio Durigan Junior ]
* New upstream version 3.0.1
* d/control: Add Rules-Requires-Root: no.
-- Sergio Durigan Junior <sergiodj@debian.org> Fri, 16 Oct 2020 20:41:37 -0400
python-bugzilla (2.5.0-1) unstable; urgency=medium
[ Debian Janitor ]
* Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
Repository-Browse.
[ Sergio Durigan Junior ]
* New upstream version 2.5.0
* d/control: Bump Standards-Version to 4.5.0.
* d/control: Bump debhelper-compat to 13.
* d/control: Add python3-docutils as a Build-Dep.
Needed because of rst2man.
* d/control: Depend on locales-all for test.
* d/rules: Don't override dh_auto_test anymore.
Starting from debhelper-compat 13, $HOME is properly set.
* d/rules: Override dh_installman.
We need to do this because, after running dh_installman, we remove the
manpage directory from the Python package.
* d/bugzilla-cli.manpages: Adjust manpage path.
-- Sergio Durigan Junior <sergiodj@debian.org> Mon, 13 Jul 2020 22:25:59 -0400
python-bugzilla (2.3.0-1) unstable; urgency=medium
* New upstream version 2.3.0.
* Bump Standards-Version to 4.4.1.
* Bump compat version to 12.
-- Sergio Durigan Junior <sergiodj@debian.org> Sat, 19 Oct 2019 14:42:06 -0400
python-bugzilla (2.2.0-2) unstable; urgency=medium
* Team upload.
* Use debhelper-compat instead of debian/compat.
* Drop Python 2 support.
-- Ondřej Nový <onovy@debian.org> Fri, 26 Jul 2019 21:47:17 +0200
python-bugzilla (2.2.0-1) unstable; urgency=medium
[ 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
* Convert git repository from git-dpm to gbp layout
[ Sergio Durigan Junior ]
* New upstream version 2.2.0
* Bump compat version to 11.
* Update my e-mail address.
* Bump Standards-Version to 4.2.0.
* Update Build-Depends.
Upstream now uses pytest for testing.
* Check for 'nocheck' when overriding dh_auto_test.
* Update d/copyright.
* Install examples for python{,3}-bugzilla packages.
-- Sergio Durigan Junior <sergiodj@debian.org> Fri, 17 Aug 2018 01:17:19 -0400
python-bugzilla (2.1.0-1) unstable; urgency=medium
* New upstream version 2.1.0.
* Bumping Debian Policy to 4.0.1.
* Bump compat level to 10.
* Enable autopkgtest.
* Fix Description of bugzilla-cli. (Closes: #829197)
* Update Copyright years on d/copyright.
-- Sergio Durigan Junior <sergiodj@sergiodj.net> Fri, 18 Aug 2017 08:55:38 -0400
python-bugzilla (1.2.2-1) unstable; urgency=medium
* Initial release of python-bugzilla. (Closes: #827875)
Thanks to Mattia Rizzolo for suggestions and help.
-- Sergio Durigan Junior <sergiodj@sergiodj.net> Thu, 23 Jun 2016 22:29:04 -0400
|