From 3af339b6852a9ebb98c23910a0abc497812a11bf Mon Sep 17 00:00:00 2001 From: Iryna Shcherbina Date: Tue, 27 Mar 2018 01:08:20 +0200 Subject: [PATCH] Update Python 2 dependency declarations to new packaging standards --- python-s3transfer.spec | 22 +++++++++++++--------- 1 file changed, 13 insertions(+), 9 deletions(-) diff --git a/python-s3transfer.spec b/python-s3transfer.spec index e2c3bba..6a19480 100644 --- a/python-s3transfer.spec +++ b/python-s3transfer.spec @@ -11,7 +11,7 @@ Name: python-%{pypi_name} Version: 0.1.10 -Release: 4%{?dist} +Release: 5%{?dist} Summary: An Amazon S3 Transfer Manager License: ASL 2.0 @@ -25,17 +25,17 @@ S3transfer is a Python library for managing Amazon S3 transfers. %package -n python2-%{pypi_name} Summary: An Amazon S3 Transfer Manager BuildRequires: python2-devel -BuildRequires: python-setuptools +BuildRequires: python2-setuptools %if %{with tests} -BuildRequires: python-nose -BuildRequires: python-mock -BuildRequires: python-wheel -BuildRequires: python-futures +BuildRequires: python2-nose +BuildRequires: python2-mock +BuildRequires: python2-wheel +BuildRequires: python2-futures BuildRequires: python2-botocore -BuildRequires: python-coverage -BuildRequires: python-unittest2 +BuildRequires: python2-coverage +BuildRequires: python2-unittest2 %endif # tests -Requires: python-futures +Requires: python2-futures Requires: python2-botocore %{?python_provide:%python_provide python2-%{pypi_name}} @@ -103,6 +103,10 @@ nosetests-%{python3_version} --with-coverage --cover-erase --cover-package s3tra %endif # python3 %changelog +* Mon Mar 26 2018 Iryna Shcherbina - 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 - 0.1.10-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild