epel9
Gwyn Ciesla 5 years ago
parent 3e30013755
commit 05e87976e0

1
.gitignore vendored

@ -149,3 +149,4 @@
/botocore-1.17.0.tar.gz
/botocore-1.17.1.tar.gz
/botocore-1.17.2.tar.gz
/botocore-1.17.3.tar.gz

@ -2,7 +2,7 @@
Name: python-%{pypi_name}
# NOTICE - Updating this package requires updating python-boto3
Version: 1.17.2
Version: 1.17.3
Release: 1%{?dist}
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/
%changelog
* Tue Jun 16 2020 Gwyn Ciesla <gwync@protonmail.com> - 1.17.3-1
- 1.17.3
* Sat Jun 13 2020 Gwyn Ciesla <gwync@protonmail.com> - 1.17.2-1
- 1.17.2

@ -1 +1 @@
SHA512 (botocore-1.17.2.tar.gz) = ff19b1708686cbb574b01c9924a6acb7eaf7607b5f19a759d5c1dc1f7a7efae960e0c81d26d384101da5aaddc3bf0d8b4800d8908af34392d23779d4b9064487
SHA512 (botocore-1.17.3.tar.gz) = 7d43914b0ebac1932516211d455f763d2d91e6fe7220a776eca53b7f3bc951f55fee56185ec850b5456b9b5841128cc33de9c86fa49d2c964f7d330c8d3b707f

Loading…
Cancel
Save