diff --git a/botocore-1.35.35.tar.gz b/botocore-1.35.44.tar.gz similarity index 59% rename from botocore-1.35.35.tar.gz rename to botocore-1.35.44.tar.gz index 31a4078eed3ce63b72519c9d89f50122e2a0e245..1fd73949f8994f22156d5b04b7cd2133cfa60c9a 100644 Binary files a/botocore-1.35.35.tar.gz and b/botocore-1.35.44.tar.gz differ diff --git a/python-botocore.spec b/python-botocore.spec index 7b79af8ef8ab79bb0706e0d664eb9fdd52520cd7..792db7e6d509ccdd0540238101be28b5db285eed 100644 --- a/python-botocore.spec +++ b/python-botocore.spec @@ -1,6 +1,6 @@ %global _empty_manifest_terminate_build 0 Name: python-botocore -Version: 1.35.35 +Version: 1.35.44 Release: 1 Summary: Low-level, data-driven core of boto 3. License: Apache-2.0 @@ -80,6 +80,11 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Mon Oct 21 2024 jiangxinyu - 1.35.44-1 +- Update package to version 1.35.44 +- Sigv4a signing region set config bugfix + Add support for Python 3.13 + * Tue Oct 8 2024 wuzhaomin - 1.35.35-1 - update version to 1.35.35 - chore: Modified bug issue template to add checkbox to report potentia