diff --git a/Markdown-3.3.5.tar.gz b/Markdown-3.3.5.tar.gz deleted file mode 100644 index 98969d1..0000000 --- a/Markdown-3.3.5.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:26e9546bfbcde5fcd072bd8f612c9c1b6e2677cb8aadbdf65206674f46dde069 -size 323578 diff --git a/Markdown-3.3.6.tar.gz b/Markdown-3.3.6.tar.gz new file mode 100644 index 0000000..1b7dee9 --- /dev/null +++ b/Markdown-3.3.6.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76df8ae32294ec39dcf89340382882dfa12975f87f45c3ed1ecdb1e8cefc7006 +size 323584 diff --git a/python-Markdown.changes b/python-Markdown.changes index 1a3d888..694d39d 100644 --- a/python-Markdown.changes +++ b/python-Markdown.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Nov 24 21:21:34 UTC 2021 - Dirk Müller + +- update to 3.3.6: + * Fix a dependency issue + ------------------------------------------------------------------- Tue Nov 16 19:19:38 UTC 2021 - Benoît Monin diff --git a/python-Markdown.spec b/python-Markdown.spec index dba530b..5f37ed7 100644 --- a/python-Markdown.spec +++ b/python-Markdown.spec @@ -20,7 +20,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define oldpython python Name: python-Markdown -Version: 3.3.5 +Version: 3.3.6 Release: 0 Summary: Python implementation of Markdown License: BSD-3-Clause @@ -29,12 +29,12 @@ URL: https://python-markdown.github.io/ Source: https://files.pythonhosted.org/packages/source/M/Markdown/Markdown-%{version}.tar.gz Patch0: markdown-3.0-python37.patch BuildRequires: %{python_module PyYAML} -BuildRequires: %{python_module importlib-metadata} +BuildRequires: %{python_module importlib-metadata >= 4.4} BuildRequires: %{python_module setuptools} BuildRequires: %{python_module xml} BuildRequires: fdupes BuildRequires: python-rpm-macros -Requires: python-importlib-metadata +Requires: python-importlib-metadata >= 4.4 Requires: python-xml Requires(post): update-alternatives Requires(postun):update-alternatives