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.42.1.tar.gz b/botocore-1.42.1.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..1c638a456d86560f5860934f520d33a7e3a737b5 Binary files /dev/null and b/botocore-1.42.1.tar.gz differ diff --git a/python-botocore.spec b/python-botocore.spec index 6bda2daa0c0b477caca5dc4d373e5211c4347f8f..d421a7d0a6a395430d0bddf51e64841d2b4f44c0 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.42.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://files.pythonhosted.org/packages/c4/8d/af94a3a0a5dc3ff255fdbd9a4bdf8e41beb33ea61ebab92e3d8e017f9ee4/botocore-1.42.1.tar.gz BuildArch: noarch Requires: python3-jmespath @@ -80,6 +80,11 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Wed Dec 03 2025 ypzhou - 1.42.1-1 +- update to package to version 1.42.1 +- Adds the audioDataDeliveryEnabled boolean field to the Model Invocation Logging Configuration. +- Support for AgentCore Evaluations and Episodic memory strategy for AgentCore Memory. + * 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.