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 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171
|
python-jira (3.10.5-1) unstable; urgency=medium
* Team upload.
* New upstream release.
-- Colin Watson <cjwatson@debian.org> Tue, 09 Sep 2025 17:16:43 +0100
python-jira (3.9.4-1) unstable; urgency=medium
* Team upload.
* New upstream release:
- Stop using imghdr (closes: #1084531).
-- Colin Watson <cjwatson@debian.org> Tue, 10 Dec 2024 22:14:13 +0000
python-jira (3.5.2-3) unstable; urgency=medium
* Team upload.
* Add missing build dependency (Closes: #1073359)
* Drop salsa-ci.yml
* Switch to autopkgtest-pkg-pybuild
-- Jochen Sprickerhof <jspricke@debian.org> Sun, 23 Jun 2024 18:02:54 +0200
python-jira (3.5.2-2) unstable; urgency=medium
* Team upload.
[ Julien Puydt ]
* Drop wrong depends on setuptools-scm-git-archive (Closes: #1050102).
[ Michael R. Crusoe ]
* Standards-Version: 4.6.2 (routine-update)
* Build-Depends: s/dh-python/dh-sequence-python3/ (routine-update)
* Marked the intersphinx patch as not needing forwarding.
-- Michael R. Crusoe <crusoe@debian.org> Sat, 23 Mar 2024 12:37:05 +0100
python-jira (3.5.2-1) unstable; urgency=medium
* Team upload.
* New upstream version 3.5.2.
-- Utkarsh Gupta <utkarsh@debian.org> Mon, 14 Aug 2023 22:36:54 +0530
python-jira (3.4.1-1) unstable; urgency=medium
* Team upload.
* New upstream version 3.4.1.
* Add the following packages to Build-Depends:
* pybuild-plugin-pyproject: upstream removed setup.py
so the traditional build results in an FTBFS.
* python3-requests-toolbelt: upstream started using
MultipartEncoder from requests_toolbelt.
* furo and python3-sphinx-copybutton: new changes
to the doc/sphinx build.
-- Utkarsh Gupta <utkarsh@debian.org> Thu, 16 Feb 2023 17:50:42 +0530
python-jira (3.2.0-2) unstable; urgency=medium
[ Debian Janitor ]
* Apply multi-arch hints. + python-jira-doc: Add Multi-Arch: foreign.
-- Jelmer Vernooij <jelmer@debian.org> Wed, 16 Nov 2022 10:15:33 +0000
python-jira (3.2.0-1) unstable; urgency=medium
* Team upload.
* New upstream release.
-- Neil Williams <codehelp@debian.org> Mon, 16 May 2022 13:10:04 +0100
python-jira (3.1.1-1) unstable; urgency=medium
* Team upload.
* Fix dh_python depends (lintian error)
* Add Salsa CI
* Update standards version
* Use local doc packages for intersphinx-mapping in documentation
build to prevent network access during the build. (Closes: #1000182)
* New upstream release.
-- Neil Williams <codehelp@debian.org> Fri, 19 Nov 2021 09:42:56 +0000
python-jira (3.0-1) unstable; urgency=medium
* Team upload.
[ 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-Database, Bug-Submit, Repository,
Repository-Browse.
[ Benjamin Drung ]
* New upstream release.
* Remove duplicate sphinx build dependencies
* Add build dependencies on python3-setuptools-scm and
python3-setuptools-scm-git-archive
* Bump Standards-Version to 4.5.0
* Switch to debhelper 13
-- Benjamin Drung <benjamin.drung@cloud.ionos.com> Tue, 29 Sep 2020 16:04:23 +0200
python-jira (2.0.0-2) unstable; urgency=medium
* Team upload.
* Bump Standards-Version to 4.4.0.
* Use Python 3 for building docs.
* Drop Python 2 support
- Rename CLI python3-jirashell to jirashell
* Remove openstack-pkg-tools from B-D.
-- Ondřej Nový <onovy@debian.org> Tue, 27 Aug 2019 07:56:27 +0200
python-jira (2.0.0-1) unstable; urgency=medium
* Team upload.
* Switch watch file to github
* New upstream version 2.0.0
* Remove patch (merged upstream)
* Bump policy version (no changes)
* Update copyright
-- Jochen Sprickerhof <jspricke@debian.org> Sat, 12 Jan 2019 13:27:25 +0100
python-jira (1.0.10-3) unstable; urgency=medium
* Team upload.
[ Ondřej Nový ]
* d/changelog: Remove trailing whitespaces
* Use 'python3 -m sphinx' instead of sphinx-build for building docs
[ Mattia Rizzolo ]
* d/source/options: Also ignore the .eggs/ directory.
* d/control: Add more build-dependencies to run the tests.
* d/control: Set Rules-Requires-Root:no.
* d/rules: Use the pybuild build system.
+ Explicitly disable the tests as they require access to the internet.
+ Explicitly rename the binaries.
+ This also avoid a dependency on a tight Python version.
* Bump debhelper compat level to 12.
+ Install the docs with dh_install instead of dh_installdocs to prevent
them from being moved due to the changes introduced in dh compat 11
(see Policy v3.9.7, §12.3).
* Add a gbp.conf to specify the debian branch.
-- Mattia Rizzolo <mattia@debian.org> Thu, 27 Dec 2018 23:02:24 +0100
python-jira (1.0.10-2) unstable; urgency=medium
[ Ondřej Nový ]
* d/control: Set Vcs-* to salsa.debian.org
[ Sophie Brun ]
* Import a patch from upstream to fix issue with python3.7 (Closes: #903526)
* Bump Standards-Version to 4.1.5 (no changes)
-- Sophie Brun <sophie@freexian.com> Tue, 31 Jul 2018 14:17:45 +0200
python-jira (1.0.10-1) unstable; urgency=medium
* Initial release (Closes: #729114)
-- Sophie Brun <sophie@freexian.com> Tue, 24 Oct 2017 10:52:42 +0200
|