Update BRs.
This commit is contained in:
parent
c0be999c62
commit
61bf07c991
@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
Name: python-%{pkgname}
|
Name: python-%{pkgname}
|
||||||
Version: 3.2.2
|
Version: 3.2.2
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Summary: Markdown implementation in Python
|
Summary: Markdown implementation in Python
|
||||||
License: BSD
|
License: BSD
|
||||||
URL: https://python-markdown.github.io/
|
URL: https://python-markdown.github.io/
|
||||||
@ -21,6 +21,12 @@ Summary: Markdown implementation in Python
|
|||||||
BuildRequires: python%{python3_pkgversion}-devel
|
BuildRequires: python%{python3_pkgversion}-devel
|
||||||
BuildRequires: python%{python3_pkgversion}-PyYAML
|
BuildRequires: python%{python3_pkgversion}-PyYAML
|
||||||
BuildRequires: python%{python3_pkgversion}-tidy
|
BuildRequires: python%{python3_pkgversion}-tidy
|
||||||
|
BuildRequires: python%{python3_pkgversion}-setuptools
|
||||||
|
%if 0%{?fedora} && 0%{?fedora} < 32
|
||||||
|
BuildRequires: python%{python3_pkgversion}-importlib-metadata
|
||||||
|
Requires: python%{python3_pkgversion}-importlib-metadata
|
||||||
|
%endif
|
||||||
|
|
||||||
Conflicts: python2-%{pkgname} < 3.1-2
|
Conflicts: python2-%{pkgname} < 3.1-2
|
||||||
%{?python_provide:%python_provide python%{python3_pkgversion}-%{pkgname}}
|
%{?python_provide:%python_provide python%{python3_pkgversion}-%{pkgname}}
|
||||||
|
|
||||||
@ -60,6 +66,9 @@ PYTHONPATH=%{buildroot}%{python3_sitelib} \
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat May 16 2020 Thomas Moschny <thomas.moschny@gmx.de> - 3.2.2-2
|
||||||
|
- Update BRs.
|
||||||
|
|
||||||
* Sat May 16 2020 Thomas Moschny <thomas.moschny@gmx.de> - 3.2.2-1
|
* Sat May 16 2020 Thomas Moschny <thomas.moschny@gmx.de> - 3.2.2-1
|
||||||
- Update to 3.2.2.
|
- Update to 3.2.2.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user