Update Python 2 dependency declarations to new packaging standards
This commit is contained in:
parent
72e18ce714
commit
3af339b685
@ -11,7 +11,7 @@
|
|||||||
|
|
||||||
Name: python-%{pypi_name}
|
Name: python-%{pypi_name}
|
||||||
Version: 0.1.10
|
Version: 0.1.10
|
||||||
Release: 4%{?dist}
|
Release: 5%{?dist}
|
||||||
Summary: An Amazon S3 Transfer Manager
|
Summary: An Amazon S3 Transfer Manager
|
||||||
|
|
||||||
License: ASL 2.0
|
License: ASL 2.0
|
||||||
@ -25,17 +25,17 @@ S3transfer is a Python library for managing Amazon S3 transfers.
|
|||||||
%package -n python2-%{pypi_name}
|
%package -n python2-%{pypi_name}
|
||||||
Summary: An Amazon S3 Transfer Manager
|
Summary: An Amazon S3 Transfer Manager
|
||||||
BuildRequires: python2-devel
|
BuildRequires: python2-devel
|
||||||
BuildRequires: python-setuptools
|
BuildRequires: python2-setuptools
|
||||||
%if %{with tests}
|
%if %{with tests}
|
||||||
BuildRequires: python-nose
|
BuildRequires: python2-nose
|
||||||
BuildRequires: python-mock
|
BuildRequires: python2-mock
|
||||||
BuildRequires: python-wheel
|
BuildRequires: python2-wheel
|
||||||
BuildRequires: python-futures
|
BuildRequires: python2-futures
|
||||||
BuildRequires: python2-botocore
|
BuildRequires: python2-botocore
|
||||||
BuildRequires: python-coverage
|
BuildRequires: python2-coverage
|
||||||
BuildRequires: python-unittest2
|
BuildRequires: python2-unittest2
|
||||||
%endif # tests
|
%endif # tests
|
||||||
Requires: python-futures
|
Requires: python2-futures
|
||||||
Requires: python2-botocore
|
Requires: python2-botocore
|
||||||
%{?python_provide:%python_provide python2-%{pypi_name}}
|
%{?python_provide:%python_provide python2-%{pypi_name}}
|
||||||
|
|
||||||
@ -103,6 +103,10 @@ nosetests-%{python3_version} --with-coverage --cover-erase --cover-package s3tra
|
|||||||
%endif # python3
|
%endif # python3
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Mar 26 2018 Iryna Shcherbina <ishcherb@redhat.com> - 0.1.10-5
|
||||||
|
- 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.10-4
|
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.10-4
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user