Accepting request 646684 from Cloud:Tools

OBS-URL: https://build.opensuse.org/request/show/646684
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/aws-cli?expand=0&rev=19
This commit is contained in:
Dominique Leuenberger 2018-11-09 06:53:41 +00:00 committed by Git OBS Bridge
commit 81f66de161
5 changed files with 20 additions and 11 deletions

View File

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

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

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

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Tue Nov 6 11:23:47 UTC 2018 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to version 1.16.48
+ For detailed changes see
https://github.com/aws/aws-cli/blob/1.16.48/CHANGELOG.rst
+ Forward port hide_py_pckgmgmt.patch
+ Update Requires in spec file from setup.py
-------------------------------------------------------------------
Thu Sep 13 10:23:47 UTC 2018 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>

View File

@ -12,12 +12,12 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
Name: aws-cli
Version: 1.16.1
Version: 1.16.48
Release: 0
Summary: Amazon Web Services Command Line Interface
License: Apache-2.0
@ -29,7 +29,7 @@ Patch0: hide_py_pckgmgmt.patch
Requires: python3
Requires: python3-PyYAML <= 4.0
Requires: python3-PyYAML >= 3.10
Requires: python3-botocore >= 1.11.1
Requires: python3-botocore >= 1.12.38
Requires: python3-colorama <= 0.3.9
Requires: python3-colorama >= 0.2.5
Requires: python3-docutils >= 0.10
@ -44,7 +44,7 @@ BuildRequires: python3-setuptools
Requires: python
Requires: python-PyYAML <= 3.13
Requires: python-PyYAML >= 3.10
Requires: python-botocore >= 1.11.1
Requires: python-botocore >= 1.12.38
Requires: python-colorama <= 0.3.9
Requires: python-colorama >= 0.2.5
Requires: python-docutils >= 0.10

View File

@ -1,16 +1,16 @@
--- setup.py.orig 2018-08-25 03:51:52.000000000 +0200
+++ setup.py 2018-08-25 17:41:34.441844517 +0200
--- setup.py.orig 2018-11-06 00:14:24.000000000 +0100
+++ setup.py 2018-11-06 12:17:23.491278811 +0100
@@ -23,18 +23,18 @@
raise RuntimeError("Unable to find version string.")
-requires = ['botocore==1.11.1',
-requires = ['botocore==1.12.38',
- 'colorama>=0.2.5,<=0.3.9',
- 'docutils>=0.10',
- 'rsa>=3.1.2,<=3.5.0',
- 's3transfer>=0.1.12,<0.2.0',
- 'PyYAML>=3.10,<=3.13']
+# requires = ['botocore==1.11.1',
+# requires = ['botocore==1.12.38',
+# 'colorama>=0.2.5,<=0.3.9',
+# 'docutils>=0.10',
+# 'rsa>=3.1.2,<=3.5.0',