Changelog for
python311-Markdown-3.7-1.4.noarch.rpm :
* Sat Aug 17 2024 Benoît Monin
- update to version 3.7:
* Changed + Refactor abbr Extension
* Fixed + Fixed links to source code on GitHub from the documentation (#1453).- rename source tarball to markdown to match upstream
* Mon Aug 12 2024 Matej Cepl - Split the package into multibuild with tests separate (to separate PyYAML dependency).
* Fri Mar 15 2024 Benoît Monin - update to version 3.6:
* Changed + Refactor TOC Sanitation
* Fixed + Include scripts/
*.py in the generated source tarballs (#1430) + Ensure lines after heading in loose list are properly detabbed (#1443). + Give smarty tree processor higher priority than toc (#1440). + Permit carets (^) and square brackets (]) but explicitly exclude backslashes (\\) from abbreviations (#1444). + In attribute lists (attr_list, fenced_code), quoted attribute values are now allowed to contain curly braces (}) (#1414).
* Thu Jan 11 2024 Benoît Monin - update to version 3.5.2:
* Fix type annotations for convertFile - it accepts only bytes-based buffers. Also remove legacy checks from Python 2 (#1400)
* Remove legacy import needed only in Python 2 (#1403)
* Fix typo that left the attribute AdmonitionProcessor.content_indent unset (#1404)
* Fix edge-case crash in InlineProcessor with AtomicString (#1406).
* Fix edge-case crash in codehilite with an empty code tag (#1405).
* Improve and expand type annotations in the code base (#1401).
* Fix handling of bogus comments (#1425).
* Wed Nov 01 2023 Benoît Monin - update to version 3.5.1:
* Fix a performance problem with HTML extraction where large HTML input could trigger quadratic line counting behavior (#1392).
* Improve and expand type annotations in the code base (#1394).
* Sun Oct 08 2023 Benoît Monin - update to version 3.5:
* Added: + Add permalink_leading configuration option to the toc extension (#1339)
* Changed: + Add support for cPython version 3.12 (and PyPy 3.10) and drop support for Python version 3.7 (#1357). + Refactor changelog to use the format defined at https://keepachangelog.com/. + Update the list of empty HTML tags (#1353). + Add customizable TOC title class to TOC extension (#1293). + Add API documentation of the code base which is generated by mkdocstrings (#1220).
* Fixed: + Fix a corner case in admonitions where if an indented code block was provided as the first block, the output would be malformed (#1329).- set the minimum python version to 3.8
* Tue Jul 25 2023 Benoît Monin - update to version 3.4.4: bug-fix release
* Add a special case for initial \'s to smarty extension (#1305).
* Unescape any backslash escaped inline raw HTML (#1358).
* Unescape backslash escaped TOC token names (#1360).
* Tue Jun 20 2023 ecsos - Add %{?sle15_python_module_pythons}
* Fri Mar 24 2023 Benoît Monin - update to version 3.4.3: bug-fix release
* Restore console script (#1327).- additional changes from version 3.4.2: bug-fix release
* Improve standalone
* and _ parsing (#1300).
* Consider HTML tag a block-level element (#1309).
* Officially support Python 3.11.
* Switch from setup.py to pyproject.toml.- drop macros in spec file: already provided by python-rpm-macros
* Sun Jul 17 2022 Benoît Monin - update to version 3.4.1: bug-fix release
* Fix an import issue with importlib.util (#1274).- additional changes from version 3.4.0:
* see https://python-markdown.github.io/change_log/release-3.4/ for details- drop requirement of python-xml, not needed by upstream- set the minimum python version to 3.7- require importlib-metadata only for python version < 3.10
* Thu May 05 2022 Matej Cepl - Clean up the SPEC file.
* Thu May 05 2022 Benoît Monin - update to version 3.3.7: bug-fix release
* Disallow square brackets in reference link ids (#1209)
* Retain configured pygments_style after first code block (#1240)
* Ensure fenced code attributes are properly escaped (#1247)
* Wed Nov 24 2021 Dirk Müller - update to 3.3.6:
* Fix a dependency issue
* Tue Nov 16 2021 Benoît Monin - update to version 3.3.5: bug-fix release
* Make the slugify_unicode function not remove diacritical marks (#1118).
* Fix [toc] detection when used with nl2br extension (#1160).
* Re-use compiled regex for block level checks (#1169).
* Don\'t process shebangs in fenced code blocks when using CodeHilite (#1156).
* Improve email address validation for Automatic Links (#1165).
* Ensure tags are parsed correctly (#1079).
* Support Python 3.10 (#1124).
* Thu Feb 25 2021 Benoît Monin - update to version 3.3.4: bug-fix release
* Properly parse unclosed tags in code spans (#1066)
* Properly parse processing instructions in md_in_html (#1070)
* Properly parse code spans in md_in_html (#1069)
* Preserve text immediately before an admonition (#1092)
* Simplified regex for HTML placeholders (#928) addressing (#932)
* Ensure permalinks and anchorlinks are not restricted by toc_depth (#1107)