Update to 1.4.1
This commit is contained in:
parent
96a1bb2a36
commit
eea31f756e
1
.gitignore
vendored
1
.gitignore
vendored
@ -2,3 +2,4 @@
|
|||||||
/boto3-1.2.4.tar.gz
|
/boto3-1.2.4.tar.gz
|
||||||
/boto3-1.3.1.tar.gz
|
/boto3-1.3.1.tar.gz
|
||||||
/boto3-1.4.0.tar.gz
|
/boto3-1.4.0.tar.gz
|
||||||
|
/boto3-1.4.1.tar.gz
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
%global pypi_name boto3
|
%global pypi_name boto3
|
||||||
|
|
||||||
Name: python-%{pypi_name}
|
Name: python-%{pypi_name}
|
||||||
Version: 1.4.0
|
Version: 1.4.1
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: The AWS SDK for Python
|
Summary: The AWS SDK for Python
|
||||||
|
|
||||||
@ -112,6 +112,9 @@ rm -rf tests/integration
|
|||||||
%endif # with python3
|
%endif # with python3
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Oct 10 2016 Fabio Alessandro Locati <fale@redhat.com> - 1.4.1-1
|
||||||
|
- Upgrade 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@redhat.com> - 1.4.0-1
|
||||||
- New upstream release
|
- New upstream release
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user