- Update to 1.35.13
* api-change:``bedrock``: Doc updates for supporting converse * api-change:``connect``: Amazon Connect Service Feature: Add support to start screen sharing for a web calling contact. * api-change:``ec2``: Amazon EC2 X8g, C8g and M8g instances are powered by AWS Graviton4 processors. X8g provide the lowest cost per GiB of memory among Graviton4 instances. C8g provide the best price performance for compute-intensive workloads. M8g provide the best price performance in for general purpose workloads. * api-change:``mwaa``: Introducing InvokeRestApi which allows users to invoke the Apache Airflow REST API on the webserver with the specified inputs. * api-change:``payment-cryptography``: Add support for ECC P-256 and P-384 Keys. * api-change:``payment-cryptography-data``: Add ECDH support on PIN operations. - from version 1.35.12 * api-change:``bedrock-runtime``: Updating invoke regex to support imported models for converse API * api-change:``imagebuilder``: Add macOS platform and instance placement options * api-change:``m2``: Add AuthSecretsManagerArn optional parameter to batch job APIs, expand batch parameter limits, and introduce clientToken constraints. * api-change:``rds``: Global clusters now expose the Endpoint attribute as one of its fields. It is a Read/Write endpoint for the global cluster which resolves to the Global Cluster writer instance. * api-change:``repostspace``: Adds the BatchAddRole and BatchRemoveRole APIs. * api-change:``timestream-query``: This release adds support for Query Insights, a feature that provides details of query execution, enabling users to identify areas for improvement to optimize their queries, resulting in improved query performance and lower query costs. - from version 1.35.11 * api-change:``application-insights``: This feature enables customers to specify SNS Topic ARN. CloudWatch Application Insights (CWAI) will utilize this ARN to send problem notifications. * api-change:``autoscaling``: Adds support for removing the PlacementGroup setting on an Auto Scaling Group through the UpdateAutoScalingGroup API. * api-change:``bedrock-agent-runtime``: Knowledge Bases for Amazon Bedrock now supports custom prompts and model parameters in the orchestrationConfiguration of the RetrieveAndGenerate API. The OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/aws-cli?expand=0&rev=219
This commit is contained in:
commit
69f53c882c
23
.gitattributes
vendored
Normal file
23
.gitattributes
vendored
Normal file
@ -0,0 +1,23 @@
|
||||
## Default LFS
|
||||
*.7z filter=lfs diff=lfs merge=lfs -text
|
||||
*.bsp filter=lfs diff=lfs merge=lfs -text
|
||||
*.bz2 filter=lfs diff=lfs merge=lfs -text
|
||||
*.gem filter=lfs diff=lfs merge=lfs -text
|
||||
*.gz filter=lfs diff=lfs merge=lfs -text
|
||||
*.jar filter=lfs diff=lfs merge=lfs -text
|
||||
*.lz filter=lfs diff=lfs merge=lfs -text
|
||||
*.lzma filter=lfs diff=lfs merge=lfs -text
|
||||
*.obscpio filter=lfs diff=lfs merge=lfs -text
|
||||
*.oxt filter=lfs diff=lfs merge=lfs -text
|
||||
*.pdf filter=lfs diff=lfs merge=lfs -text
|
||||
*.png filter=lfs diff=lfs merge=lfs -text
|
||||
*.rpm filter=lfs diff=lfs merge=lfs -text
|
||||
*.tbz filter=lfs diff=lfs merge=lfs -text
|
||||
*.tbz2 filter=lfs diff=lfs merge=lfs -text
|
||||
*.tgz filter=lfs diff=lfs merge=lfs -text
|
||||
*.ttf filter=lfs diff=lfs merge=lfs -text
|
||||
*.txz filter=lfs diff=lfs merge=lfs -text
|
||||
*.whl filter=lfs diff=lfs merge=lfs -text
|
||||
*.xz filter=lfs diff=lfs merge=lfs -text
|
||||
*.zip filter=lfs diff=lfs merge=lfs -text
|
||||
*.zst filter=lfs diff=lfs merge=lfs -text
|
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
.osc
|
3
1.33.20.tar.gz
Normal file
3
1.33.20.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3f920fe26e83692b8007cfa9c5f97828407ee5f6a60aaf2abbdb6f0d737a9058
|
||||
size 2753730
|
3
1.33.26.tar.gz
Normal file
3
1.33.26.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:27b5deff6cfa3c6c67be8b351ab77b8266670b8c283cc6e3c617fe63a8d4b9f1
|
||||
size 2757281
|
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
|
3
1.34.21.tar.gz
Normal file
3
1.34.21.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:29e275be40baa0d296d30b68f52cbe72bfbfd6913a0c31a3e9ff42f1a931640e
|
||||
size 2796251
|
3
1.35.13.tar.gz
Normal file
3
1.35.13.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:551c8362af3d90cf93e041f8c8f090bc78b90e8768ac957ccc7491ea6cf95bcf
|
||||
size 2814615
|
12
ac_update-docutils.patch
Normal file
12
ac_update-docutils.patch
Normal file
@ -0,0 +1,12 @@
|
||||
diff -Nru aws-cli-1.35.13.orig/setup.py aws-cli-1.35.13/setup.py
|
||||
--- aws-cli-1.35.13.orig/setup.py 2024-10-23 20:07:27.000000000 +0200
|
||||
+++ aws-cli-1.35.13/setup.py 2024-10-24 12:59:40.340598056 +0200
|
||||
@@ -25,7 +25,7 @@
|
||||
|
||||
install_requires = [
|
||||
'botocore==1.35.47',
|
||||
- 'docutils>=0.10,<0.17',
|
||||
+ 'docutils>=0.10',
|
||||
's3transfer>=0.10.0,<0.11.0',
|
||||
'PyYAML>=3.10,<6.1',
|
||||
'colorama>=0.2.5,<0.4.7',
|
4762
aws-cli.changes
Normal file
4762
aws-cli.changes
Normal file
File diff suppressed because it is too large
Load Diff
92
aws-cli.spec
Normal file
92
aws-cli.spec
Normal file
@ -0,0 +1,92 @@
|
||||
#
|
||||
# spec file for package aws-cli
|
||||
#
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
# upon. The license for this file, and modifications and additions to the
|
||||
# file, is the same license as for the pristine package itself (unless the
|
||||
# license for the pristine package is not an Open Source License, in which
|
||||
# case the license is the MIT License). An "Open Source License" is a
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
%if 0%{?suse_version} >= 1600
|
||||
%define pythons %{primary_python}
|
||||
%else
|
||||
%define pythons python311
|
||||
%endif
|
||||
%global _sitelibdir %{%{pythons}_sitelib}
|
||||
|
||||
Name: aws-cli
|
||||
Version: 1.35.13
|
||||
Release: 0
|
||||
Summary: Amazon Web Services Command Line Interface
|
||||
License: Apache-2.0
|
||||
Group: System/Management
|
||||
URL: https://github.com/aws/aws-cli
|
||||
Source0: https://github.com/aws/%{name}/archive/refs/tags/%{version}.tar.gz
|
||||
Patch0: ac_update-docutils.patch
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: python-rpm-macros
|
||||
Requires: groff
|
||||
Provides: awscli = %{version}
|
||||
BuildArch: noarch
|
||||
BuildRequires: %{pythons}-devel
|
||||
BuildRequires: %{pythons}-pip
|
||||
BuildRequires: %{pythons}-setuptools
|
||||
BuildRequires: %{pythons}-wheel
|
||||
Requires: %{pythons}
|
||||
Requires: %{pythons}-botocore >= 1.35.21
|
||||
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.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)
|
||||
|
||||
%description
|
||||
The AWS Command Line Interface (CLI) is a unified tool to manage AWS
|
||||
services. With this tool, multiple AWS services can be controlled
|
||||
from the command line and automated through scripts.
|
||||
|
||||
%prep
|
||||
%autosetup -p1
|
||||
sed -i 's/from botocore\.vendored //' awscli/customizations/awslambda.py
|
||||
sed -i 's/botocore\.vendored\.//' awscli/customizations/configure/__init__.py
|
||||
|
||||
%build
|
||||
%pyproject_wheel
|
||||
|
||||
%install
|
||||
%pyproject_install
|
||||
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
||||
find %{buildroot}%{_sitelibdir}/awscli/examples -type f -exec chmod 644 {} \;
|
||||
# No DOS crap
|
||||
rm %{buildroot}/%{_bindir}/aws.cmd
|
||||
# Shell completion
|
||||
install -DTm644 %{buildroot}%{_bindir}/aws_bash_completer %{buildroot}%{_datadir}/bash-completion/completions/aws
|
||||
install -DTm644 %{buildroot}%{_bindir}/aws_zsh_completer.sh %{buildroot}%{_sysconfdir}/zsh_completion.d/_aws
|
||||
|
||||
%files
|
||||
%defattr(-, root, root)
|
||||
%doc CHANGELOG.rst README.rst
|
||||
%license LICENSE.txt
|
||||
%dir %{_sitelibdir}/awscli
|
||||
%dir %{_sitelibdir}/awscli-%{version}*-info
|
||||
%{_sitelibdir}/awscli/*
|
||||
%{_sitelibdir}/awscli-%{version}*-info/*
|
||||
%{_bindir}/aws
|
||||
%{_bindir}/aws_completer
|
||||
%exclude %{_bindir}/aws_bash_completer
|
||||
%exclude %{_bindir}/aws_zsh_completer.sh
|
||||
%{_datadir}/bash-completion/completions/aws
|
||||
%dir %{_sysconfdir}/zsh_completion.d
|
||||
%config %attr(644,root,root) %{_sysconfdir}/zsh_completion.d/_aws
|
||||
|
||||
%changelog
|
Loading…
Reference in New Issue
Block a user