diff --git a/markdown2-2.3.9.tar.gz b/markdown2-2.3.9.tar.gz deleted file mode 100644 index 9c532a4..0000000 --- a/markdown2-2.3.9.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:89526090907ae5ece66d783c434b35c29ee500c1986309e306ce2346273ada6a -size 101067 diff --git a/markdown2-2.4.0.tar.gz b/markdown2-2.4.0.tar.gz new file mode 100644 index 0000000..0bbb27f --- /dev/null +++ b/markdown2-2.4.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28d769f0e544e6f68f684f01e9b186747b079a6927d9ca77ebc8c640a2829b1b +size 96596 diff --git a/python-markdown2.changes b/python-markdown2.changes index f2c455b..295970c 100644 --- a/python-markdown2.changes +++ b/python-markdown2.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Wed Jan 27 23:10:18 UTC 2021 - Matej Cepl + +- Update to 2.4.0: + - [pull #377] Fixed bug breaking strings elements in metadata lists + - [pull #380] When rendering fenced code blocks, also add the + language-LANG class + - [pull #387] Regex DoS fixes +- Switch off failing tests (gh#trentm/python-markdown2#388) + ------------------------------------------------------------------- Mon Aug 17 07:51:19 UTC 2020 - Dirk Mueller diff --git a/python-markdown2.spec b/python-markdown2.spec index 9ffe00b..dff461c 100644 --- a/python-markdown2.spec +++ b/python-markdown2.spec @@ -1,7 +1,7 @@ # # spec file for package python-markdown2 # -# 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 @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-markdown2 -Version: 2.3.9 +Version: 2.4.0 Release: 0 Summary: A Python implementation of Markdown License: MIT @@ -55,7 +55,8 @@ header-ids. %check pushd test -%python_expand PYTHONPATH=%{buildroot}%{$python_sitelib} $python test.py -- -knownfailure +# Exclusion because of gh#trentm/python-markdown2#388 +%python_expand PYTHONPATH=%{buildroot}%{$python_sitelib} $python test.py -- -knownfailure -issue52_hang -syntax_color_opts popd %post