diff --git a/Markdown-3.5.2.tar.gz b/Markdown-3.5.2.tar.gz deleted file mode 100644 index 734842a..0000000 --- a/Markdown-3.5.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e1ac7b3dc550ee80e602e71c1d168002f062e49f1b11e26a36264dafd4df2ef8 -size 349398 diff --git a/Markdown-3.6.tar.gz b/Markdown-3.6.tar.gz new file mode 100644 index 0000000..24981f4 --- /dev/null +++ b/Markdown-3.6.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed4f41f6daecbeeb96e576ce414c41d2d876daa9a16cb35fa8ed8c2ddfad0224 +size 354715 diff --git a/python-Markdown.changes b/python-Markdown.changes index 2b7f305..2282f7b 100644 --- a/python-Markdown.changes +++ b/python-Markdown.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Fri Mar 15 19:46:03 UTC 2024 - Benoît Monin + +- update to version 3.6: + * Changed + + Refactor TOC Sanitation + * Fixed + + Include scripts/*.py in the generated source tarballs (#1430) + + Ensure lines after heading in loose list are properly + detabbed (#1443). + + Give smarty tree processor higher priority than toc (#1440). + + Permit carets (^) and square brackets (]) but explicitly + exclude backslashes (\) from abbreviations (#1444). + + In attribute lists (attr_list, fenced_code), quoted attribute + values are now allowed to contain curly braces (}) (#1414). + ------------------------------------------------------------------- Thu Jan 11 21:37:02 UTC 2024 - Benoît Monin diff --git a/python-Markdown.spec b/python-Markdown.spec index 4e038bf..4879f17 100644 --- a/python-Markdown.spec +++ b/python-Markdown.spec @@ -18,7 +18,7 @@ %{?sle15_python_module_pythons} Name: python-Markdown -Version: 3.5.2 +Version: 3.6 Release: 0 Summary: Python implementation of Markdown License: BSD-3-Clause @@ -38,7 +38,7 @@ BuildRequires: python-rpm-macros Requires: python-importlib-metadata >= 4.4 %endif Requires(post): update-alternatives -Requires(postun):update-alternatives +Requires(postun): update-alternatives BuildArch: noarch %python_subpackages