Update requirements for Python < 3.10.
This commit is contained in:
parent
8db9683c4a
commit
25e6c963d5
@ -3,7 +3,7 @@
|
||||
|
||||
Name: python-%{pkgname}
|
||||
Version: 3.3.6
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Summary: Markdown implementation in Python
|
||||
License: BSD
|
||||
URL: https://python-markdown.github.io/
|
||||
@ -21,9 +21,9 @@ Summary: Markdown implementation in Python
|
||||
BuildRequires: python%{python3_pkgversion}-devel
|
||||
BuildRequires: python%{python3_pkgversion}-PyYAML
|
||||
BuildRequires: python%{python3_pkgversion}-setuptools
|
||||
%if 0%{?rhel} && 0%{?rhel} < 9
|
||||
BuildRequires: python%{python3_pkgversion}-importlib-metadata
|
||||
Requires: python%{python3_pkgversion}-importlib-metadata
|
||||
%if ( 0%{?rhel} && 0%{?rhel} < 9 ) || ( 0%{?fedora} && 0%{?fedora} < 35 )
|
||||
BuildRequires: python%{python3_pkgversion}-importlib-metadata >= 4.4
|
||||
Requires: python%{python3_pkgversion}-importlib-metadata >= 4.4
|
||||
%endif
|
||||
|
||||
Conflicts: python2-%{pkgname} < 3.1-2
|
||||
@ -65,6 +65,9 @@ PYTHONPATH=%{buildroot}%{python3_sitelib} \
|
||||
|
||||
|
||||
%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
|
||||
- Update to 3.3.6.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user