Accepting request 933589 from devel:languages:python
- update to 3.3.6: * Fix a dependency issue OBS-URL: https://build.opensuse.org/request/show/933589 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Markdown?expand=0&rev=37
This commit is contained in:
commit
ddbb3b1f47
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:26e9546bfbcde5fcd072bd8f612c9c1b6e2677cb8aadbdf65206674f46dde069
|
||||
size 323578
|
3
Markdown-3.3.6.tar.gz
Normal file
3
Markdown-3.3.6.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:76df8ae32294ec39dcf89340382882dfa12975f87f45c3ed1ecdb1e8cefc7006
|
||||
size 323584
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 24 21:21:34 UTC 2021 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 3.3.6:
|
||||
* Fix a dependency issue
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 16 19:19:38 UTC 2021 - Benoît Monin <benoit.monin@gmx.fr>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user