b2db603d94
- Update to 4.1.1 * Adapt the tests to Pygments 2.19 (contributed by Markéta Calábková in #20). * Add support for Debian `node-mathjax-full package. * Use :PEP:639` license expression (needs setuptools 77 or newer). - Drop pygments.patch, merged upstream - Use Python 3.11 on SLE-15 by default
Markéta Machová2025-05-06 11:17:59 +00:00
183f7af5f1
Accepting request 1269099 from devel:languages:python
Ana Guerrero2025-04-14 10:59:43 +00:00
aed9292f87
- Support both lowercased and unnormalized metadata directory names.
Steve Kowalik2025-04-14 06:06:26 +00:00
324fc88c09
- Update to 4.0.0: Incompatible changes: - Python versions older than 3.9 are no longer supported. - Python-Markdown versions older than 3.0 are no longer supported. - Setuptools 61.2 or higher is required to build the project. - `setup.py has been removed. Use pip, build or other :PEP:517 compatible tool. Other changes: - Added AsciiDocMarkup (contributed by Dave Kuhlman in #17). - Made the tests pass with Pygments ≥ 2.11. - Made the tests pass when PyYAML is not installed (#18). - Reformatted code in accordance with :PEP:8 standard. - Fixed mypy errors and added a :PEP:561py.typed file. - Update to 3.1.3: - Fixed logic to load extensions file when PyYAML module is not available (issue #16, thanks foxB612 for the bug report). - Made the tests pass with docutils 0.18. - Update to 3.1.2: - Incompatible change: Python 3.6 is no longer supported. - Fixed replacing Markdown extensions in document. - Fixed crash when using TOC backrefs in reStructuredText (issue #14, thanks Hrissimir for the patch). - Update to 3.1.1: - The reStructuredText markup now includes line numbers information in data-posmap attributes. - The reStructuredText markup now uses only minimal.css stylesheet (not plain.css` anymore). - Added support for the upcoming docutils 0.17 release to the tests. - Update to 3.1.0: Incompatible changes:
Matej Cepl2024-11-12 15:22:30 +00:00