15
0

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:
2019-12-16 12:43:11 +00:00
committed by Git OBS Bridge
parent 6af028befc
commit de8d2ed6a4
4 changed files with 20 additions and 5 deletions

View File

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