public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/awscli2] f43: Update to 2.35.0 upstream release
@ 2026-06-11 20:29 Packit
  0 siblings, 0 replies; only message in thread
From: Packit @ 2026-06-11 20:29 UTC (permalink / raw)
  To: git-commits

            A new commit has been pushed.

            Repo   : rpms/awscli2
            Branch : f43
            Commit : 154f840bf3012473721ad2b802a9b6dd3efecfcf
            Author : Packit <hello@packit.dev>
            Date   : 2026-06-11T20:16:58+02:00
            Stats  : +52/-10 in 7 file(s)
            URL    : https://src.fedoraproject.org/rpms/awscli2/c/154f840bf3012473721ad2b802a9b6dd3efecfcf?branch=f43

            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 de15770..0c4de60 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

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

only message in thread, other threads:[~2026-06-11 20:29 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-11 20:29 [rpms/awscli2] f43: Update to 2.35.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