diff --git a/markdown-3.7.tar.gz b/markdown-3.7.tar.gz deleted file mode 100644 index e40a4cc..0000000 --- a/markdown-3.7.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2ae2471477cfd02dbbf038d5d9bc226d40def84b4fe2986e49b59b6b472bbed2 -size 357086 diff --git a/markdown-3.8.tar.gz b/markdown-3.8.tar.gz new file mode 100644 index 0000000..dbb657c --- /dev/null +++ b/markdown-3.8.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7df81e63f0df5c4b24b7d156eb81e4690595239b7d70937d0409f1b0de319c6f +size 360906 diff --git a/python-Markdown.changes b/python-Markdown.changes index 79ce790..5817764 100644 --- a/python-Markdown.changes +++ b/python-Markdown.changes @@ -1,3 +1,29 @@ +------------------------------------------------------------------- +Fri Apr 11 20:28:38 UTC 2025 - Benoît Monin + +- update to version 3.8: + * Changed + + DRY fix in abbr extension by introducing method + create_element (#1483). + + Clean up test directory by removing some redundant tests and + port non-redundant cases to the newer test framework. + + Improved performance of the raw HTML post-processor (#1510). + * Fixed + + Backslash Unescape IDs set via attr_list on toc (#1493). + + Ensure md_in_html processes content inside “markdown” blocks + as they are parsed outside of “markdown” blocks to keep + things more consistent for third-party extensions (#1503). + + md_in_html handle tags within inline code blocks better + (#1075). + + md_in_html fix handling of one-liner block HTML handling + (#1074). + + Ensure
is treated like a block-level element + (#1481). + + Ensure that abbr extension respects AtomicString and does not + process perceived abbreviations in these strings (#1512). + + Ensure smarty extension correctly renders nested closing + quotes (#1514). + ------------------------------------------------------------------- Tue Apr 1 11:32:19 UTC 2025 - Markéta Machová diff --git a/python-Markdown.spec b/python-Markdown.spec index bd2ab49..853e26e 100644 --- a/python-Markdown.spec +++ b/python-Markdown.spec @@ -27,7 +27,7 @@ %bcond_with test %endif Name: python-Markdown%{psuffix} -Version: 3.7 +Version: 3.8 Release: 0 Summary: Python implementation of Markdown License: BSD-3-Clause