diff --git a/markdown-3.8.1.tar.gz b/markdown-3.8.1.tar.gz new file mode 100644 index 0000000..354d72a --- /dev/null +++ b/markdown-3.8.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2e2f01cead4828ee74ecca9623045f62216aef2212a7685d6eb9163f590b8c1 +size 361280 diff --git a/markdown-3.8.tar.gz b/markdown-3.8.tar.gz deleted file mode 100644 index dbb657c..0000000 --- a/markdown-3.8.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7df81e63f0df5c4b24b7d156eb81e4690595239b7d70937d0409f1b0de319c6f -size 360906 diff --git a/python-Markdown.changes b/python-Markdown.changes index 5817764..b0ba894 100644 --- a/python-Markdown.changes +++ b/python-Markdown.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Wed Jun 18 16:36:45 UTC 2025 - Benoît Monin + +- update to version 3.8.1: + * Ensure incomplete markup declaration in raw HTML doesn’t crash + parser (#1534). + * Fixed dropped content in md_in_html (#1526). + * Fixed HTML handling corner case that prevented some content + from not being rendered (#1528). + ------------------------------------------------------------------- Fri Apr 11 20:28:38 UTC 2025 - Benoît Monin diff --git a/python-Markdown.spec b/python-Markdown.spec index 853e26e..50c7ce3 100644 --- a/python-Markdown.spec +++ b/python-Markdown.spec @@ -27,7 +27,7 @@ %bcond_with test %endif Name: python-Markdown%{psuffix} -Version: 3.8 +Version: 3.8.1 Release: 0 Summary: Python implementation of Markdown License: BSD-3-Clause