From b39605039b6fe99ec882702ca539f907543f01b5 Mon Sep 17 00:00:00 2001 From: roy Date: Tue, 4 Nov 2025 10:00:03 +0800 Subject: [PATCH] Upgrade to 1.40.65 --- botocore-1.40.16.tar.gz => botocore-1.40.65.tar.gz | 4 ++-- python-botocore.spec | 10 +++++++++- 2 files changed, 11 insertions(+), 3 deletions(-) rename botocore-1.40.16.tar.gz => botocore-1.40.65.tar.gz (32%) diff --git a/botocore-1.40.16.tar.gz b/botocore-1.40.65.tar.gz similarity index 32% rename from botocore-1.40.16.tar.gz rename to botocore-1.40.65.tar.gz index 660ab01..2e6b7f7 100644 --- a/botocore-1.40.16.tar.gz +++ b/botocore-1.40.65.tar.gz @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:522a8b7e3837667aca978b5b2dd2d12c3834f58f13df3c8d3369070d883d608d -size 14368291 +oid sha256:cdbbf9d90a9e9c4a6000055013d98b92efc4ceb1bce0d9bcd70e14461dc22ab3 +size 14411821 diff --git a/python-botocore.spec b/python-botocore.spec index a4b5c09..f6e1183 100644 --- a/python-botocore.spec +++ b/python-botocore.spec @@ -1,6 +1,6 @@ %global _empty_manifest_terminate_build 0 Name: python-botocore -Version: 1.40.16 +Version: 1.40.65 Release: 1 Summary: Low-level, data-driven core of boto 3. License: Apache-2.0 @@ -80,6 +80,14 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Tue Nov 04 2025 Yu Peng - 1.40.65-1 +- Upgrade to 1.40.65 + * Adds support for direct code deploy with CreateAgentRuntime and UpdateAgentRuntime + * Fix the AWS Budgets endpoint for the aws-eusc partition. + * Add Amazon EC2 trn2.3xlarge instance type. + * Documentation-only update for LINEAR and CANARY deployment strategies. + * Update endpoint-rules client to latest version + * Mon Aug 25 2025 Sai Zhao - 1.40.16-1 - Upgrade to the latest version 1.40.16 - Remove incorrect endpoint tests -- Gitee