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-parsel (1.6.0+dfsg-2) unstable; urgency=medium
* Add autopkgtests.
-- Andrey Rahmatullin <wrar@debian.org> Sun, 09 Aug 2020 13:04:55 +0500
python-parsel (1.6.0+dfsg-1) unstable; urgency=medium
[ Debian Janitor ]
* Update standards version to 4.5.0, no changes needed.
* Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
Repository-Browse.
[ Andrey Rahmatullin ]
* New upstream version.
* Bump the debhelper compat level to 13.
* Move enabling the python3 addon from rules to B-D.
* Repack the orig tarball to remove static pages only used in documentation
tests.
* Remove explicit Depends: python3-lxml.
-- Andrey Rahmatullin <wrar@debian.org> Sun, 19 Jul 2020 22:27:33 +0500
python-parsel (1.5.2-1) unstable; urgency=medium
* New upstream version.
* Update the minimum python3-w3lib version to 1.19.0.
* Add Depends: python3-lxml explicitly.
-- Andrey Rahmatullin <wrar@debian.org> Sat, 10 Aug 2019 21:11:30 +0500
python-parsel (1.5.0-3) unstable; urgency=medium
* Drop Python 2 support.
* Add myself to Uploaders.
* Bump the debhelper compat level to 12.
* Bump Standards-Version to 4.4.0.
-- Andrey Rahmatullin <wrar@debian.org> Fri, 02 Aug 2019 23:35:23 +0500
python-parsel (1.5.0-2) unstable; urgency=medium
* Team upload.
[ nyov ]
* Add python-functools32 to python2 Depends
as it isn't found by ${python:Depends}. Closes: #904151
* Install actual changelog file
(which should become NEWS according to policy 4.2.0).
[ Mattia Rizzolo ]
* Bump Standards-Version to 4.2.1.
+ Set Rules-Requires-Root:no.
* Use the new debhelper-compat(=11) notation and drop d/compat.
-- Mattia Rizzolo <mattia@debian.org> Tue, 02 Oct 2018 16:16:24 +0200
python-parsel (1.5.0-1) unstable; urgency=low
[ Ondřej Nový ]
* d/control: Remove ancient X-Python-Version field
* d/control: Remove ancient X-Python3-Version field
[ Michael Fladischer ]
* Team upload.
* New upstream release.
* Bump Standards-Version to 4.1.5.
* Add python-functools32 to Build-Depends to satisfy test
requirements.
* Clean up .pytest_cache/v/cache/nodeids during builds.
-- Michael Fladischer <fladi@debian.org> Wed, 18 Jul 2018 23:14:46 +0200
python-parsel (1.4.0-1) unstable; urgency=low
[ Ondřej Nový ]
* d/control: Set Vcs-* to salsa.debian.org
[ Michael Fladischer ]
* New upstream release.
-- Michael Fladischer <fladi@debian.org> Fri, 16 Feb 2018 10:17:23 +0100
python-parsel (1.3.1-1) unstable; urgency=low
* Team upload.
* New upstream release.
* Always use pristine-tar.
* Bump debhelper compatibility and version to 11.
* Bump Standards-Version to 4.1.3.
* Run wrap-and-sort -bast to reduce diff size of future changes.
* Enable autopkgtest-pkg-python testsuite.
-- Michael Fladischer <fladi@debian.org> Tue, 09 Jan 2018 08:48:35 +0100
python-parsel (1.2.0-1) unstable; urgency=low
* Team upload.
* Upload to unstable.
* Reformat packaging files with cme for better readability.
* Bump Standards-Version to 4.0.0.
-- Michael Fladischer <fladi@debian.org> Tue, 20 Jun 2017 10:33:43 +0200
python-parsel (1.2.0-1~exp1) experimental; urgency=low
* Team upload.
* New upstream release.
-- Michael Fladischer <fladi@debian.org> Mon, 29 May 2017 09:38:08 +0200
python-parsel (1.1.0-1~exp1) experimental; urgency=low
* Team upload.
* New upstream release.
* Remove version requirement from python-all for Build-Depends.
* Remove version requirement from python3-cssselect for Build-Depends.
* Use https:// for copyright-format 1.0 URL.
-- Michael Fladischer <fladi@debian.org> Wed, 25 Jan 2017 09:40:55 +0100
python-parsel (1.0.3-2) unstable; urgency=low
* Team upload.
* Initialize git-dpm.
* Add Vcs-* fields.
* Clean files in .eggs/ and parsel.egg-info/ to allow two builds in a
row.
-- Michael Fladischer <fladi@debian.org> Wed, 25 Jan 2017 09:18:45 +0100
python-parsel (1.0.3-1) unstable; urgency=medium
* Initial release. (Closes: #832448)
-- Ignace Mouzannar <mouzannar@gmail.com> Fri, 29 Jul 2016 13:50:01 -0400
|