Compare commits
2 Commits
factory
...
public_clo
| Author | SHA256 | Date | |
|---|---|---|---|
|
|
50d2e39f99 | ||
| cf98edc64c |
@@ -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
BIN
1.44.17.tar.gz
LFS
Normal file
Binary file not shown.
@@ -1,18 +1,19 @@
|
|||||||
diff -Nru aws-cli-1.40.22.orig/setup.py aws-cli-1.40.22/setup.py
|
diff -Nru aws-cli-1.44.17.orig/setup.py aws-cli-1.44.17/setup.py
|
||||||
--- aws-cli-1.40.22.orig/setup.py 2025-05-23 20:06:14.000000000 +0200
|
--- aws-cli-1.44.17.orig/setup.py 2026-01-13 20:12:51.000000000 +0100
|
||||||
+++ aws-cli-1.40.22/setup.py 2025-05-27 09:12:55.639798334 +0200
|
+++ aws-cli-1.44.17/setup.py 2026-01-14 10:24:01.666508145 +0100
|
||||||
@@ -24,12 +24,12 @@
|
@@ -24,12 +24,12 @@
|
||||||
|
|
||||||
|
|
||||||
install_requires = [
|
install_requires = [
|
||||||
- 'botocore==1.38.23',
|
- 'botocore==1.42.27',
|
||||||
- 'docutils>=0.18.1,<=0.19',
|
- 'docutils>=0.18.1,<=0.19',
|
||||||
+ 'botocore>=1.38.23',
|
- 's3transfer>=0.16.0,<0.17.0',
|
||||||
+ 'docutils>=0.18.1',
|
|
||||||
's3transfer>=0.13.0,<0.14.0',
|
|
||||||
- 'PyYAML>=3.10,<6.1',
|
- 'PyYAML>=3.10,<6.1',
|
||||||
- 'colorama>=0.2.5,<0.4.7',
|
- 'colorama>=0.2.5,<0.4.7',
|
||||||
- 'rsa>=3.1.2,<4.8',
|
- 'rsa>=3.1.2,<4.8',
|
||||||
|
+ 'botocore>=1.42.27',
|
||||||
|
+ 'docutils>=0.18.1',
|
||||||
|
+ 's3transfer>=0.16.0',
|
||||||
+ 'PyYAML>=3.10',
|
+ 'PyYAML>=3.10',
|
||||||
+ 'colorama>=0.2.5',
|
+ 'colorama>=0.2.5',
|
||||||
+ 'rsa>=3.1.2',
|
+ 'rsa>=3.1.2',
|
||||||
|
|||||||
2799
aws-cli.changes
2799
aws-cli.changes
File diff suppressed because it is too large
Load Diff
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package aws-cli
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -24,7 +24,7 @@
|
|||||||
%global _sitelibdir %{%{pythons}_sitelib}
|
%global _sitelibdir %{%{pythons}_sitelib}
|
||||||
|
|
||||||
Name: aws-cli
|
Name: aws-cli
|
||||||
Version: 1.40.22
|
Version: 1.44.17
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Amazon Web Services Command Line Interface
|
Summary: Amazon Web Services Command Line Interface
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
@@ -42,13 +42,13 @@ BuildRequires: %{pythons}-pip
|
|||||||
BuildRequires: %{pythons}-setuptools
|
BuildRequires: %{pythons}-setuptools
|
||||||
BuildRequires: %{pythons}-wheel
|
BuildRequires: %{pythons}-wheel
|
||||||
Requires: %{pythons}
|
Requires: %{pythons}
|
||||||
Requires: %{pythons}-botocore >= 1.38.23
|
Requires: %{pythons}-botocore >= 1.42.27
|
||||||
Requires: %{pythons}-six
|
Requires: %{pythons}-six
|
||||||
Requires: (%{pythons}-PyYAML >= 3.10 with %{pythons}-PyYAML <= 6.1)
|
Requires: (%{pythons}-PyYAML >= 3.10 with %{pythons}-PyYAML <= 6.1)
|
||||||
Requires: (%{pythons}-colorama >= 0.2.5 with %{pythons}-colorama <= 0.5.0)
|
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}-docutils >= 0.18.1 with %{pythons}-docutils < 0.30)
|
||||||
Requires: (%{pythons}-rsa >= 3.1.2 with %{pythons}-rsa < 5.0.0)
|
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
|
%description
|
||||||
The AWS Command Line Interface (CLI) is a unified tool to manage AWS
|
The AWS Command Line Interface (CLI) is a unified tool to manage AWS
|
||||||
|
|||||||
Reference in New Issue
Block a user