From db2a2ea2c60ee15c3541db593a52d1ab4882dd58 Mon Sep 17 00:00:00 2001 From: roy Date: Tue, 11 Nov 2025 15:46:27 +0800 Subject: [PATCH] Upgrade to 1.40.70 --- botocore-1.40.64.tar.gz => botocore-1.40.70.tar.gz | 4 ++-- python-botocore.spec | 12 ++++++++++-- 2 files changed, 12 insertions(+), 4 deletions(-) rename botocore-1.40.64.tar.gz => botocore-1.40.70.tar.gz (32%) diff --git a/botocore-1.40.64.tar.gz b/botocore-1.40.70.tar.gz similarity index 32% rename from botocore-1.40.64.tar.gz rename to botocore-1.40.70.tar.gz index 8b56b45..e9e3858 100644 --- a/botocore-1.40.64.tar.gz +++ b/botocore-1.40.70.tar.gz @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a13af4009f6912eafe32108f6fa584fb26e24375149836c2bcaaaaec9a7a9e58 -size 14409921 +oid sha256:61b1f2cecd54d1b28a081116fa113b97bf4e17da57c62ae2c2751fe4c528af1f +size 14444592 diff --git a/python-botocore.spec b/python-botocore.spec index 75a8a65..08fb42b 100644 --- a/python-botocore.spec +++ b/python-botocore.spec @@ -1,7 +1,7 @@ %global _empty_manifest_terminate_build 0 Name: python-botocore -Version: 1.40.64 -Release: 2 +Version: 1.40.70 +Release: 1 Summary: Low-level, data-driven core of boto 3. License: Apache-2.0 URL: https://github.com/boto/botocore @@ -80,6 +80,14 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Tue Nov 11 2025 Yu Peng - 1.40.70-1 +- Upgrade to 1.40.70 + * Private Certificate Authority service now supports ML-DSA key algorithms. + * AWS Appstream support for IPv6 + * Remove trackingServerName from DataZone Connection MLflowProperties + * Cluster endpoint added to CreateCluster and GetCluster API responses + * Added new invoicing get-invoice-pdf API Operation + * Tue Nov 11 2025 Yu Peng - 1.40.64-2 - Fix: move large file to LFS storage -- Gitee