forked from pool/python-html2text
Accepting request 756872 from home:buschmann23:branches:devel:languages:python
- Update to 2019.9.26: * Fix long blockquotes wrapping. * Remove the trailing whitespaces that were added after wrapping list items & blockquotes. * Remove support for Python <= 3.4. Now requires Python 3.5+. * Fix memory leak when processing a document containing a <abbr> tag. * Fix AttributeError when reading text from stdin. * Fix UnicodeEncodeError when writing output to stdout. - Disable build for Python 2 OBS-URL: https://build.opensuse.org/request/show/756872 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-html2text?expand=0&rev=33
This commit is contained in:
@@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 13 13:43:47 UTC 2019 - Matthias Fehring <buschmann23@opensuse.org>
|
||||
|
||||
- Update to 2019.9.26:
|
||||
* Fix long blockquotes wrapping.
|
||||
* Remove the trailing whitespaces that were added after wrapping list items & blockquotes.
|
||||
* Remove support for Python <= 3.4. Now requires Python 3.5+.
|
||||
* Fix memory leak when processing a document containing a <abbr> tag.
|
||||
* Fix AttributeError when reading text from stdin.
|
||||
* Fix UnicodeEncodeError when writing output to stdout.
|
||||
- Disable build for Python 2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 12 08:45:34 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user