i9ce
Gwyn Ciesla 5 years ago
parent 1d4a62bf23
commit 8dedeeba7e

1
.gitignore vendored

@ -120,3 +120,4 @@
/boto3-1.14.27.tar.gz /boto3-1.14.27.tar.gz
/boto3-1.14.28.tar.gz /boto3-1.14.28.tar.gz
/boto3-1.14.29.tar.gz /boto3-1.14.29.tar.gz
/boto3-1.14.30.tar.gz

@ -1,7 +1,7 @@
%global pypi_name boto3 %global pypi_name boto3
Name: python-%{pypi_name} Name: python-%{pypi_name}
Version: 1.14.29 Version: 1.14.30
Release: 1%{?dist} Release: 1%{?dist}
Summary: The AWS SDK for Python Summary: The AWS SDK for Python
@ -47,6 +47,9 @@ rm -rf tests/integration
%{python3_sitelib}/%{pypi_name}-%{version}-*.egg-info/ %{python3_sitelib}/%{pypi_name}-%{version}-*.egg-info/
%changelog %changelog
* Wed Jul 29 2020 Gwyn Ciesla <gwync@protonmail.com> - 1.14.30-1
- 1.14.30
* Tue Jul 28 2020 Gwyn Ciesla <gwync@protonmail.com> - 1.14.29-1 * Tue Jul 28 2020 Gwyn Ciesla <gwync@protonmail.com> - 1.14.29-1
- 1.14.29 - 1.14.29

@ -1 +1 @@
SHA512 (boto3-1.14.29.tar.gz) = 0d6e1df76bcebec0767be4612cc6742779c4624190c7a86a014e2298cc92e7257f7087ff212567d1697c4f824f9dca01a5a70da76762e88aa3ad02c6ba6ae318 SHA512 (boto3-1.14.30.tar.gz) = b2e9277c3205456cb4dadde56a2730a1f5eeb5571abd3bd28819f6aeaf1c3f982a8bfa58a8999ec904afe5f15a85d0a0fef9280a65759e977edf23eacf86af72

Loading…
Cancel
Save