Update Python 2 dependency declarations to new packaging standards

This commit is contained in:
Iryna Shcherbina 2018-02-12 02:18:56 +01:00
parent 77f36e7e41
commit ef7a3587a7

View File

@ -6,7 +6,7 @@
Name: python-%{pypi_name} Name: python-%{pypi_name}
Version: 0.14.1 Version: 0.14.1
Release: 11%{?dist} Release: 12%{?dist}
Summary: A python package that provides useful locks Summary: A python package that provides useful locks
License: ASL 2.0 License: ASL 2.0
@ -26,14 +26,14 @@ Obsoletes: python-%{pypi_name} < 0.13.0-3
%{?python_provide:%python_provide python2-%{pypi_name}} %{?python_provide:%python_provide python2-%{pypi_name}}
BuildRequires: python2-devel BuildRequires: python2-devel
BuildRequires: python-six BuildRequires: python2-six
# tests # tests
BuildRequires: python-testtools BuildRequires: python2-testtools
BuildRequires: python-nose BuildRequires: python2-nose
BuildRequires: python-monotonic BuildRequires: python2-monotonic
BuildRequires: python-futures BuildRequires: python2-futures
Requires: python-six Requires: python2-six
Requires: python-monotonic Requires: python2-monotonic
%description -n python2-%{pypi_name} %description -n python2-%{pypi_name}
A python package that provides useful locks. A python package that provides useful locks.
@ -99,6 +99,10 @@ nosetests-%{python3_version}
%changelog %changelog
* Mon Feb 12 2018 Iryna Shcherbina <ishcherb@redhat.com> - 0.14.1-12
- 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.14.1-11 * Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.14.1-11
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild