diff --git a/botocore-1.41.0.tar.gz b/botocore-1.41.0.tar.gz deleted file mode 100644 index f1e15c876cb3bcfd0893fe7f1c06d4529ad0b0ca..0000000000000000000000000000000000000000 --- a/botocore-1.41.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:555afbf86a644bfa4ebd7bd98d717b53b792e6bbb2c49f2b308fb06964cf1655 -size 14580059 diff --git a/botocore-1.41.1.tar.gz b/botocore-1.41.1.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..3bd5b0ec36a9edc0417c7a3d5cded9ab1b63e9cc Binary files /dev/null and b/botocore-1.41.1.tar.gz differ diff --git a/python-botocore.spec b/python-botocore.spec index 6bda2daa0c0b477caca5dc4d373e5211c4347f8f..b7c0c65012561bba495d0a0eec9435ddd3f378e8 100644 --- a/python-botocore.spec +++ b/python-botocore.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-botocore -Version: 1.41.0 +Version: 1.41.1 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/c4/8d/af94a3a0a5dc3ff255fdbd9a4bdf8e41beb33ea61ebab92e3d8e017f9ee4/botocore-1.41.0.tar.gz +Source0: https://github.com/boto/botocore/archive/refs/tags/%{version}.tar.gz BuildArch: noarch Requires: python3-jmespath @@ -80,6 +80,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Thu Dec 04 2025 yangxiaodong - 1.41.1-1 +- Update to 1.41.1 + * 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.