15
0

Accepting request 792700 from home:mcalabkova:branches:devel:languages:python

- Update to 2020.1.16
  * Add type annotations.
  * Add support for Python 3.8.
  * Performance improvements when ``wrap_links`` is ``False`` (the default).
  * Configure setuptools using setup.cfg.

OBS-URL: https://build.opensuse.org/request/show/792700
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-html2text?expand=0&rev=35
This commit is contained in:
Tomáš Chvátal
2020-04-09 13:14:49 +00:00
committed by Git OBS Bridge
parent de8d2ed6a4
commit f73199c36b
4 changed files with 14 additions and 5 deletions

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Thu Apr 9 11:17:36 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
- Update to 2020.1.16
* Add type annotations.
* Add support for Python 3.8.
* Performance improvements when ``wrap_links`` is ``False`` (the default).
* Configure setuptools using setup.cfg.
-------------------------------------------------------------------
Fri Dec 13 13:43:47 UTC 2019 - Matthias Fehring <buschmann23@opensuse.org>