Update to 1.4.3
This commit is contained in:
parent
88919ab66c
commit
355879e745
1
.gitignore
vendored
1
.gitignore
vendored
@ -4,3 +4,4 @@
|
||||
/boto3-1.4.0.tar.gz
|
||||
/boto3-1.4.1.tar.gz
|
||||
/boto3-1.4.2.tar.gz
|
||||
/boto3-1.4.3.tar.gz
|
||||
|
@ -7,7 +7,7 @@
|
||||
%global pypi_name boto3
|
||||
|
||||
Name: python-%{pypi_name}
|
||||
Version: 1.4.2
|
||||
Version: 1.4.3
|
||||
Release: 1%{?dist}
|
||||
Summary: The AWS SDK for Python
|
||||
|
||||
@ -46,7 +46,7 @@ and Amazon EC2.
|
||||
Summary: The AWS SDK for Python
|
||||
Requires: python2-botocore >= 1.4.1
|
||||
Requires: python2-jmespath >= 0.7.1
|
||||
Requires: python2-s3transfer >= 0.1.0
|
||||
Requires: python2-s3transfer >= 0.1.10
|
||||
RequireS: python-futures >= 2.2.0
|
||||
%{?python_provide:%python_provide python2-%{pypi_name}}
|
||||
%{?el6:Provides: python-%{pypi_name}}
|
||||
@ -62,7 +62,7 @@ and Amazon EC2.
|
||||
Summary: The AWS SDK for Python
|
||||
Requires: python3-botocore >= 1.4.1
|
||||
Requires: python3-jmespath >= 0.7.1
|
||||
Requires: python3-s3transfer >= 0.1.0
|
||||
Requires: python3-s3transfer >= 0.1.10
|
||||
%{?python_provide:%python_provide python3-%{pypi_name}}
|
||||
|
||||
%description -n python3-%{pypi_name}
|
||||
@ -112,32 +112,35 @@ rm -rf tests/integration
|
||||
%endif # with python3
|
||||
|
||||
%changelog
|
||||
* Sat Dec 03 2016 Fabio Alessandro Locati <fale@redhat.com> 1.4.2-1
|
||||
* Wed Dec 28 2016 Fabio Alessandro Locati <fale@fedoraproject.org> 1.4.3-1
|
||||
- Update to 1.4.3
|
||||
|
||||
* Sat Dec 03 2016 Fabio Alessandro Locati <fale@fedoraproject.org> 1.4.2-1
|
||||
- Update to 1.4.2
|
||||
|
||||
* Mon Oct 10 2016 Fabio Alessandro Locati <fale@redhat.com> - 1.4.1-1
|
||||
* Mon Oct 10 2016 Fabio Alessandro Locati <fale@fedoraproject.org> - 1.4.1-1
|
||||
- Update to 1.4.1
|
||||
|
||||
* Thu Aug 04 2016 Fabio Alessandro Locati <fale@redhat.com> - 1.4.0-1
|
||||
* Thu Aug 04 2016 Fabio Alessandro Locati <fale@fedoraproject.org> - 1.4.0-1
|
||||
- New upstream release
|
||||
|
||||
* Tue Jul 19 2016 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.3.1-2
|
||||
- https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages
|
||||
|
||||
* Sat May 28 2016 Fabio Alessandro Locati <fale@redhat.com> - 1.3.1-1
|
||||
* Sat May 28 2016 Fabio Alessandro Locati <fale@fedoraproject.org> - 1.3.1-1
|
||||
- New upstream release
|
||||
|
||||
* Tue Mar 29 2016 Fabio Alessandro Locati <fale@redhat.com> - 1.3.0-1
|
||||
* Tue Mar 29 2016 Fabio Alessandro Locati <fale@fedoraproject.org> - 1.3.0-1
|
||||
- New upstream release
|
||||
|
||||
* Fri Feb 19 2016 Fabio Alessandro Locati <fale@redhat.com> - 1.2.4-1
|
||||
* Fri Feb 19 2016 Fabio Alessandro Locati <fale@fedoraproject.org> - 1.2.4-1
|
||||
- New upstream release
|
||||
|
||||
* Thu Feb 11 2016 Fabio Alessandro Locati <fale@redhat.com> - 1.2.3-3
|
||||
* Thu Feb 11 2016 Fabio Alessandro Locati <fale@fedoraproject.org> - 1.2.3-3
|
||||
- Fix python2- subpackage to require python-future
|
||||
|
||||
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.3-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
||||
|
||||
* Tue Dec 29 2015 Fabio Alessandro Locati <fale@redhat.com> - 1.2.3-1
|
||||
* Tue Dec 29 2015 Fabio Alessandro Locati <fale@fedoraproject.org> - 1.2.3-1
|
||||
- Initial package.
|
||||
|
Loading…
Reference in New Issue
Block a user