epel9
Gwyn Ciesla 5 years ago
parent f29029e49f
commit 8b8a9183af

1
.gitignore vendored

@ -138,3 +138,4 @@
/botocore-1.16.10.tar.gz /botocore-1.16.10.tar.gz
/botocore-1.16.11.tar.gz /botocore-1.16.11.tar.gz
/botocore-1.16.12.tar.gz /botocore-1.16.12.tar.gz
/botocore-1.16.14.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.12 Version: 1.16.14
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
* Wed May 20 2020 Gwyn Ciesla <gwync@protonmail.com> - 1.16.14-1
- 1.16.14
* Wed May 20 2020 Gwyn Ciesla <gwync@protonmail.com> - 1.16.12-1 * Wed May 20 2020 Gwyn Ciesla <gwync@protonmail.com> - 1.16.12-1
- 1.16.12 - 1.16.12

@ -1 +1 @@
SHA512 (botocore-1.16.12.tar.gz) = 891c8c2b3b6208d3d8543c055fa48887c58c67845d46a9607ae140d3a17d5b12665cc50afa304647895c891112e35ecc1cacaf36e75d0491109bcc5150be0ec6 SHA512 (botocore-1.16.14.tar.gz) = 96f5ca20acb6d6c528a1eeec1441b28dd70244c823e02b4cea734c933a0cea2695302e60e105feb863968d2f99139bef312c36bc17837c3fa214953aec5716c9

Loading…
Cancel
Save