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
|
python-cssselect2 (0.8.0-1) unstable; urgency=low
* New upstream version 0.8.0
* Refresh patches.
* Add furo to Build-Depends, required by documentation.
* Bump Standards-Version to 4.7.2.
* Update year in d/copyright.
* Run wrap-and-sort -bast to reduce diff size of future changes.
-- Michael Fladischer <fladi@debian.org> Tue, 12 Aug 2025 21:01:18 +0000
python-cssselect2 (0.7.0-3) unstable; urgency=medium
* Team upload.
* Use no linter at all.
-- Bastian Germann <bage@debian.org> Thu, 20 Mar 2025 13:20:17 +0100
python-cssselect2 (0.7.0-2) unstable; urgency=medium
* Team upload.
* Move away from flake8.
-- Bastian Germann <bage@debian.org> Tue, 04 Mar 2025 00:45:09 +0100
python-cssselect2 (0.7.0-1) unstable; urgency=low
* New upstream release.
* Use github tags instead of releases for d/watch.
* Refresh patches.
* Bump Standards-Version to 4.6.1.0.
-- Michael Fladischer <fladi@debian.org> Mon, 10 Oct 2022 20:38:12 +0000
python-cssselect2 (0.5.0-1) unstable; urgency=low
* New upstream release.
* Refresh patches.
* Update year in d/copyright.
-- Michael Fladischer <fladi@debian.org> Thu, 31 Mar 2022 11:55:54 +0000
python-cssselect2 (0.4.1-2) unstable; urgency=medium
* Team upload.
* dh-python-pep517 is replaced by pybuild-plugin-pyproject
-- Stefano Rivera <stefanor@debian.org> Tue, 08 Feb 2022 09:40:35 -0400
python-cssselect2 (0.4.1-1) unstable; urgency=low
[ 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.
[ Michael Fladischer ]
* New upstream release.
* Update d/watch to work with github again.
* Bump Standards-Version to 4.6.0.1.
* Use dh-python-pep517 to support pyproject.toml build.
* Add flit, python3-pytest-cov and python3-pytest-flake8 to Build-
Depends, required by tests.
* Clean up test artifacts in PYBUILD_AFTER_TEST.
* Refresh patches.
* Add patch to prevent privacy breach through remote CSS files.
* Add patch to use local objects.inv in intersphinx mapping.
* Add python-tinycss2-doc and python3-doc to Build-Depends, required
by intersphinx.
* Update year in d/copyright.
* Use uscan version 4.
* Remove unused lintian overrides.
* Enable upstream testsuite for autopkgtests.
-- Michael Fladischer <fladi@debian.org> Tue, 21 Dec 2021 11:45:11 +0000
python-cssselect2 (0.3.0-1) unstable; urgency=low
[ Ondřej Nový ]
* Bump Standards-Version to 4.4.1.
[ Debian Janitor ]
* Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
Repository-Browse.
[ Michael Fladischer ]
* New upstream release.
* Use github.com in d/watch.
* Refresh patches.
* Clean up files to allow two builds in a row.
* Bump Standards-Version to 4.5.0.
* Bump debhelper version to 13.
* Set Rules-Requires-Root: no.
* Remove test data generator script from binary package.
-- Michael Fladischer <fladi@debian.org> Tue, 09 Jun 2020 21:11:35 +0200
python-cssselect2 (0.2.2-1) unstable; urgency=low
[ Ondřej Nový ]
* Use debhelper-compat instead of debian/compat.
[ Michael Fladischer ]
* New upstream release.
* Add debian/gbp.conf.
* Refresh patches.
* Bump debhelper version to 12.
* Bump Standards-Version to 4.4.0.
* Clean up pytest artifacts to allow two builds in a row.
-- Michael Fladischer <fladi@debian.org> Sat, 14 Sep 2019 16:58:46 +0200
python-cssselect2 (0.2.1-1) unstable; urgency=low
* Initial release (Closes: #913669).
-- Michael Fladischer <fladi@debian.org> Tue, 13 Nov 2018 19:13:59 +0100
|