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
|
python-parameterized (0.9.0-2) unstable; urgency=medium
* Team upload.
* Fix tests to handle Python 3.13 stripping indents from docstrings
(closes: #1082239).
-- Colin Watson <cjwatson@debian.org> Tue, 05 Nov 2024 12:45:28 +0000
python-parameterized (0.9.0-1) unstable; urgency=medium
* Team upload.
* New upstream version 0.9.0
* drop python 2 patch
* refresh existing patches, add a new one for python 3.12
* patch-out python3-mock
* add dependency on pybuild-plugin-pyproject
-- Alexandre Detiste <tchet@debian.org> Wed, 13 Mar 2024 22:54:38 +0100
python-parameterized (0.8.1-6) unstable; urgency=medium
* Team upload.
* d/patches:
- add patch to remove nosetest (Closes: #1018548)
- Refresh patches
* d/tests/control:
- do not run tests with nose.
* d/control:
- remove python3-nose from Build-Deps
- Bump Standards-Ver to 4.6.1, no changes needed
-- Mohammed Bilal <mdbilal@disroot.org> Sun, 04 Dec 2022 02:20:08 +0000
python-parameterized (0.8.1-5) unstable; urgency=medium
[ Debian Janitor ]
* Remove constraints unnecessary since buster (oldstable):
+ Build-Depends: Drop versioned constraint on dpkg-dev.
-- Jelmer Vernooij <jelmer@debian.org> Sun, 16 Oct 2022 18:05:19 +0100
python-parameterized (0.8.1-4) unstable; urgency=medium
* debian/patches/fedora_pytest4.patch
- import Fedora's patch to support pytest 4+, part of upstream PR #116;
Closes: #1014487
-- Sandro Tosi <morph@debian.org> Tue, 12 Jul 2022 23:41:38 -0400
python-parameterized (0.8.1-3) unstable; urgency=medium
[ Paul Gevers ]
* debian/patches/drop-TestUnicodeDocString.patch
- remove TestUnicodeDocstring, which is failing when using pytest;
Closes: #995356
-- Sandro Tosi <morph@debian.org> Mon, 07 Feb 2022 00:10:16 -0500
python-parameterized (0.8.1-2) unstable; urgency=medium
[ Paul Gevers ]
* Drop autopkgtest for now as it fails and this is blocking migration
(See: #995356)
-- Sandro Tosi <morph@debian.org> Tue, 25 Jan 2022 23:22:50 -0500
python-parameterized (0.8.1-1) unstable; urgency=medium
[ Debian Janitor ]
* Set upstream metadata fields: Bug-Database, Bug-Submit.
* Update standards version to 4.5.0, no changes needed.
[ 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.
[ Picca Frédéric-Emmanuel ]
* New upstream version 0.8.1
* Bump debhelper from old 12 to 13.
* Set upstream metadata fields: Repository, Repository-Browse.
* Update standards version to 4.5.1, no changes needed.
* d/p/Remove-unicode-docstring-test.patch: Refreshed
* d/p/fix-test-for-python3.8.patch: Deleted, applyed upstream
* d/p/skip-failing-test.patch: refreshed
-- Picca Frédéric-Emmanuel <picca@debian.org> Mon, 30 Aug 2021 13:52:26 +0200
python-parameterized (0.7.0-2) unstable; urgency=medium
[Emmanuel Arias]
* Team upload
* Apply patch to fix test for python3.8. (Closes: #944158)
- Patch by Matthias Klose.
[ Ondřej Nový ]
* Bump Standards-Version to 4.4.1.
[ Sandro Tosi ]
* Drop python2 support; Closes: #937998
-- Sandro Tosi <morph@debian.org> Wed, 06 Nov 2019 09:11:35 -0500
python-parameterized (0.7.0-1) unstable; urgency=medium
* Team upload.
* New upstream release.
* Rebase patches.
* d/control: Set Vcs-* to salsa.debian.org
* Use debhelper-compat instead of debian/compat.
* Add python{,3}-mock to B-D.
* d/tests: Add python{,3}-mock to depends.
* Skip failing tests in Python 2.
* d/rules: Remove useless get-orig-source target.
* Bump debhelper compat level to 12.
* Bump standards version to 4.4.0.
-- Ondřej Nový <onovy@debian.org> Thu, 19 Sep 2019 10:26:34 +0200
python-parameterized (0.6.1-2) unstable; urgency=medium
* Fix debci failures due to a buggy test
- New patch Remove-unicode-docstring-test.patch
* Fixup the Vcs-Browser URI
* Remove superfluous nocheck guards
* Add recommended get-orig-source target
* Bump the standards version to 4.1.1
-- Ghislain Antony Vaillant <ghisvail@gmail.com> Sat, 21 Oct 2017 21:51:43 +0100
python-parameterized (0.6.1-1) unstable; urgency=low
* Initial release. (Closes: #869976)
-- Ghislain Antony Vaillant <ghisvail@gmail.com> Fri, 28 Jul 2017 11:56:31 +0100
|