Compare commits
12 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 783a297440 | |||
| a7c3443efc | |||
| 47be5bebeb | |||
| 084e74a823 | |||
| 65f29249c5 | |||
| 9b3d2b4b8e | |||
| 2fa31d8da8 | |||
| 53ba2d4cfb | |||
| 6e8a57e3c0 | |||
| 1195a381b3 | |||
| d0ee9fd780 | |||
| 06f40dc7c5 |
BIN
1.31.11.tar.gz
LFS
BIN
1.31.11.tar.gz
LFS
Binary file not shown.
BIN
1.44.17.tar.gz
LFS
Normal file
BIN
1.44.17.tar.gz
LFS
Normal file
Binary file not shown.
22
ac_relax-depends.patch
Normal file
22
ac_relax-depends.patch
Normal file
@@ -0,0 +1,22 @@
|
|||||||
|
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.42.27',
|
||||||
|
- 'docutils>=0.18.1,<=0.19',
|
||||||
|
- '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',
|
||||||
|
]
|
||||||
|
|
||||||
|
|
||||||
@@ -1,48 +0,0 @@
|
|||||||
From e2b4ba4e616cad6b9c4c3d4c999404ddda4261b2 Mon Sep 17 00:00:00 2001
|
|
||||||
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
|
|
||||||
Date: Wed, 20 Sep 2023 20:54:58 +0000
|
|
||||||
Subject: [PATCH] Update docutils requirement from <0.17,>=0.10 to >=0.10,<0.21
|
|
||||||
|
|
||||||
Updates the requirements on [docutils](https://docutils.sourceforge.io/) to permit the latest version.
|
|
||||||
|
|
||||||
---
|
|
||||||
updated-dependencies:
|
|
||||||
- dependency-name: docutils
|
|
||||||
dependency-type: direct:production
|
|
||||||
...
|
|
||||||
|
|
||||||
Signed-off-by: dependabot[bot] <support@github.com>
|
|
||||||
---
|
|
||||||
requirements-docs.txt | 2 +-
|
|
||||||
setup.py | 2 +-
|
|
||||||
2 files changed, 2 insertions(+), 2 deletions(-)
|
|
||||||
|
|
||||||
diff --git a/requirements-docs.txt b/requirements-docs.txt
|
|
||||||
index 2211707c5..68d63109d 100644
|
|
||||||
--- a/requirements-docs.txt
|
|
||||||
+++ b/requirements-docs.txt
|
|
||||||
@@ -3,7 +3,7 @@
|
|
||||||
jinja2<3.1
|
|
||||||
|
|
||||||
|
|
||||||
-docutils>=0.10,<0.17
|
|
||||||
+docutils>=0.10,<0.21
|
|
||||||
Sphinx==1.4.9
|
|
||||||
-e .
|
|
||||||
# alabaster version 0.7.13 requires Sphinx>1.6
|
|
||||||
diff --git a/setup.py b/setup.py
|
|
||||||
index 0dc82bf12..2e48a1a4e 100644
|
|
||||||
--- a/setup.py
|
|
||||||
+++ b/setup.py
|
|
||||||
@@ -25,7 +25,7 @@ def find_version(*file_paths):
|
|
||||||
|
|
||||||
install_requires = [
|
|
||||||
'botocore==1.33.11',
|
|
||||||
- 'docutils>=0.10,<0.17',
|
|
||||||
+ 'docutils>=0.10,<0.21',
|
|
||||||
's3transfer>=0.8.0,<0.9.0',
|
|
||||||
'PyYAML>=3.10,<6.1',
|
|
||||||
'colorama>=0.2.5,<0.4.5',
|
|
||||||
--
|
|
||||||
2.43.0
|
|
||||||
|
|
||||||
7396
aws-cli.changes
7396
aws-cli.changes
File diff suppressed because it is too large
Load Diff
92
aws-cli.spec
92
aws-cli.spec
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package aws-cli
|
# spec file for package aws-cli
|
||||||
#
|
#
|
||||||
# Copyright (c) 2023 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
|
||||||
@@ -16,54 +16,39 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
|
%if 0%{?suse_version} >= 1600
|
||||||
|
%define pythons %{primary_python}
|
||||||
|
%else
|
||||||
|
%define pythons python311
|
||||||
|
%endif
|
||||||
|
%global _sitelibdir %{%{pythons}_sitelib}
|
||||||
|
|
||||||
Name: aws-cli
|
Name: aws-cli
|
||||||
Version: 1.31.11
|
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
|
||||||
Group: System/Management
|
Group: System/Management
|
||||||
URL: https://github.com/aws/aws-cli
|
URL: https://github.com/aws/aws-cli
|
||||||
Source0: https://github.com/aws/%{name}/archive/refs/tags/%{version}.tar.gz
|
Source0: https://github.com/aws/%{name}/archive/refs/tags/%{version}.tar.gz
|
||||||
Patch0: ac_update-docutils.patch
|
Patch0: ac_relax-depends.patch
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
Requires: groff
|
Requires: groff
|
||||||
Provides: awscli = %{version}
|
Provides: awscli = %{version}
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
%if 0%{?suse_version} && 0%{?suse_version} > 1315
|
BuildRequires: %{pythons}-devel
|
||||||
BuildRequires: python3-devel
|
BuildRequires: %{pythons}-pip
|
||||||
BuildRequires: python3-setuptools
|
BuildRequires: %{pythons}-setuptools
|
||||||
Requires: python3
|
BuildRequires: %{pythons}-wheel
|
||||||
Requires: python3-PyYAML <= 6.1
|
Requires: %{pythons}
|
||||||
Requires: python3-PyYAML >= 3.10
|
Requires: %{pythons}-botocore >= 1.42.27
|
||||||
Requires: python3-botocore >= 1.33.11
|
Requires: %{pythons}-six
|
||||||
Requires: python3-colorama <= 0.5.0
|
Requires: (%{pythons}-PyYAML >= 3.10 with %{pythons}-PyYAML <= 6.1)
|
||||||
Requires: python3-colorama >= 0.2.5
|
Requires: (%{pythons}-colorama >= 0.2.5 with %{pythons}-colorama <= 0.5.0)
|
||||||
Requires: python3-docutils < 0.21
|
Requires: (%{pythons}-docutils >= 0.18.1 with %{pythons}-docutils < 0.30)
|
||||||
Requires: python3-docutils >= 0.10
|
Requires: (%{pythons}-rsa >= 3.1.2 with %{pythons}-rsa < 5.0.0)
|
||||||
Requires: python3-rsa < 5.0.0
|
Requires: (%{pythons}-s3transfer >= 0.16.0 with %{pythons}-s3transfer < 0.17.0)
|
||||||
Requires: python3-rsa >= 3.1.2
|
|
||||||
Requires: python3-s3transfer < 0.9.0
|
|
||||||
Requires: python3-s3transfer >= 0.8.0
|
|
||||||
Requires: python3-six
|
|
||||||
%else
|
|
||||||
BuildRequires: bash-completion
|
|
||||||
BuildRequires: python-devel
|
|
||||||
BuildRequires: python-setuptools
|
|
||||||
Requires: python
|
|
||||||
Requires: python-PyYAML <= 6.1
|
|
||||||
Requires: python-PyYAML >= 3.10
|
|
||||||
Requires: python-botocore >= 1.33.11
|
|
||||||
Requires: python-colorama <= 0.5.0
|
|
||||||
Requires: python-colorama >= 0.2.5
|
|
||||||
Requires: python-docutils < 0.21
|
|
||||||
Requires: python-docutils >= 0.10
|
|
||||||
Requires: python-rsa <= 4.5.0
|
|
||||||
Requires: python-rsa >= 3.1.2
|
|
||||||
Requires: python-s3transfer < 0.9.0
|
|
||||||
Requires: python-s3transfer >= 0.8.0
|
|
||||||
Requires: python-six
|
|
||||||
%endif
|
|
||||||
|
|
||||||
%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
|
||||||
@@ -76,22 +61,12 @@ sed -i 's/from botocore\.vendored //' awscli/customizations/awslambda.py
|
|||||||
sed -i 's/botocore\.vendored\.//' awscli/customizations/configure/__init__.py
|
sed -i 's/botocore\.vendored\.//' awscli/customizations/configure/__init__.py
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%if 0%{?suse_version} && 0%{?suse_version} > 1315
|
%pyproject_wheel
|
||||||
python3 setup.py build
|
|
||||||
%else
|
|
||||||
python setup.py build
|
|
||||||
%endif
|
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%if 0%{?suse_version} && 0%{?suse_version} > 1315
|
%pyproject_install
|
||||||
python3 setup.py install --prefix=%{_prefix} --root=%{buildroot} --install-scripts=%{_bindir}
|
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
||||||
%fdupes %{buildroot}%{python3_sitelib}
|
find %{buildroot}%{_sitelibdir}/awscli/examples -type f -exec chmod 644 {} \;
|
||||||
find %{buildroot}%{python3_sitelib}/awscli/examples -type f -exec chmod 644 {} \;
|
|
||||||
%else
|
|
||||||
python setup.py install --prefix=%{_prefix} --root=%{buildroot} --install-scripts=%{_bindir}
|
|
||||||
%fdupes %{buildroot}%{python_sitelib}
|
|
||||||
find %{buildroot}%{python_sitelib}/awscli/examples -type f -exec chmod 644 {} \;
|
|
||||||
%endif
|
|
||||||
# No DOS crap
|
# No DOS crap
|
||||||
rm %{buildroot}/%{_bindir}/aws.cmd
|
rm %{buildroot}/%{_bindir}/aws.cmd
|
||||||
# Shell completion
|
# Shell completion
|
||||||
@@ -102,17 +77,10 @@ install -DTm644 %{buildroot}%{_bindir}/aws_zsh_completer.sh %{buildroot}%{_sysco
|
|||||||
%defattr(-, root, root)
|
%defattr(-, root, root)
|
||||||
%doc CHANGELOG.rst README.rst
|
%doc CHANGELOG.rst README.rst
|
||||||
%license LICENSE.txt
|
%license LICENSE.txt
|
||||||
%if 0%{?suse_version} && 0%{?suse_version} > 1315
|
%dir %{_sitelibdir}/awscli
|
||||||
%dir %{python3_sitelib}/awscli
|
%dir %{_sitelibdir}/awscli-%{version}*-info
|
||||||
%dir %{python3_sitelib}/awscli-%{version}-py%{py3_ver}.egg-info
|
%{_sitelibdir}/awscli/*
|
||||||
%{python3_sitelib}/awscli/*
|
%{_sitelibdir}/awscli-%{version}*-info/*
|
||||||
%{python3_sitelib}/*egg-info/*
|
|
||||||
%else
|
|
||||||
%dir %{python_sitelib}/awscli
|
|
||||||
%dir %{python_sitelib}/awscli-%{version}-py%{py_ver}.egg-info
|
|
||||||
%{python_sitelib}/awscli/*
|
|
||||||
%{python_sitelib}/*egg-info/*
|
|
||||||
%endif
|
|
||||||
%{_bindir}/aws
|
%{_bindir}/aws
|
||||||
%{_bindir}/aws_completer
|
%{_bindir}/aws_completer
|
||||||
%exclude %{_bindir}/aws_bash_completer
|
%exclude %{_bindir}/aws_bash_completer
|
||||||
|
|||||||
Reference in New Issue
Block a user