epel9
Gwyn Ciesla 5 years ago
parent 05e87976e0
commit b23222ad4b

1
.gitignore vendored

@ -150,3 +150,4 @@
/botocore-1.17.1.tar.gz
/botocore-1.17.2.tar.gz
/botocore-1.17.3.tar.gz
/botocore-1.17.4.tar.gz

@ -2,7 +2,7 @@
Name: python-%{pypi_name}
# NOTICE - Updating this package requires updating python-boto3
Version: 1.17.3
Version: 1.17.4
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
* Wed Jun 17 2020 Gwyn Ciesla <gwync@protonmail.com> - 1.17.4-1
- 1.17.4
* Tue Jun 16 2020 Gwyn Ciesla <gwync@protonmail.com> - 1.17.3-1
- 1.17.3

@ -1 +1 @@
SHA512 (botocore-1.17.3.tar.gz) = 7d43914b0ebac1932516211d455f763d2d91e6fe7220a776eca53b7f3bc951f55fee56185ec850b5456b9b5841128cc33de9c86fa49d2c964f7d330c8d3b707f
SHA512 (botocore-1.17.4.tar.gz) = a461d50d842dd010cb012e4ec7e30122c56a92cb018e25fd4af785df709a013915065563c1e04f6cbb5c92d6b066f864b7a1765ad6bb3c6186ac084f71e3cef3

Loading…
Cancel
Save