diff --git a/botocore-1.35.44.tar.gz b/botocore-1.35.48.tar.gz similarity index 60% rename from botocore-1.35.44.tar.gz rename to botocore-1.35.48.tar.gz index 1fd73949f8994f22156d5b04b7cd2133cfa60c9a..e02c7a4db0838f75ee1055c00a99cca35aef2dc2 100644 Binary files a/botocore-1.35.44.tar.gz and b/botocore-1.35.48.tar.gz differ diff --git a/python-botocore.spec b/python-botocore.spec index 792db7e6d509ccdd0540238101be28b5db285eed..a559beeacbbac5f15d47a19025a413443f3b2d0a 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.48 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/c1/49/4a9e83ad1fb95289d65b9a92df9297d23656037779c5f884c37c247064ae/botocore-1.35.48.tar.gz BuildArch: noarch Requires: python3-jmespath @@ -80,6 +80,12 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Fri Oct 25 2024 wanggang - 1.35.48-1 +- Update package to version 1.35.48 +- enhancement:s3: Handle HTTP 200 responses with error information for all supported s3 operations. +- bugfix:s3: Fixed SelectObjectContent regression from #3284. +- bugfix:s3: Fix S3 200 Error handling to address bugs introduced in payload operations. + * Mon Oct 21 2024 jiangxinyu - 1.35.44-1 - Update package to version 1.35.44 - Sigv4a signing region set config bugfix