Update to 1.9.96. Fixes bug #1667629
This commit is contained in:
parent
bd1c922b88
commit
9302d7ffe1
1
.gitignore
vendored
1
.gitignore
vendored
@ -15,3 +15,4 @@
|
|||||||
/boto3-1.6.1.tar.gz
|
/boto3-1.6.1.tar.gz
|
||||||
/boto3-1.7.41.tar.gz
|
/boto3-1.7.41.tar.gz
|
||||||
/boto3-1.9.15.tar.gz
|
/boto3-1.9.15.tar.gz
|
||||||
|
/boto3-1.9.96.tar.gz
|
||||||
|
@ -2,8 +2,8 @@
|
|||||||
%global pypi_name boto3
|
%global pypi_name boto3
|
||||||
|
|
||||||
Name: python-%{pypi_name}
|
Name: python-%{pypi_name}
|
||||||
Version: 1.9.15
|
Version: 1.9.96
|
||||||
Release: 4%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: The AWS SDK for Python
|
Summary: The AWS SDK for Python
|
||||||
|
|
||||||
License: ASL 2.0
|
License: ASL 2.0
|
||||||
@ -58,6 +58,9 @@ rm -rf tests/integration
|
|||||||
%{python3_sitelib}/%{pypi_name}-%{version}-*.egg-info/
|
%{python3_sitelib}/%{pypi_name}-%{version}-*.egg-info/
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Feb 15 2019 Kevin Fenzi <kevin@scrye.com> - 1.9.96-1
|
||||||
|
- Update to 1.9.96. Fixes bug #1667629
|
||||||
|
|
||||||
* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.9.15-4
|
* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.9.15-4
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (boto3-1.9.15.tar.gz) = 4518ec4609dc876b98ea057fd2bb21accb6b29af27bd2955f11dd9edec9dae9efacb55eccd2e9537a166142638488f49c00ab307a31bc409d86dabf540d5b3cb
|
SHA512 (boto3-1.9.96.tar.gz) = 4e6c943bd8b43a13b48893782d35c3376602be7fe7b868fe64455f7dcfb72b37c3b73c410de8f276d9f0d02a17f2108ebb87ae4b07c00408e47b19fcc991a484
|
||||||
|
Loading…
Reference in New Issue
Block a user