Compare commits
No commits in common. "factory" and "factory" have entirely different histories.
3
1.34.10.tar.gz
Normal file
3
1.34.10.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4ad1112b8b4e00a52cb867bd78aa0fbabe32c88e210eb88c80becb057d109953
|
||||
size 2788517
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:cb5ad33d3b4dca3b345160ecf34573e60bc1753fae39419c7d99b668e4e15486
|
||||
size 2849802
|
@ -1,20 +1,12 @@
|
||||
diff -Nru aws-cli-1.36.18.orig/setup.py aws-cli-1.36.18/setup.py
|
||||
--- aws-cli-1.36.18.orig/setup.py 2024-12-09 20:31:21.000000000 +0100
|
||||
+++ aws-cli-1.36.18/setup.py 2024-12-11 09:53:00.742420072 +0100
|
||||
@@ -25,11 +25,11 @@
|
||||
diff -Nru aws-cli-1.34.10.orig/setup.py aws-cli-1.34.10/setup.py
|
||||
--- aws-cli-1.34.10.orig/setup.py 2024-08-30 20:16:13.000000000 +0200
|
||||
+++ aws-cli-1.34.10/setup.py 2024-09-04 08:23:42.025785880 +0200
|
||||
@@ -25,7 +25,7 @@
|
||||
|
||||
install_requires = [
|
||||
'botocore==1.35.77',
|
||||
'botocore==1.35.10',
|
||||
- 'docutils>=0.10,<0.17',
|
||||
- 's3transfer>=0.10.0,<0.11.0',
|
||||
- 'PyYAML>=3.10,<6.1',
|
||||
- 'colorama>=0.2.5,<0.4.7',
|
||||
- 'rsa>=3.1.2,<4.8',
|
||||
+ 'docutils>=0.10',
|
||||
+ 's3transfer>=0.10.0',
|
||||
+ 'PyYAML>=3.10',
|
||||
+ 'colorama>=0.2.5',
|
||||
+ 'rsa>=3.1.2',
|
||||
]
|
||||
|
||||
|
||||
's3transfer>=0.10.0,<0.11.0',
|
||||
'PyYAML>=3.10,<6.1',
|
||||
'colorama>=0.2.5,<0.4.7',
|
||||
|
1131
aws-cli.changes
1131
aws-cli.changes
File diff suppressed because it is too large
Load Diff
@ -24,7 +24,7 @@
|
||||
%global _sitelibdir %{%{pythons}_sitelib}
|
||||
|
||||
Name: aws-cli
|
||||
Version: 1.36.18
|
||||
Version: 1.34.10
|
||||
Release: 0
|
||||
Summary: Amazon Web Services Command Line Interface
|
||||
License: Apache-2.0
|
||||
@ -42,11 +42,11 @@ BuildRequires: %{pythons}-pip
|
||||
BuildRequires: %{pythons}-setuptools
|
||||
BuildRequires: %{pythons}-wheel
|
||||
Requires: %{pythons}
|
||||
Requires: %{pythons}-botocore >= 1.35.60
|
||||
Requires: %{pythons}-botocore >= 1.35.10
|
||||
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.10 with %{pythons}-docutils < 0.30)
|
||||
Requires: (%{pythons}-docutils >= 0.10 with %{pythons}-docutils < 0.21)
|
||||
Requires: (%{pythons}-rsa >= 3.1.2 with %{pythons}-rsa < 5.0.0)
|
||||
Requires: (%{pythons}-s3transfer >= 0.10.0 with %{pythons}-s3transfer < 0.11.0)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user