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] rawhide: Update to 2.35.0 upstream release
Date: Thu, 11 Jun 2026 20:29:15 GMT	[thread overview]
Message-ID: <178120975546.1.2594423472931341747.rpms-awscli2-6c896c5292bd@fedoraproject.org> (raw)

            A new commit has been pushed.

            Repo   : rpms/awscli2
            Branch : rawhide
            Commit : 6c896c5292bdcc9d44745f798c1722d556f898d1
            Author : Packit <hello@packit.dev>
            Date   : 2026-06-11T19:31:40+02:00
            Stats  : +52/-10 in 7 file(s)
            URL    : https://src.fedoraproject.org/rpms/awscli2/c/6c896c5292bdcc9d44745f798c1722d556f898d1?branch=rawhide

            Log:
            Update to 2.35.0 upstream release

- Resolves: rhbz#2459825

Upstream tag: 2.35.0
Upstream commit: f1d59c3c

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

---
diff --git a/.gitignore b/.gitignore
index 14e486e..05ff4a3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -49,3 +49,4 @@
 /aws-cli-2.27.0.tar.gz
 /aws-cli-2.33.0.tar.gz
 /aws-cli-2.34.29.tar.gz
+/aws-cli-2.35.0.tar.gz

diff --git a/README.packit b/README.packit
index e229dc4..4e76cbe 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.15.3.
+The file was generated using packit 1.16.0.post1.dev8+g8a0482385.

diff --git a/awscli2.spec b/awscli2.spec
index 8ff198b..7ffd7f1 100644
--- a/awscli2.spec
+++ b/awscli2.spec
@@ -1,7 +1,7 @@
 %global pkgname aws-cli
 
 Name:               awscli2
-Version:            2.34.29
+Version:            2.35.0
 Release:            %autorelease
 
 Summary:            Universal Command Line Environment for AWS, version 2
@@ -27,6 +27,8 @@ 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
 

diff --git a/awscrt-platforms.patch b/awscrt-platforms.patch
new file mode 100644
index 0000000..53512aa
--- /dev/null
+++ b/awscrt-platforms.patch
@@ -0,0 +1,30 @@
+diff --git a/awscli/topics/s3-config.rst b/awscli/topics/s3-config.rst
+index 1234567..abcdefg 100644
+--- a/awscli/topics/s3-config.rst
++++ b/awscli/topics/s3-config.rst
+@@ -346,6 +346,10 @@ instance types:
+     * ``p4d.24xlarge``
+     * ``p4de.24xlarge``
+     * ``p5.48xlarge``
++    * ``p5e.48xlarge``
++    * ``p5en.48xlarge``
++    * ``p6-b200.48xlarge``
++    * ``p6-b300.48xlarge``
+     * ``trn1n.32xlarge``
+     * ``trn1.32xlarge``
+
+diff --git a/tests/unit/customizations/s3/test_factory.py b/tests/unit/customizations/s3/test_factory.py
+index 1234567..abcdefg 100644
+--- a/tests/unit/customizations/s3/test_factory.py
++++ b/tests/unit/customizations/s3/test_factory.py
+@@ -76,6 +76,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',
+     }

diff --git a/python312.patch b/python312.patch
index e00b457..0b83230 100644
--- a/python312.patch
+++ b/python312.patch
@@ -499,6 +499,15 @@ index 744aea6..ee8c47f 100644
          endpoint_state,
      ):
          cli_runner.env["AWS_USE_FIPS_ENDPOINT"] = "false"
+@@ -865,7 +865,7 @@ class TestOpenTunnel:
+         describe_ipv6_only_instance_response,
+         describe_eice_response,
+         dns_name,
+-        datetime_utcnow_patch,
++        datetime_now_patch,
+     ):
+         cli_runner.env["AWS_USE_FIPS_ENDPOINT"] = "false"
+         cmdline = [
 diff --git a/tests/functional/eks/test_get_token.py b/tests/functional/eks/test_get_token.py
 index 0e78f9a..5600bdf 100644
 --- a/tests/functional/eks/test_get_token.py

diff --git a/python314.patch b/python314.patch
index 220b07f..0b46b1d 100644
--- a/python314.patch
+++ b/python314.patch
@@ -1,8 +1,8 @@
-diff --git a/awscli/customizations/logs/startlivetail.py b/awscli/customizations/logs/startlivetail.py
-index 1875c7e..f292c7f 100644
---- a/awscli/customizations/logs/startlivetail.py
-+++ b/awscli/customizations/logs/startlivetail.py
-@@ -834,7 +834,7 @@ class InteractiveUI(BaseLiveTailUI):
+diff --git a/awscli/customizations/logs/ui.py b/awscli/customizations/logs/ui.py
+index c4cd055..052c6b7 100644
+--- a/awscli/customizations/logs/ui.py
++++ b/awscli/customizations/logs/ui.py
+@@ -707,7 +707,7 @@ class InteractiveUI(BaseLiveTailUI):
          await self._application.run_async()
  
      def run(self):
@@ -47,10 +47,10 @@ index acfa219..09af183 100644
      def _handle_exception(self, loop, context):
          self.exit(exception=UnexpectedWizardException(context['exception']))
 diff --git a/tests/__init__.py b/tests/__init__.py
-index 6e7f26f..ade5531 100644
+index 9b7842a..da70e59 100644
 --- a/tests/__init__.py
 +++ b/tests/__init__.py
-@@ -472,16 +472,9 @@ class PromptToolkitAppRunner:
+@@ -473,16 +473,9 @@ class PromptToolkitAppRunner:
          # This is the function that will be passed to our thread to
          # actually run the application
          try:

diff --git a/sources b/sources
index 2f304b3..211a84f 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (aws-cli-2.34.29.tar.gz) = bc3e9b7765591486756861233addc2ce060db4dccabb1578667315a06f59ad433703f87fb232845d14792bf005ba94e2e115f0ce5274f21304779add4d8fd3e2
+SHA512 (aws-cli-2.35.0.tar.gz) = b16909c8ca1105773c58531f4449aca731514fa23c1f011bb5f3e4d3302c68eefa9a32af3a52320fa7ab22a337f344c3cf323296077b72efc91b3e619c3d99ff

                 reply	other threads:[~2026-06-11 20:29 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=178120975546.1.2594423472931341747.rpms-awscli2-6c896c5292bd@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