1.17.23
This commit is contained in:
parent
224f2947ec
commit
70383eadda
1
.gitignore
vendored
1
.gitignore
vendored
@ -169,3 +169,4 @@
|
|||||||
/botocore-1.17.20.tar.gz
|
/botocore-1.17.20.tar.gz
|
||||||
/botocore-1.17.21.tar.gz
|
/botocore-1.17.21.tar.gz
|
||||||
/botocore-1.17.22.tar.gz
|
/botocore-1.17.22.tar.gz
|
||||||
|
/botocore-1.17.23.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.17.22
|
Version: 1.17.23
|
||||||
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 Jul 20 2020 Gwyn Ciesla <gwync@protonmail.com> - 1.17.23-1
|
||||||
|
- 1.17.23
|
||||||
|
|
||||||
* Fri Jul 17 2020 Gwyn Ciesla <gwync@protonmail.com> - 1.17.22-1
|
* Fri Jul 17 2020 Gwyn Ciesla <gwync@protonmail.com> - 1.17.22-1
|
||||||
- 1.17.22
|
- 1.17.22
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (botocore-1.17.22.tar.gz) = 3dc0b8a72c3336aa66e95022e7bb568c27ad65a4d91aa06cd5c46622a0fb649418d1d6bc7a216f4a6cc38d45282b2347db67c19a7d4821ab28262a0e36b6ee7a
|
SHA512 (botocore-1.17.23.tar.gz) = 93af672e8d110ab4989e9abc20b3bbb1a6c9050c379bb1db8542e9027e6a4ee82083645c59211204d7110e112d393f80f87d15b77337a4d73358f43d39f6e52f
|
||||||
|
Loading…
Reference in New Issue
Block a user