SHA256
1
0
forked from pool/aws-cli

Accepting request 910004 from Cloud:Tools

OBS-URL: https://build.opensuse.org/request/show/910004
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/aws-cli?expand=0&rev=48
This commit is contained in:
Richard Brown 2021-08-19 08:00:43 +00:00 committed by Git OBS Bridge
commit ab83b2b85e
4 changed files with 26 additions and 10 deletions

View File

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

3
aws-cli-1.20.7.tar.gz Normal file
View File

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

View File

@ -1,3 +1,19 @@
-------------------------------------------------------------------
Wed Jul 28 04:18:32 UTC 2021 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to version 1.20.7
+ For detailed changes see
https://github.com/aws/aws-cli/blob/1.20.7/CHANGELOG.rst
- Update Requires in spec file from setup.py
-------------------------------------------------------------------
Wed Jul 21 13:35:40 UTC 2021 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to version 1.19.112
+ For detailed changes see
https://github.com/aws/aws-cli/blob/1.19.112/CHANGELOG.rst
- Update Requires in spec file from setup.py
-------------------------------------------------------------------
Wed Jun 16 12:16:48 UTC 2021 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>

View File

@ -17,7 +17,7 @@
Name: aws-cli
Version: 1.19.86
Version: 1.20.7
Release: 0
Summary: Amazon Web Services Command Line Interface
License: Apache-2.0
@ -34,14 +34,14 @@ BuildRequires: python3-setuptools
Requires: python3
Requires: python3-PyYAML <= 6.0.0
Requires: python3-PyYAML >= 3.10
Requires: python3-botocore >= 1.20.86
Requires: python3-botocore >= 1.21.7
Requires: python3-colorama <= 0.4.4
Requires: python3-colorama >= 0.2.5
Requires: python3-docutils >= 0.10
Requires: python3-rsa < 5.0.0
Requires: python3-rsa >= 3.1.2
Requires: python3-s3transfer < 0.5.0
Requires: python3-s3transfer >= 0.4.0
Requires: python3-s3transfer < 0.6.0
Requires: python3-s3transfer >= 0.5.0
Requires: python3-six
%else
BuildRequires: bash-completion
@ -50,14 +50,14 @@ BuildRequires: python-setuptools
Requires: python
Requires: python-PyYAML <= 5.5
Requires: python-PyYAML >= 3.10
Requires: python-botocore >= 1.20.86
Requires: python-botocore >= 1.21.7
Requires: python-colorama <= 0.4.4
Requires: python-colorama >= 0.2.5
Requires: python-docutils >= 0.10
Requires: python-rsa <= 4.5.0
Requires: python-rsa >= 3.1.2
Requires: python-s3transfer < 0.5.0
Requires: python-s3transfer >= 0.4.0
Requires: python-s3transfer < 0.6.0
Requires: python-s3transfer >= 0.5.0
Requires: python-six
%endif