forked from pool/python-Markdown
93a672d07914424cd0d8a6aefae0549d5d2bd942d83a79fc90fd13f04586014e
- 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
OBS-URL: https://build.opensuse.org/request/show/802549
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Markdown?expand=0&rev=33
Description
No description provided
Languages
Diff
100%