From 596b9b32c68b76a572c1c8e463da32213aafa9a2 Mon Sep 17 00:00:00 2001 From: Fabio Alessandro Locati Date: Thu, 4 Aug 2016 09:47:28 +0200 Subject: [PATCH] bump to 0.1.1 --- .gitignore | 1 + python-s3transfer.spec | 31 ++++++++++++++++++++----------- sources | 2 +- 3 files changed, 22 insertions(+), 12 deletions(-) diff --git a/.gitignore b/.gitignore index b32e65f..9c09cb3 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /0.0.1.tar.gz +/s3transfer-0.1.0.tar.gz diff --git a/python-s3transfer.spec b/python-s3transfer.spec index 08cb089..25c597c 100644 --- a/python-s3transfer.spec +++ b/python-s3transfer.spec @@ -12,16 +12,13 @@ %global pypi_name s3transfer Name: python-%{pypi_name} -Version: 0.0.1 -Release: 4%{?dist} +Version: 0.1.1 +Release: 1%{?dist} Summary: An Amazon S3 Transfer Manager License: ASL 2.0 URL: https://github.com/boto/s3transfer -# The pypi version still misses some key parts: -# - https://github.com/boto/s3transfer/issues/6 -# - https://github.com/boto/s3transfer/issues/7 -Source0: https://github.com/boto/%{pypi_name}/archive/%{version}.tar.gz +Source0: https://pypi.io/packages/source/s/%{pypi_name}/%{pypi_name}-%{version}.tar.gz BuildArch: noarch BuildRequires: python2-devel @@ -32,6 +29,8 @@ BuildRequires: python-mock BuildRequires: python-wheel BuildRequires: python-futures BuildRequires: python2-botocore +BuildRequires: python2-coverage +BuildRequires: python2-unittest2 %if 0%{?with_python3} BuildRequires: python3-devel BuildRequires: python3-setuptools @@ -40,6 +39,8 @@ BuildRequires: python3-nose BuildRequires: python3-mock BuildRequires: python3-wheel BuildRequires: python3-botocore +BuildRequires: python3-coverage +BuildRequires: python3-unittest2 %endif # with_python3 %description @@ -82,9 +83,11 @@ rm -rf tests/integration %py2_install %check -%{__python2} setup.py test +#%{__python2} setup.py test +nosetests-2.7 --with-coverage --cover-erase --cover-package s3transfer --with-xunit --cover-xml -v tests/unit/ tests/functional/ %if 0%{?with_python3} -%{__python3} setup.py test +#%{__python3} setup.py test +nosetests-3.5 --with-coverage --cover-erase --cover-package s3transfer --with-xunit --cover-xml -v tests/unit/ tests/functional/ %endif # with_python3 %files -n python2-%{pypi_name} @@ -103,15 +106,21 @@ rm -rf tests/integration %endif # with_python3 %changelog +* Thu Aug 04 2016 Fabio Alessandro Locati - 0.1.1-1 +- Update to 0.1.1 + +* Tue Aug 02 2016 Fabio Alessandro Locati - 0.1.0-1 +- Update to 0.1.0 + * Tue Jul 19 2016 Fedora Release Engineering - 0.0.1-4 - https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages -* Wed Feb 24 2016 Fabio Alessandro Locati - 0.0.1-3 +* Wed Feb 24 2016 Fabio Alessandro Locati - 0.0.1-3 - Cleanup the spec a little bit - Remove patch -* Tue Feb 23 2016 Fabio Alessandro Locati - 0.0.1-2 +* Tue Feb 23 2016 Fabio Alessandro Locati - 0.0.1-2 - Add patch to remove tests needing web connection -* Tue Feb 23 2016 Fabio Alessandro Locati - 0.0.1-1 +* Tue Feb 23 2016 Fabio Alessandro Locati - 0.0.1-1 - Initial package. diff --git a/sources b/sources index e0bcbfb..fe9227f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -d7e50c1f8fa21801334562e93246c26e 0.0.1.tar.gz +ceaeed0f530ad652941dc8f87f3efb11 s3transfer-0.1.0.tar.gz