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
|
python-css-parser (1.0.10-1) unstable; urgency=medium
* New upstream release.
-- Nicholas D Steeves <sten@debian.org> Sun, 29 Oct 2023 18:57:43 -0400
python-css-parser (1.0.9-1) unstable; urgency=medium
[ Debian Janitor ]
* Update standards version to 4.6.2, no changes needed.
[ Nicholas D Steeves ]
* New upstream release.
* watch: PyPI dropped support for GPG signatures 2023-05-23, and it is now
more advantageous to check signed git tags. Switch to using them.
* Install new upstream documentation.
* Update my copyright years.
* Update Description to no longer mention Python 2.x.
-- Nicholas D Steeves <sten@debian.org> Wed, 21 Jun 2023 19:20:25 -0400
python-css-parser (1.0.8-1) unstable; urgency=medium
* New upstream release: 1.0.8.
* Add new upstream copyright claims.
* Update my copyright years.
* Change from 'py3versions --requested' to 'py3versions --supported' to
iterate over versions during autopkgtests, because the alternative of
declaring a limited version range defined by X-Python3-Version is not
required at this time.
* Drop lintian override for national-encoding in tests.
* Declare Standards-Version: 4.6.1 (no changes required).
-- Nicholas D Steeves <sten@debian.org> Wed, 12 Oct 2022 13:27:10 -0400
python-css-parser (1.0.7-1) unstable; urgency=medium
* New upstream release: 1.0.7.
* Rebase patch queue (drops patches cherry picked from upstream):
- Drop 0002-Fix-incorrect-license-information-in-one-file-from-a.patch
- Drop 0003-test-relax-assertRaisesMsg-to-match-longer-strings.patch
-- Nicholas D Steeves <sten@debian.org> Sat, 11 Dec 2021 13:36:04 -0500
python-css-parser (1.0.6-2) unstable; urgency=medium
* Update my email address and copyright year range.
* Add 0003-test-relax-assertRaisesMsg-to-match-longer-strings.patch
(Closes: #1001419).
* Declare Standards-Version: 4.6.0.1 (no changes required).
-- Nicholas D Steeves <sten@debian.org> Fri, 10 Dec 2021 21:48:53 -0500
python-css-parser (1.0.6-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.
[ Debian Janitor ]
* Update standards version to 4.5.0, no changes needed.
[ Nicholas D Steeves ]
* Import new upstream release: 1.0.6.
* Migrate to debhelper-compat 13.
* Update my copyright years and use my preferred "year name" style.
* Add 0001-Use-python3-for-tests.patch.
* Import upstream commit:ed76065 as
0002-Fix-incorrect-license-information-in-one-file-from-a.patch
* d/control: Add Rules-Requires-Root: no.
* Enable non-superficial autopkgtests.
* Activate pytest during build, and copy test files into the build
directory with pybuild.testfiles.
* Remove self-tests from bin:python3-css-parser package in
override_dh_auto_install.
* Add lintian override for "python3-css-parser: national-encoding" for a
self-test asset. See header of lintian-overrides for more information.
-- Ondřej Nový <onovy@debian.org> Thu, 24 Sep 2020 08:44:38 +0200
python-css-parser (1.0.4-2) unstable; urgency=medium
[ Nicholas D Steeves ]
* Drop lintian-overrides, which contains an override for
new-package-should-not-package-python2-module, and move justification
here:
Calibre 3.37 added css-parser as a required Python 2 dependency;
Fulfilling this dep is why python-css-parser was packaged for
Debian. As src:python-css-parser also provides
bin:python3-css-parser the existence of a Python 2 variant is
not a problem at this time.
* Switch to debhelper-compat 12.
* Switch to the new *strongly recommended* DEP-14 branch names, and add
debian/gbp.conf so that gbp will do the right thing.
[ Ondřej Nový ]
* Use debhelper-compat instead of debian/compat.
* Bump Standards-Version to 4.4.0.
* Bump Standards-Version to 4.4.1.
[ Debian Janitor ]
* Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
Repository-Browse.
[ Sandro Tosi ]
* Drop python2 support; Closes: #937677
-- Sandro Tosi <morph@debian.org> Thu, 16 Jan 2020 19:26:16 -0500
python-css-parser (1.0.4-1) unstable; urgency=medium
* Initial release (Closes: #919133).
-- Nicholas D Steeves <nsteeves@gmail.com> Sun, 03 Feb 2019 17:01:39 -0700
|