public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/awscli2] rawhide: Update to 2.37.0 upstream release
@ 2026-09-23 14:13 Packit
  0 siblings, 0 replies; only message in thread
From: Packit @ 2026-09-23 14:13 UTC (permalink / raw)
  To: git-commits

            A new commit has been pushed.

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

            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

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-09-23 14:13 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-23 14:13 [rpms/awscli2] rawhide: Update to 2.37.0 upstream release Packit

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox