Accepting request 754428 from home:glaubitz:branches:Cloud:Tools

- Update to version 1.16.297
  + For detailed changes see
    https://github.com/aws/aws-cli/blob/1.16.297/CHANGELOG.rst
  + Forward port hide_py_pckgmgmt.patch
  + Update Requires in spec file from setup.py

OBS-URL: https://build.opensuse.org/request/show/754428
OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/aws-cli?expand=0&rev=72
This commit is contained in:
Robert Schweikert 2019-12-05 14:17:02 +00:00 committed by Git OBS Bridge
parent 553e578209
commit 85ab0b7f2e
5 changed files with 19 additions and 10 deletions

View File

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

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

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6226f210fd7efc85a24f6fadc53bc714f96dddf2477f18afd7f179e4178170e9
size 1553276

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Thu Dec 5 14:00:30 UTC 2019 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to version 1.16.297
+ For detailed changes see
https://github.com/aws/aws-cli/blob/1.16.297/CHANGELOG.rst
+ Forward port hide_py_pckgmgmt.patch
+ Update Requires in spec file from setup.py
-------------------------------------------------------------------
Thu Nov 14 11:47:34 UTC 2019 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>

View File

@ -1,7 +1,7 @@
#
# spec file for package aws-cli
#
# Copyright (c) 2019 SUSE LLC.
# Copyright (c) 2019 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -17,7 +17,7 @@
Name: aws-cli
Version: 1.16.281
Version: 1.16.297
Release: 0
Summary: Amazon Web Services Command Line Interface
License: Apache-2.0
@ -31,7 +31,7 @@ BuildRequires: fdupes
Requires: python3
Requires: python3-PyYAML <= 6.0.0
Requires: python3-PyYAML >= 3.10
Requires: python3-botocore >= 1.13.17
Requires: python3-botocore >= 1.13.33
Requires: python3-colorama <= 0.4.2
Requires: python3-colorama >= 0.2.5
Requires: python3-docutils >= 0.10

View File

@ -1,10 +1,10 @@
--- setup.py.orig 2019-11-13 21:03:02.000000000 +0100
+++ setup.py 2019-11-14 12:44:04.349499511 +0100
--- setup.py.orig 2019-12-05 02:29:27.000000000 +0100
+++ setup.py 2019-12-05 15:00:13.566501035 +0100
@@ -23,30 +23,30 @@
raise RuntimeError("Unable to find version string.")
-install_requires = ['botocore==1.13.17',
-install_requires = ['botocore==1.13.33',
- 'docutils>=0.10,<0.16',
- 'rsa>=3.1.2,<=3.5.0',
- 's3transfer>=0.2.0,<0.3.0']
@ -28,7 +28,7 @@
-else:
- install_requires.append('PyYAML>=3.10,<5.2')
- install_requires.append('colorama>=0.2.5,<0.4.2')
+# install_requires = ['botocore==1.13.17',
+# install_requires = ['botocore==1.13.33',
+# 'docutils>=0.10,<0.16',
+# 'rsa>=3.1.2,<=3.5.0',
+# 's3transfer>=0.2.0,<0.3.0']