Update Python 2 dependency declarations to new packaging standards

epel9
Iryna Shcherbina 7 years ago
parent 21a7aecd24
commit dc8165c65d

@ -7,7 +7,7 @@
Name: python-%{modulename}
Version: 0.5.4
Release: 8%{?dist}
Release: 9%{?dist}
Summary: An ISO 8601 date/time/duration parser and formatter
Group: Development/Languages
License: BSD
@ -15,7 +15,7 @@ URL: http://pypi.python.org/pypi/%{modulename}
Source0: http://pypi.python.org/packages/source/i/%{modulename}/%{modulename}-%{version}.tar.gz
BuildArch: noarch
BuildRequires: python2-devel
BuildRequires: python-setuptools
BuildRequires: python2-setuptools
%if 0%{?with_python3}
BuildRequires: python3-devel
@ -137,6 +137,10 @@ popd
%endif
%changelog
* Mon Feb 12 2018 Iryna Shcherbina <ishcherb@redhat.com> - 0.5.4-9
- Update Python 2 dependency declarations to new packaging standards
(See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3)
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.5.4-8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild

Loading…
Cancel
Save