diff --git a/markdown-3.8.2.tar.gz b/markdown-3.8.2.tar.gz deleted file mode 100644 index 3a2edd884af7144d8e8fc4f24c33fb899e102c13..0000000000000000000000000000000000000000 Binary files a/markdown-3.8.2.tar.gz and /dev/null differ diff --git a/markdown-3.9.tar.gz b/markdown-3.9.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..fc710250fa629cee4bf6987b534fd76a4eea691c Binary files /dev/null and b/markdown-3.9.tar.gz differ diff --git a/python-markdown.spec b/python-markdown.spec index 90a243bf5886140a82e4aa2364a3235c9feffc75..5958c42ff8b743a7fdfb1babb8aa55b83ff16bd1 100644 --- a/python-markdown.spec +++ b/python-markdown.spec @@ -1,7 +1,7 @@ %{!?python3_version: %global python3_version %(%{__python3} -c "import sys; sys.stdout.write(sys.version[:3])")} Name: python-markdown -Version: 3.8.2 +Version: 3.9 Release: 1 Summary: A Python implementation of John Gruber’s Markdown License: BSD-3-Clause @@ -49,6 +49,14 @@ PYTHONPATH=%{buildroot}%{python3_sitelib} \ %{_bindir}/markdown_py %changelog +* Thu Sep 18 2025 Yu Peng - 3.9-1 +- Upgrade to 3.9 + * Footnotes are now ordered by the occurrence of their references in the document. A new configuration option + for the footnotes extension, USE_DEFINITION_ORDER, has been added to support restoring the previous + behavior of ordering footnotes by the occurrence of definitions (#1367). + * Ensure inline processing iterates through elements in document order (#1546). + * Fix handling of incomplete HTML tags in code spans in Python 3.14 (#1547). + * Thu Jul 03 2025 yaoxin <1024769339@qq.com> - 3.8.2-1 - Update to 3.8.2: * Fix codecs deprecation in Python 3.14.