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
|
python-utils (3.9.1-1) unstable; urgency=medium
* Team upload.
* New upstream release.
* Build-depend on python3-pytest-asyncio for better test coverage.
* Use pybuild-plugin-pyproject.
* Simplify some debhelper overrides slightly.
-- Colin Watson <cjwatson@debian.org> Sat, 14 Dec 2024 23:40:04 +0000
python-utils (3.9.0-1) unstable; urgency=medium
* New upstream release.
* Update Standards-Version.
* Update copyright year.
* Run wrap-and-sort.
-- Edward Betts <edward@4angle.com> Thu, 10 Oct 2024 13:09:25 +0100
python-utils (3.8.1-1) unstable; urgency=medium
* New upstream release.
-- Edward Betts <edward@4angle.com> Thu, 28 Sep 2023 13:05:20 +0100
python-utils (3.7.0-1) unstable; urgency=medium
* New upstream release.
* Use PYBUILD_TEST_ARGS=--no-cov in debian/rules to stop test coverage
instead of patching pytest.ini.
* Add Build-Depends on python3-pytest-cov, it is needed to for pytest to
support the --no-cov command line argument.
* Add Build-Depends on python3-typing-extensions, now required by upstream.
-- Edward Betts <edward@4angle.com> Sat, 05 Aug 2023 10:09:48 +0100
python-utils (3.5.2-1) unstable; urgency=medium
* New upstream release.
* Update Standards-Version.
-- Edward Betts <edward@4angle.com> Tue, 14 Feb 2023 09:31:55 +0000
python-utils (3.4.5-1) unstable; urgency=medium
* New upstream release.
* Update debian/watch to check GitHub tags instead of releases.
* Update copyright year.
-- Edward Betts <edward@4angle.com> Fri, 06 Jan 2023 09:06:30 +0000
python-utils (3.3.3-1) unstable; urgency=medium
* New upstream release.
* Include documentation in package.
* Switch from dh --with python in debian/rules to a dh-sequence-python3.
* d/control: Build-Depends: Add <!nocheck> to python3-pytest.
* d/control: Build-Depends: Drop python3-pytest-runner, unused.
* d/control: Update Standards-Version.
* d/control: Switch Architecture from any to all.
* d/control: Set Rules-Requires-Root to no.
* d/rules: Run test suite.
* d/rules: Remove python_utils.egg-info during clean target.
* d/tests: Run test suite via autopkgtest.
-- Edward Betts <edward@4angle.com> Fri, 29 Jul 2022 23:54:49 +0100
python-utils (2.3.0-3) unstable; urgency=medium
[ Debian Janitor ]
* Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
Repository-Browse.
[ 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 ]
* Update watch file format version to 4.
* Update standards version to 4.5.0, no changes needed.
* Bump debhelper from old 12 to 13.
+ debian/rules: Drop --fail-missing argument to dh_missing, which is now the
default.
* Update pattern for GitHub archive URLs from /<org>/<repo>/tags
page/<org>/<repo>/archive/<tag> -> /<org>/<repo>/archive/refs/tags/<tag>.
* Update standards version to 4.5.1, no changes needed.
-- Sandro Tosi <morph@debian.org> Sat, 04 Jun 2022 15:47:04 -0400
python-utils (2.3.0-2) unstable; urgency=medium
* Team upload.
* Rebuild for adding python3.8 support.
* debian/control:
+ Bump debhelper compat to v4.4.1.
+ Mark build-dependency python3-all-dev to be arch:any.
* debian/rules:
+ Separate dh_missing override.
* debian/copyright: Fix lintian warning
(space-in-std-shortname-in-dep5-copyright).
[ Ondřej Nový ]
* Use debhelper-compat instead of debian/compat.
-- Boyuan Yang <byang@debian.org> Wed, 11 Dec 2019 14:19:26 -0500
python-utils (2.3.0-1) unstable; urgency=medium
[ Chris Lamb ]
* [8d41579] Remove trailing whitespaces.
[ Bernd Zeimetz ]
* [9b6ce44] Add .gitlab-ci.yml
* [00ee440] Update upstream source from tag 'upstream/2.3.0'
Update to upstream version '2.3.0'
with Debian dir ef600711cda2f8622ba9b8e1a08fb27eba536400
-- Bernd Zeimetz <bzed@debian.org> Sat, 02 Feb 2019 17:02:35 +0100
python-utils (2.2.0-2) 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
[ Chris Lamb ]
* [8d41579] Remove trailing whitespaces.
[ Bernd Zeimetz ]
* [9b6ce44] Add .gitlab-ci.yml
* [00ee440] Update upstream source from tag 'upstream/2.3.0'
Update to upstream version '2.3.0'
with Debian dir ef600711cda2f8622ba9b8e1a08fb27eba536400
-- Bernd Zeimetz <bzed@debian.org> Sat, 02 Feb 2019 17:02:13 +0100
python-utils (2.2.0-1) unstable; urgency=medium
* Initial release.
-- Bernd Zeimetz <bzed@debian.org> Sun, 08 Oct 2017 13:34:31 +0200
|