diff --git a/botocore-1.35.44.tar.gz b/botocore-1.35.50.tar.gz similarity index 60% rename from botocore-1.35.44.tar.gz rename to botocore-1.35.50.tar.gz index 1fd73949f8994f22156d5b04b7cd2133cfa60c9a..795b2fbf6fc0757129ce1b417d31d66439c1a6d3 100644 Binary files a/botocore-1.35.44.tar.gz and b/botocore-1.35.50.tar.gz differ diff --git a/python-botocore.spec b/python-botocore.spec index 792db7e6d509ccdd0540238101be28b5db285eed..e141bb62dad0190bfa270bec5ae563147db9d334 100644 --- a/python-botocore.spec +++ b/python-botocore.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-botocore -Version: 1.35.44 +Version: 1.35.50 Release: 1 Summary: Low-level, data-driven core of boto 3. License: Apache-2.0 URL: https://github.com/boto/botocore -Source0: https://files.pythonhosted.org/packages/source/b/botocore/botocore-%{version}.tar.gz +Source0: https://files.pythonhosted.org/packages/ef/16/04bc1b17f085a435e28b101e8a62cfe9588d6eeeab5ffa39c07d134da512/botocore-1.35.50.tar.gz BuildArch: noarch Requires: python3-jmespath @@ -80,6 +80,11 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Tue Oct 29 2024 muxiaohui - 1.35.50-1 +- Update version to 1.35.50 +- Adds support for provisioning dedicated coordinator nodes. +- Documentation update. + * Mon Oct 21 2024 jiangxinyu - 1.35.44-1 - Update package to version 1.35.44 - Sigv4a signing region set config bugfix