Update requirements for Python < 3.10.

This commit is contained in:
Thomas Moschny 2021-12-05 18:42:57 +01:00
parent 8db9683c4a
commit 25e6c963d5

View File

@ -3,7 +3,7 @@
Name: python-%{pkgname} Name: python-%{pkgname}
Version: 3.3.6 Version: 3.3.6
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,9 +21,9 @@ 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}-setuptools BuildRequires: python%{python3_pkgversion}-setuptools
%if 0%{?rhel} && 0%{?rhel} < 9 %if ( 0%{?rhel} && 0%{?rhel} < 9 ) || ( 0%{?fedora} && 0%{?fedora} < 35 )
BuildRequires: python%{python3_pkgversion}-importlib-metadata BuildRequires: python%{python3_pkgversion}-importlib-metadata >= 4.4
Requires: python%{python3_pkgversion}-importlib-metadata Requires: python%{python3_pkgversion}-importlib-metadata >= 4.4
%endif %endif
Conflicts: python2-%{pkgname} < 3.1-2 Conflicts: python2-%{pkgname} < 3.1-2
@ -65,6 +65,9 @@ PYTHONPATH=%{buildroot}%{python3_sitelib} \
%changelog %changelog
* Sun Dec 5 2021 Thomas Moschny <thomas.moschny@gmx.de> - 3.3.6-2
- Update requirements for Python < 3.10.
* Sat Nov 27 2021 Thomas Moschny <thomas.moschny@gmx.de> - 3.3.6-1 * Sat Nov 27 2021 Thomas Moschny <thomas.moschny@gmx.de> - 3.3.6-1
- Update to 3.3.6. - Update to 3.3.6.