bump to 0.1.1

This commit is contained in:
Fabio Alessandro Locati 2016-08-04 09:47:28 +02:00
parent 31d1e491b8
commit 596b9b32c6
3 changed files with 22 additions and 12 deletions

1
.gitignore vendored
View File

@ -1 +1,2 @@
/0.0.1.tar.gz
/s3transfer-0.1.0.tar.gz

View File

@ -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 <fale@redhat.com> - 0.1.1-1
- Update to 0.1.1
* Tue Aug 02 2016 Fabio Alessandro Locati <fale@redhat.com> - 0.1.0-1
- Update to 0.1.0
* Tue Jul 19 2016 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.0.1-4
- https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages
* Wed Feb 24 2016 Fabio Alessandro Locati <fabio@locati.cc> - 0.0.1-3
* Wed Feb 24 2016 Fabio Alessandro Locati <fale@redhat.com> - 0.0.1-3
- Cleanup the spec a little bit
- Remove patch
* Tue Feb 23 2016 Fabio Alessandro Locati <fabio@locati.cc> - 0.0.1-2
* Tue Feb 23 2016 Fabio Alessandro Locati <fale@redhat.com> - 0.0.1-2
- Add patch to remove tests needing web connection
* Tue Feb 23 2016 Fabio Alessandro Locati <fabio@locati.cc> - 0.0.1-1
* Tue Feb 23 2016 Fabio Alessandro Locati <fale@redhat.com> - 0.0.1-1
- Initial package.

View File

@ -1 +1 @@
d7e50c1f8fa21801334562e93246c26e 0.0.1.tar.gz
ceaeed0f530ad652941dc8f87f3efb11 s3transfer-0.1.0.tar.gz