diff --git a/botocore-1.40.75.tar.gz b/botocore-1.41.0.tar.gz similarity index 62% rename from botocore-1.40.75.tar.gz rename to botocore-1.41.0.tar.gz index 0ed87d47e3a53eeb3e346021b45c8924fa7c4d37..6a64cb5d8eac094a7af054306c15a39037bea7c1 100644 Binary files a/botocore-1.40.75.tar.gz and b/botocore-1.41.0.tar.gz differ diff --git a/python-botocore.spec b/python-botocore.spec index f03086c5eba440f3d84183ee05cad11cac194391..6bda2daa0c0b477caca5dc4d373e5211c4347f8f 100644 --- a/python-botocore.spec +++ b/python-botocore.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-botocore -Version: 1.40.75 +Version: 1.41.0 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/c4/8d/af94a3a0a5dc3ff255fdbd9a4bdf8e41beb33ea61ebab92e3d8e017f9ee4/botocore-1.41.0.tar.gz BuildArch: noarch Requires: python3-jmespath @@ -80,6 +80,10 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Tue Nov 25 2025 wanggang - 1.41.0-1 +- Update package to version 1.41.0 +- feature: Adds support for the login credential provider, allowing users to use AWS Management Console credentials for authentication. + * Tue Nov 18 2025 liutao - 1.40.75-1 - Update package to version 1.40.75 - Remove Elastic Transcoder smoke and integration tests