Update Python 2 dependency declarations to new packaging standards

This commit is contained in:
Iryna Shcherbina 2018-02-09 14:29:37 +01:00
parent ebb78ec42f
commit 7931d1b9f9

View File

@ -8,7 +8,7 @@ This module parses the most common forms of ISO 8601 date strings \
Name: python-%{srcname}
Version: 0.1.11
Release: 8%{?dist}
Release: 9%{?dist}
Summary: %{sum}
License: MIT
@ -27,7 +27,7 @@ Summary: %{sum}
Provides: python-%{srcname} = %{version}-%{release}
Obsoletes: python-%{srcname} < 0.1.10-6
BuildRequires: python2-devel python-setuptools
BuildRequires: python2-devel python2-setuptools
%description -n python2-%{srcname} %{pkgdesc}
@ -82,6 +82,10 @@ BuildRequires: python%{python3_other_pkgversion}-setuptools
%endif
%changelog
* Fri Feb 09 2018 Iryna Shcherbina <ishcherb@redhat.com> - 0.1.11-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.1.11-8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild