Changelog for
python311-readme_renderer-43.0-1.2.noarch.rpm :
* Sat Mar 16 2024 Dirk Müller
- update to 43.0:
* Allow HTML5 picture tag through cleaner
* Test against Python 3.12
* Wed Dec 27 2023 Dirk Müller - update to 42.0:
* Migrate from ``bleach`` to ``nh3`` (#295)
* Migrate from ``setup.py`` to ``pyproject.toml``
* Thu Sep 07 2023 Dirk Müller - update to 41.0:
* Allow HTML5 `figcaption` tag through cleaner (#291)
* Test `README.rst` from this project (#288)
* Add CLI option to render package README. (#271)
* Adapt tests to pygments 2.14.0 (#272)
* Update release process to use Trusted Publishing (#276)
* Replace usage of deprecated `pkg_resources` with `importlib.metadata` (#281)
* Drop support for Python 3.7 (#282), Test against Python 3.11 (#280)- drop fix-tests-pygments-2.14.0.patch (upstream)
* Fri Apr 21 2023 Dirk Müller - add sle15_python_module_pythons (jsc#PED-68)
* Thu Apr 13 2023 Matej Cepl - Make calling of %{sle15modernpython} optional.
* Wed Jan 04 2023 Daniel Garcia - Add fix-tests-pygments-2.14.0.patch to adapt tests to the new version of pygments gh#pypa/readme_renderer#272
* Wed Nov 09 2022 Yogalakshmi Arunachalam - Update to 37.3 (2022-10-31)
* Allow HTML5 figure tag through cleaner (#265)- Update to 37.2 (2022-09-24)
* Allow HTML5 s tag through cleaner (#261)- Update to 37.1 (2022-09-03)
* Allow HTML5 nav tag through cleaner (#259)- Update to 37.0 (2022-08-21)
* Remove command line example from docs (#197)
* Multiple pyproject.toml fixes (#251)
* Confirm handling multiple inline strong (#252)
* Convert RST output to HTML5 (#253)
* Add Typing to classifiers (#254)
* Development tweaks - coverage reporting, actions updates (#255)
* Add test confirming behavior with unknown lexers (#256)-Update to 36.0 (2022-08-06)
* Enable gitpod development (#238)
* Allow rst admonitions to render (#242)
* Add badges to README (#243)
* Update codebase for modern Python (#244)
* Fix table cell spans (#245)
* Allow math directive in rst (#246)
* Preserve lang attribute in pre (#247)
* Fri Jul 15 2022 Jacob Michalskie - Update to 35.0:
* works with newer versions of cmarkgfm
* Wed Feb 09 2022 Matej Cepl - We require cmarkgfm == 0.7.0 (gh#pypa/readme_renderer#221) and still we have to stkip test_md_fixtures.
* Sun Jan 16 2022 Dirk Müller - update to 32.0:
* Allow start attribute in ordered lists (#216)
* No limit rendering RST one column field names (#219)
* Render disabled checkboxes from Markdown (#217)
* support cmarkgfm>=0.6.0 (#209)- drop remove-mock.patch, remove-six.patch: upstream
* Mon Mar 22 2021 Ben Greiner - Update to 29.0
* Support cmarkgfm>=0.5.0 (#180)
* Drop support for Python 2 and 3.5 (#188)- Release 28.0
* Support Python 3.9 (#176)- Release 27.0
* Add support for align attribute rendering Markdown headers (#173)- Add remove-mock.patch and remove-six.patch to reduce outdated dependecies -- gh#pypa/readme_renderer#192