epel9
Gwyn Ciesla 3 years ago
parent 347e3a9e6e
commit 4bf089531f

1
.gitignore vendored

@ -521,3 +521,4 @@
/boto3-1.22.12.tar.gz
/boto3-1.22.13.tar.gz
/boto3-1.23.0.tar.gz
/boto3-1.23.1.tar.gz

@ -1,7 +1,7 @@
%global pypi_name boto3
Name: python-%{pypi_name}
Version: 1.23.0
Version: 1.23.1
Release: 1%{?dist}
Summary: The AWS SDK for Python
@ -47,6 +47,9 @@ rm -rf tests/integration
%{python3_sitelib}/%{pypi_name}-%{version}-*.egg-info/
%changelog
* Mon May 16 2022 Gwyn Ciesla <gwync@protonmail.com> - 1.23.1-1
- 1.23.1
* Fri May 13 2022 Gwyn Ciesla <gwync@protonmail.com> - 1.23.0-1
- 1.23.0

@ -1 +1 @@
SHA512 (boto3-1.23.0.tar.gz) = 5fa929f94135e8e7d6fdc99d17cd98cf6d927f4daf9bfd914993c3f811af8faebf1687ed078c0f60931949cc730b831bcc4b96df351931723eec70cce7816dce
SHA512 (boto3-1.23.1.tar.gz) = d8610ddb1e08b624ecd86936c739ff36e0895b48e8e696e2ffb2cc125436ec2b8224971a80d47aa08624d8e92a3fde0786f81f4f964ab9ce40826e4b4c779fa8

Loading…
Cancel
Save