diff --git a/botocore-1.24.7.tar.gz b/botocore-1.27.89.tar.gz similarity index 51% rename from botocore-1.24.7.tar.gz rename to botocore-1.27.89.tar.gz index c5a508296bba5c4999a5781e5e81eefdb0046895..c79ef72a0315638156b2425ea0431653612c3e53 100644 Binary files a/botocore-1.24.7.tar.gz and b/botocore-1.27.89.tar.gz differ diff --git a/fix_no_attribute_error.patch b/fix_no_attribute_error.patch new file mode 100644 index 0000000000000000000000000000000000000000..75073389fd7da6ac0ec523fe2a1ce70c85816c45 --- /dev/null +++ b/fix_no_attribute_error.patch @@ -0,0 +1,13 @@ +diff --git a/tests/unit/test_awsrequest.py b/tests/unit/test_awsrequest.py +index 22bd9a7..6e12f7d 100644 +--- a/tests/unit/test_awsrequest.py ++++ b/tests/unit/test_awsrequest.py +@@ -58,6 +58,8 @@ class FakeSocket: + def close(self): + pass + ++ def settimeout(self, value): ++ pass + + class BytesIOWithLen(six.BytesIO): + def __len__(self): diff --git a/python-botocore.spec b/python-botocore.spec index 6802ff9df31512bb228fd0511f25d63989479f47..388f164681e7b013e4ed723a4e6580921447740c 100644 --- a/python-botocore.spec +++ b/python-botocore.spec @@ -1,11 +1,12 @@ %global _empty_manifest_terminate_build 0 Name: python-botocore -Version: 1.24.7 +Version: 1.27.89 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/b6/27/82dcaa46588c3071b195f75ec1c3ce5d6ce8aad26701dcc661cbca4961be/botocore-1.24.7.tar.gz +Source0: https://files.pythonhosted.org/packages/bd/cb/af3d2851d43200724720ba4e81af15cbadeaf5b190eedd1b75582296627e/botocore-1.27.89.tar.gz +Patch00: fix_no_attribute_error.patch BuildArch: noarch %description A low-level interface to a growing number of Amazon Web Services. The @@ -41,7 +42,7 @@ A low-level interface to a growing number of Amazon Web Services. The botocore package is the foundation for the AWS CLI as well as boto3. %prep -%autosetup -n botocore-%{version} +%autosetup -n botocore-%{version} -p1 %build %py3_build @@ -85,6 +86,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Fri Apr 12 2024 tzing_t - 1.27.89-1 +- Upgrade package to version 1.27.89 + * Mon Jul 04 2022 OpenStack_SIG - 1.24.7-1 - Upgrade the version to 1.24.7