epel9
Gwyn Ciesla 5 years ago
parent 0138ecd52a
commit a1da5d7831

1
.gitignore vendored

@ -136,3 +136,4 @@
/botocore-1.16.8.tar.gz /botocore-1.16.8.tar.gz
/botocore-1.16.9.tar.gz /botocore-1.16.9.tar.gz
/botocore-1.16.10.tar.gz /botocore-1.16.10.tar.gz
/botocore-1.16.11.tar.gz

@ -2,7 +2,7 @@
Name: python-%{pypi_name} Name: python-%{pypi_name}
# NOTICE - Updating this package requires updating python-boto3 # NOTICE - Updating this package requires updating python-boto3
Version: 1.16.10 Version: 1.16.11
Release: 1%{?dist} Release: 1%{?dist}
Summary: Low-level, data-driven core of boto 3 Summary: Low-level, data-driven core of boto 3
@ -51,6 +51,9 @@ find . -type f -name '*.py' | xargs sed -i s/cElementTree/ElementTree/g
%{python3_sitelib}/%{pypi_name}-*.egg-info/ %{python3_sitelib}/%{pypi_name}-*.egg-info/
%changelog %changelog
* Mon May 18 2020 Gwyn Ciesla <gwync@protonmail.com> - 1.16.11-1
- 1.16.11
* Thu May 14 2020 Gwyn Ciesla <gwync@protonmail.com> - 1.16.10-1 * Thu May 14 2020 Gwyn Ciesla <gwync@protonmail.com> - 1.16.10-1
- 1.16.10 - 1.16.10

@ -1 +1 @@
SHA512 (botocore-1.16.10.tar.gz) = 0a2e3fa564160ef894b0556e835dfb0a805290549ca40491c06d169bc086616fc47b24096a736fda293b705895ca73e47dee94efd39b5f8e87208a03977f05c3 SHA512 (botocore-1.16.11.tar.gz) = b40d3f3ee36011eaaa901d11b770389ac499c2573a26c41ec7d3be8c069ecf4767ba8a7e7e7cb065a15a09f1a47e3ee3b69482c981eb41521fd7f12bec02a956

Loading…
Cancel
Save