public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Packit <hello@packit.dev>
To: git-commits@fedoraproject.org
Subject: [rpms/awscli2] f45: Update to 2.37.0 upstream release
Date: Wed, 23 Sep 2026 14:13:10 GMT	[thread overview]
Message-ID: <179017279058.1.782368305128792204.rpms-awscli2-db93e88841ab@fedoraproject.org> (raw)

            A new commit has been pushed.

            Repo   : rpms/awscli2
            Branch : f45
            Commit : db93e88841abb7a7b4f173b68212cd9d7b9c810b
            Author : Packit <hello@packit.dev>
            Date   : 2026-09-23T12:33:51+02:00
            Stats  : +14/-36 in 5 file(s)
            URL    : https://src.fedoraproject.org/rpms/awscli2/c/db93e88841abb7a7b4f173b68212cd9d7b9c810b?branch=f45

            Log:
            Update to 2.37.0 upstream release

- Resolves: rhbz#2503009

Upstream tag: 2.37.0
Upstream commit: 941e5679

Commit authored by Packit automation (https://packit.dev/)

---
diff --git a/.gitignore b/.gitignore
index 4aeb239..cad185e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -51,3 +51,4 @@
 /aws-cli-2.34.29.tar.gz
 /aws-cli-2.35.0.tar.gz
 /aws-cli-2.36.0.tar.gz
+/aws-cli-2.37.0.tar.gz

diff --git a/README.packit b/README.packit
index 173195e..41bc266 100644
--- a/README.packit
+++ b/README.packit
@@ -1,3 +1,3 @@
 This repository is maintained by packit.
 https://packit.dev/
-The file was generated using packit 1.16.1.post1.dev2+gf84fe2d5b.
+The file was generated using packit 1.16.3.post1.dev11+g14b012ef4.

diff --git a/awscli2.spec b/awscli2.spec
index 1f53261..4febbab 100644
--- a/awscli2.spec
+++ b/awscli2.spec
@@ -1,7 +1,7 @@
 %global pkgname aws-cli
 
 Name:               awscli2
-Version:            2.36.0
+Version:            2.37.0
 Release:            %autorelease
 
 Summary:            Universal Command Line Environment for AWS, version 2
@@ -27,9 +27,6 @@ Patch5:             python314.patch
 Patch6:             prompt-toolkit-3.0.52.patch
 # fix Python 3.15 incompatibilities
 Patch7:             python315.patch
-# update expected CRT-optimized platforms to match awscrt >= 0.34
-Patch8:             awscrt-platforms.patch
-
 BuildArch:          noarch
 
 BuildRequires:      python%{python3_pkgversion}-devel
@@ -94,6 +91,16 @@ sed \
     %{?rhel:-e '/pytest-xdist/d'} \
     requirements-test.txt > _requirements-test.txt
 
+# ignore pytest 9 warnings about the generators used by the upstream test suite
+# (pytest 10 will require these values to be materialized)
+sed -i \
+    -e '/^filterwarnings = \[/,/^]/ {
+        /^[[:space:]]\{4\}[^#].*[^,]$/s/$/,/
+        /^]/i\
+    "ignore:Passing a non-Collection iterable to parametrize is deprecated"
+}' \
+    pyproject.toml
+
 
 %generate_buildrequires
 %pyproject_buildrequires _requirements-test.txt

diff --git a/awscrt-platforms.patch b/awscrt-platforms.patch
deleted file mode 100644
index 7858fbc..0000000
--- a/awscrt-platforms.patch
+++ /dev/null
@@ -1,30 +0,0 @@
-diff --git a/awscli/topics/s3-config.rst b/awscli/topics/s3-config.rst
-index defa8b2..cc28113 100644
---- a/awscli/topics/s3-config.rst
-+++ b/awscli/topics/s3-config.rst
-@@ -346,6 +346,10 @@ files to and from S3. Valid choices are:
-     * ``p4d.24xlarge``
-     * ``p4de.24xlarge``
-     * ``p5.48xlarge``
-+    * ``p5e.48xlarge``
-+    * ``p5en.48xlarge``
-+    * ``p6-b200.48xlarge``
-+    * ``p6-b300.48xlarge``
-     * ``trn1n.32xlarge``
-     * ``trn1.32xlarge``
-     * ``p5e.48xlarge``
-diff --git a/tests/unit/customizations/s3/test_factory.py b/tests/unit/customizations/s3/test_factory.py
-index 9fafd4a..7c6ea20 100644
---- a/tests/unit/customizations/s3/test_factory.py
-+++ b/tests/unit/customizations/s3/test_factory.py
-@@ -77,6 +77,10 @@ def test_crt_get_optimized_platforms_match_expected_platforms():
-         'p4d.24xlarge',
-         'p4de.24xlarge',
-         'p5.48xlarge',
-+        'p5e.48xlarge',
-+        'p5en.48xlarge',
-+        'p6-b200.48xlarge',
-+        'p6-b300.48xlarge',
-         'trn1n.32xlarge',
-         'trn1.32xlarge',
-         'p5e.48xlarge',

diff --git a/sources b/sources
index 8a5a629..95c2e89 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (aws-cli-2.36.0.tar.gz) = 5346919ae718e5d6a7aa7887b6607ef6182db5341dd26c032e4a3e6c9db9d04e29aaf19878377b0b7ad8cc3abd2ff97b7c0c56de081f74aee3fedd8672f6dbdd
+SHA512 (aws-cli-2.37.0.tar.gz) = 4413c96945c9fdc0ea5e1099723fba5b60c707a6eb3d45f829fb88084f8f9bdbc1bbc8df95666e906dd35f5a000e99ab0a32f4c1bc8a57df42780007a7fd9657

                 reply	other threads:[~2026-09-23 14:13 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=179017279058.1.782368305128792204.rpms-awscli2-db93e88841ab@fedoraproject.org \
    --to=hello@packit.dev \
    --cc=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox