diff --git a/markdown-3.10.1.tar.gz b/markdown-3.10.1.tar.gz new file mode 100644 index 0000000..07806b5 --- /dev/null +++ b/markdown-3.10.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c19c10bd5c14ac948c53d0d762a04e2fa35a6d58a6b7b1e6bfcbe6fefc0001a +size 365402 diff --git a/markdown-3.10.tar.gz b/markdown-3.10.tar.gz deleted file mode 100644 index 076f100..0000000 --- a/markdown-3.10.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:37062d4f2aa4b2b6b32aefb80faa300f82cc790cb949a35b8caede34f2b68c0e -size 364931 diff --git a/python-Markdown.changes b/python-Markdown.changes index a77f976..c8b99ba 100644 --- a/python-Markdown.changes +++ b/python-Markdown.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Fri Jan 23 16:12:26 UTC 2026 - Benoît Monin + +- update to version 3.10.1: + * Ensure nested elements inside inline comments are properly + unescaped (#1571). + * Make the docs build successfully with mkdocstrings-python 2.0 + (#1575). + * Fix infinite loop when multiple bogus or unclosed HTML comments + appear in input (#1578). + * Fix another infinite loop when handling bad comments (#1586). + ------------------------------------------------------------------- Tue Nov 4 19:45:00 UTC 2025 - Benoît Monin diff --git a/python-Markdown.spec b/python-Markdown.spec index b531000..2f7400c 100644 --- a/python-Markdown.spec +++ b/python-Markdown.spec @@ -1,7 +1,7 @@ # # spec file for package python-Markdown # -# Copyright (c) 2025 SUSE LLC and contributors +# Copyright (c) 2026 SUSE LLC and contributors # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -32,7 +32,7 @@ %endif %{?sle15_python_module_pythons} Name: python-Markdown%{psuffix} -Version: 3.10 +Version: 3.10.1 Release: 0 Summary: Python implementation of Markdown License: BSD-3-Clause