diff --git a/Markdown-3.5.1.tar.gz b/Markdown-3.5.1.tar.gz deleted file mode 100644 index 4a82b90..0000000 --- a/Markdown-3.5.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b65d7beb248dc22f2e8a31fb706d93798093c308dc1aba295aedeb9d41a813bd -size 348575 diff --git a/Markdown-3.5.2.tar.gz b/Markdown-3.5.2.tar.gz new file mode 100644 index 0000000..734842a --- /dev/null +++ b/Markdown-3.5.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1ac7b3dc550ee80e602e71c1d168002f062e49f1b11e26a36264dafd4df2ef8 +size 349398 diff --git a/python-Markdown.changes b/python-Markdown.changes index 8a7ccac..2b7f305 100644 --- a/python-Markdown.changes +++ b/python-Markdown.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Thu Jan 11 21:37:02 UTC 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 1 20:56:04 UTC 2023 - Benoît Monin diff --git a/python-Markdown.spec b/python-Markdown.spec index 8c006d4..4e038bf 100644 --- a/python-Markdown.spec +++ b/python-Markdown.spec @@ -1,7 +1,7 @@ # # spec file for package python-Markdown # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %{?sle15_python_module_pythons} Name: python-Markdown -Version: 3.5.1 +Version: 3.5.2 Release: 0 Summary: Python implementation of Markdown License: BSD-3-Clause