diff --git a/markdown-3.10.tar.gz b/markdown-3.10.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..2d32ccb84ceec1698af9f4c87bd92f7e2e1f8156 Binary files /dev/null and b/markdown-3.10.tar.gz differ diff --git a/markdown-3.9.tar.gz b/markdown-3.9.tar.gz deleted file mode 100644 index fc710250fa629cee4bf6987b534fd76a4eea691c..0000000000000000000000000000000000000000 Binary files a/markdown-3.9.tar.gz and /dev/null differ diff --git a/python-markdown.spec b/python-markdown.spec index 5958c42ff8b743a7fdfb1babb8aa55b83ff16bd1..b51c248607b7dd3058affd09299a016965a3ebcf 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.9 +Version: 3.10 Release: 1 Summary: A Python implementation of John Gruber’s Markdown License: BSD-3-Clause @@ -49,6 +49,10 @@ PYTHONPATH=%{buildroot}%{python3_sitelib} \ %{_bindir}/markdown_py %changelog +* Thu Nov 20 2025 warlock -3.10-1 +- Update package to version 3.10 + Officially support Python 3.14 and PyPy 3.11 and drop support for Python 3.9 and PyPy 3.9. + * 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