2 Commits

Author SHA256 Message Date
John Paul Adrian Glaubitz
50d2e39f99 [2026-Q1] Quarterly update of the AWS SDK & CLI packages (bsc#1256490) 2026-01-15 10:45:39 +01:00
cf98edc64c Sync changes to SLFO-1.2 branch 2025-08-20 09:03:55 +02:00
5 changed files with 2814 additions and 14 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:fe9291697e71544e872461d655c2ce55f1ffff20eb1ec1152ca0da368331cb29
size 2940905

BIN
1.44.17.tar.gz LFS Normal file

Binary file not shown.

View File

@@ -1,18 +1,19 @@
diff -Nru aws-cli-1.40.22.orig/setup.py aws-cli-1.40.22/setup.py
--- aws-cli-1.40.22.orig/setup.py 2025-05-23 20:06:14.000000000 +0200
+++ aws-cli-1.40.22/setup.py 2025-05-27 09:12:55.639798334 +0200
diff -Nru aws-cli-1.44.17.orig/setup.py aws-cli-1.44.17/setup.py
--- aws-cli-1.44.17.orig/setup.py 2026-01-13 20:12:51.000000000 +0100
+++ aws-cli-1.44.17/setup.py 2026-01-14 10:24:01.666508145 +0100
@@ -24,12 +24,12 @@
install_requires = [
- 'botocore==1.38.23',
- 'botocore==1.42.27',
- 'docutils>=0.18.1,<=0.19',
+ 'botocore>=1.38.23',
+ 'docutils>=0.18.1',
's3transfer>=0.13.0,<0.14.0',
- 's3transfer>=0.16.0,<0.17.0',
- 'PyYAML>=3.10,<6.1',
- 'colorama>=0.2.5,<0.4.7',
- 'rsa>=3.1.2,<4.8',
+ 'botocore>=1.42.27',
+ 'docutils>=0.18.1',
+ 's3transfer>=0.16.0',
+ 'PyYAML>=3.10',
+ 'colorama>=0.2.5',
+ 'rsa>=3.1.2',

File diff suppressed because it is too large Load Diff

View File

@@ -1,7 +1,7 @@
#
# spec file for package aws-cli
#
# Copyright (c) 2025 SUSE LLC
# Copyright (c) 2026 SUSE LLC and contributors
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -24,7 +24,7 @@
%global _sitelibdir %{%{pythons}_sitelib}
Name: aws-cli
Version: 1.40.22
Version: 1.44.17
Release: 0
Summary: Amazon Web Services Command Line Interface
License: Apache-2.0
@@ -42,13 +42,13 @@ BuildRequires: %{pythons}-pip
BuildRequires: %{pythons}-setuptools
BuildRequires: %{pythons}-wheel
Requires: %{pythons}
Requires: %{pythons}-botocore >= 1.38.23
Requires: %{pythons}-botocore >= 1.42.27
Requires: %{pythons}-six
Requires: (%{pythons}-PyYAML >= 3.10 with %{pythons}-PyYAML <= 6.1)
Requires: (%{pythons}-colorama >= 0.2.5 with %{pythons}-colorama <= 0.5.0)
Requires: (%{pythons}-docutils >= 0.18.1 with %{pythons}-docutils < 0.30)
Requires: (%{pythons}-rsa >= 3.1.2 with %{pythons}-rsa < 5.0.0)
Requires: (%{pythons}-s3transfer >= 0.13.0 with %{pythons}-s3transfer < 0.14.0)
Requires: (%{pythons}-s3transfer >= 0.16.0 with %{pythons}-s3transfer < 0.17.0)
%description
The AWS Command Line Interface (CLI) is a unified tool to manage AWS