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
|
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
|