diff --git a/Markdown-3.3.3.tar.gz b/Markdown-3.3.3.tar.gz deleted file mode 100644 index a6f04ef..0000000 --- a/Markdown-3.3.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5d9f2b5ca24bc4c7a390d22323ca4bad200368612b5aaa7796babf971d2b2f18 -size 319531 diff --git a/Markdown-3.3.4.tar.gz b/Markdown-3.3.4.tar.gz new file mode 100644 index 0000000..85d9629 --- /dev/null +++ b/Markdown-3.3.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:31b5b491868dcc87d6c24b7e3d19a0d730d59d3e46f4eea6430a321bed387a49 +size 322192 diff --git a/python-Markdown.changes b/python-Markdown.changes index 586601c..22e50af 100644 --- a/python-Markdown.changes +++ b/python-Markdown.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Thu Feb 25 21:02:24 UTC 2021 - Benoît Monin + +- update to version 3.3.4: bug-fix release + * Properly parse unclosed tags in code spans (#1066) + * Properly parse processing instructions in md_in_html (#1070) + * Properly parse code spans in md_in_html (#1069) + * Preserve text immediately before an admonition (#1092) + * Simplified regex for HTML placeholders (#928) addressing (#932) + * Ensure permalinks and anchorlinks are not restricted by + toc_depth (#1107) + ------------------------------------------------------------------- Sun Oct 25 21:47:36 UTC 2020 - Benoît Monin diff --git a/python-Markdown.spec b/python-Markdown.spec index 83f2f8b..fc9efa8 100644 --- a/python-Markdown.spec +++ b/python-Markdown.spec @@ -1,7 +1,7 @@ # # spec file for package python-Markdown # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -20,7 +20,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define oldpython python Name: python-Markdown -Version: 3.3.3 +Version: 3.3.4 Release: 0 Summary: Python implementation of Markdown License: BSD-3-Clause