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 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247
|
python-html2text (2020.1.16-2) 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.
[ Stefano Rivera ]
* Extend upstream metadata.
[ Debian Janitor ]
* Update standards version to 4.5.0, no changes needed.
* Bump debhelper from old 12 to 13.
* Update standards version to 4.5.1, no changes needed.
-- Sandro Tosi <morph@debian.org> Fri, 03 Jun 2022 14:08:52 -0400
python-html2text (2020.1.16-1) unstable; urgency=medium
* New upstream release.
* Drops support for Python < 3.5.
* Drop patch py3-byte-stdin.patch, superseded upstream.
* Bump copyright years.
-- Stefano Rivera <stefanor@debian.org> Fri, 24 Jan 2020 14:52:52 +0200
python-html2text (2019.8.11-2) unstable; urgency=medium
[ Ondřej Nový ]
* 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: #937815
-- Sandro Tosi <morph@debian.org> Thu, 23 Jan 2020 16:47:33 -0500
python-html2text (2019.8.11-1) unstable; urgency=medium
[ Stefano Rivera ]
* New upstream release.
* Bump debhelper compat to 12.
* Update copyright.
* Don't version ancient B-Ds.
* Build-Depends on pytest, and use it for tests, upstream started to.
* Bump Standards-Version to 4.4.0, no changes needed.
* Upstream now ships a __main__ module, use it in smoke tests.
* Patch py3-byte-stdin.patch: Fix stdin handling in Python 3.
[ Ondřej Nový ]
* d/tests: Use AUTOPKGTEST_TMP instead of ADTTMP
* d/control: Remove ancient X-Python-Version field
* d/control: Remove ancient X-Python3-Version field
* Use debhelper-compat instead of debian/compat.
-- Stefano Rivera <stefanor@debian.org> Sun, 25 Aug 2019 00:24:17 -0300
python-html2text (2018.1.9-1) unstable; urgency=medium
[ Stefano Rivera ]
* New upstream release.
- Expands HTML entities properly. (Closes: #791470)
* Update copyright.
* Bump debhelper compat to 11.
* Bump Standards-Version to 4.1.3, no changes needed.
* Declare Rules-Requires-Root: no.
[ Ondřej Nový ]
* d/control: Set Vcs-* to salsa.debian.org
* d/copyright: Use https protocol in Format field
-- Stefano Rivera <stefanor@debian.org> Tue, 20 Feb 2018 11:14:49 -0800
python-html2text (2016.9.19-1) unstable; urgency=medium
* New upstream release
* Update manpage.
-- Stefano Rivera <stefanor@debian.org> Thu, 10 Nov 2016 13:28:03 +0000
python-html2text (2016.5.29-1) unstable; urgency=medium
* New upstream release.
* Update manpage.
* Clean egg-info (which is executable in the orig tarball)
* Bump Standards-Version to 3.9.8, no changes needed.
-- Stefano Rivera <stefanor@debian.org> Tue, 02 Aug 2016 15:10:21 -0700
python-html2text (2016.4.2-1) unstable; urgency=medium
[ Stefano Rivera ]
* New upstream release
* Drop patches, superseded upstream.
* Update copyright.
* Bump Standards-Version to 3.9.7, no changes needed.
* Use the same VCS URL for git and browser.
-- Stefano Rivera <stefanor@debian.org> Sun, 10 Apr 2016 16:14:32 -0700
python-html2text (2016.1.8-1) unstable; urgency=medium
* New upstream release.
- Long links wrapping controlled by `--no-wrap-links` (Closes: #616090)
- Includes a --decode_errors option to customize decoding error behaviour
(LP: #1318227)
* Update manpage for new options.
* Use https in the watch file.
* Patch: python3.5 support
-- Stefano Rivera <stefanor@debian.org> Fri, 15 Jan 2016 13:00:21 -0800
python-html2text (2015.6.21-1) unstable; urgency=medium
* New upstream release. (Closes: #789178)
* Drop patches, superseded upstream.
* Update copyright.
* Update manpage.
* Add missing Breaks+Replaces on html2markdown.
* Switch watch file to pypi.debian.net.
* Drop XS-Testsuite control header, now unnecessary.
* Add ADT smoke tests, that would have caught #789178.
-- Stefano Rivera <stefanor@debian.org> Sat, 04 Jul 2015 11:22:42 -0700
python-html2text (2014.9.25-1) unstable; urgency=low
[ Jakub Wilk ]
* Use canonical URIs for Vcs-* fields.
[ Stefano Rivera ]
* New upstream release (Closes: #490715)
- New upstream maintainer.
* Update copyright.
* Switch watch file to use https.
* Drop html2markdown transitional package.
* Bump debhelper compat level to 9.
* Port to pybuild.
* Recommend python3-feedparser, which now exists.
* Update manpage, documenting new arguments.
* Bump Standards-Version to 3.9.6, no changes needed.
* Bump X-Python-Version to >= 2.4, 2.3 compatibility isn't claimed any more.
* Add autopkgtest suite, running the unit tests.
-- Stefano Rivera <stefanor@debian.org> Sat, 18 Oct 2014 11:51:02 -0700
python-html2text (3.200.3-2) unstable; urgency=low
* Add missing Depends on python{3,}-pkg-resources (Closes: #672901). Thanks
Jakub Wilk.
* Bumped Standards-Version to 3.9.3, no changes needed.
* Bumped machine readable copyright file to format 1.0.
-- Stefano Rivera <stefanor@debian.org> Tue, 15 May 2012 22:07:47 -0700
python-html2text (3.200.3-1) unstable; urgency=low
* New upstream release.
* Include README
-- Stefano Rivera <stefanor@debian.org> Sat, 07 Jan 2012 20:04:08 +0200
python-html2text (3.200.2-1) unstable; urgency=low
* New upstream release.
- Re-adds unescape(). (Closes: #654680)
* Bump debian/copyright years.
-- Stefano Rivera <stefanor@debian.org> Fri, 06 Jan 2012 15:25:50 +0200
python-html2text (3.200.1-1) unstable; urgency=low
* New upstream release.
- Upstream version numbers are no longer decimal, no need to mangle them.
- Take advantage of upstream's entry-point binaries.
- Update manpage for new options.
* debian/rules: set -x for setup.py loops.
* Move html2markdown to oldlibs/extra.
-- Stefano Rivera <stefanor@debian.org> Wed, 04 Jan 2012 15:32:49 +0200
python-html2text (3.1.0.1-1) unstable; urgency=low
* New upstream release.
* Revert to pypi watch file, the missing upload was a mistake.
-- Stefano Rivera <stefanor@debian.org> Sat, 12 Nov 2011 22:27:14 +0200
python-html2text (3.0.2-1) unstable; urgency=low
* New upstream release.
- Drop all patches, accepted upstream.
* Move html2markdown back to Section web.
* Bump Standards-Version to 3.9.2, no changes needed.
* Drop Breaks: ${python:Breaks}, no longer used by dh_python2.
* Point watch file at github (upstream didn't upload this release to the
cheeseshop).
* Bump copyright years.
-- Stefano Rivera <stefanor@debian.org> Sun, 17 Apr 2011 21:37:45 +0200
python-html2text (3.0.1-2) unstable; urgency=low
* Install html2markdown symlink, replacing the html2markdown package.
(Closes: #614886)
- Conflicts html2markdown << 3.0.1-2.
- Add html2markdown transitional package.
- Add html2markdown.1 manpage.
- Manage html2markdown and html2markdown.1 via alternatives, allowing both
Python 2 and 3 packages to provide this command.
* optparse.patch: Use optparse for parsing arguments, which also provides
help.
* utf-output.patch: Encode output in UTF-8.
* Recommend python-feedparser in Python 2 package (not available in Python 3
yet).
-- Stefano Rivera <stefanor@debian.org> Sun, 27 Feb 2011 13:56:45 +0200
python-html2text (3.0.1-1) unstable; urgency=low
* New upstream release.
- Adds Python 3 support.
+ BD on python3-all >= 3.1.2-12.
+ New binary package, python3-html2text.
- Reliably provides tarballs via pypi.
+ Update watch file.
+ Drop get-orig-source.
* Switch to dh_python2.
- Use X-Python-Version.
+ BD on python-all >= 2.6.5-13.
+ Explicitly state supported versions (>= 2.3).
- Use Breaks: ${python:Breaks}.
* Update my e-mail address.
* Update copyright format.
* Bump Standards-Version to 3.9.1, no changes needed.
-- Stefano Rivera <stefanor@debian.org> Sun, 20 Feb 2011 18:26:07 +0200
python-html2text (2.3.7-1) unstable; urgency=low
* Initial release (Closes: #567552)
-- Stefano Rivera <stefano@rivera.za.net> Fri, 29 Jan 2010 20:18:23 +0200
|