Update BRs.

This commit is contained in:
Thomas Moschny 2020-05-16 11:29:12 +02:00
parent c0be999c62
commit 61bf07c991

View File

@ -3,7 +3,7 @@
Name: python-%{pkgname}
Version: 3.2.2
Release: 1%{?dist}
Release: 2%{?dist}
Summary: Markdown implementation in Python
License: BSD
URL: https://python-markdown.github.io/
@ -21,6 +21,12 @@ Summary: Markdown implementation in Python
BuildRequires: python%{python3_pkgversion}-devel
BuildRequires: python%{python3_pkgversion}-PyYAML
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
%{?python_provide:%python_provide python%{python3_pkgversion}-%{pkgname}}
@ -60,6 +66,9 @@ PYTHONPATH=%{buildroot}%{python3_sitelib} \
%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
- Update to 3.2.2.