i9ce
Gwyn Ciesla 3 years ago
parent 923e2772fa
commit abeeb5e08b

1
.gitignore vendored

@ -504,3 +504,4 @@
/boto3-1.21.40.tar.gz /boto3-1.21.40.tar.gz
/boto3-1.21.41.tar.gz /boto3-1.21.41.tar.gz
/boto3-1.21.42.tar.gz /boto3-1.21.42.tar.gz
/boto3-1.21.43.tar.gz

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

@ -1 +1 @@
SHA512 (boto3-1.21.42.tar.gz) = bfbe75480c1f99a7a6fe31bd6e06ec415e79bebc9d50657ad6fe98a30f91a8b5a335fa8c9896523e5387d404867145760e42de1001e131cc277753b6f545c69e SHA512 (boto3-1.21.43.tar.gz) = 77c980a7552af09dfc43907fda22a63431c0f54b54fa5b279b24f99272d16640935732d9731a1fdb61dff8fdd028b2000904ab1c78f9d73ae361ea0724990224

Loading…
Cancel
Save