forked from pool/python-Markdown
Accepting request 802354 from home:benoit_monin:branches:devel:languages:python
- update to version 3.2.2 - add new requirement importlib-metadata for python < 3.8 - remove setuptools from Requires: dependency dropped by upstream OBS-URL: https://build.opensuse.org/request/show/802354 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Markdown?expand=0&rev=61
This commit is contained in:
committed by
Git OBS Bridge
parent
6def1921f2
commit
44fcfe6271
@@ -1,3 +1,21 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat May 9 18:45:23 UTC 2020 - Benoît Monin <benoit.monin@gmx.fr>
|
||||
|
||||
- update to version 3.2.2:
|
||||
* Add checklinks tox environment to ensure all links in
|
||||
documentation are good.
|
||||
* Refactor extension API documentation (#729).
|
||||
* Load entry_points (for extensions) only once using
|
||||
importlib.metadata.
|
||||
* Do not double escape entities in TOC.
|
||||
* Correctly report if an extension raises a TypeError (#939).
|
||||
* Raise a KeyError when attempting to delete a nonexistent key
|
||||
from the extension registry (#939).
|
||||
* Remove import of packaging (or pkg_resources fallback) entirely
|
||||
* Remove setuptools as a run-time dependency (install_required).
|
||||
- add new requirement importlib-metadata for python < 3.8
|
||||
- remove setuptools from Requires: dependency dropped by upstream
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 13 19:07:42 UTC 2020 - Benoît Monin <benoit.monin@gmx.fr>
|
||||
|
||||
|
Reference in New Issue
Block a user