Accepting request 653841 from Cloud:Tools

OBS-URL: https://build.opensuse.org/request/show/653841
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/aws-cli?expand=0&rev=20
This commit is contained in:
Dominique Leuenberger 2018-12-04 19:58:14 +00:00 committed by Git OBS Bridge
commit e83729ab15
5 changed files with 21 additions and 11 deletions

View File

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

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

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

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Tue Dec 4 12:37:45 UTC 2018 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to version 1.16.61 (bsc#1118021, bsc#1118024)
+ For detailed changes see
https://github.com/aws/aws-cli/blob/1.16.61/CHANGELOG.rst
+ Forward port hide_py_pckgmgmt.patch
+ Update Requires in spec file from setup.py
- Relax version dependency on colorama to <= 0.4.1 (boo#1118099)
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Nov 6 11:23:47 UTC 2018 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com> Tue Nov 6 11:23:47 UTC 2018 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>

View File

@ -17,7 +17,7 @@
Name: aws-cli Name: aws-cli
Version: 1.16.48 Version: 1.16.61
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
@ -29,8 +29,8 @@ Patch0: hide_py_pckgmgmt.patch
Requires: python3 Requires: python3
Requires: python3-PyYAML <= 4.0 Requires: python3-PyYAML <= 4.0
Requires: python3-PyYAML >= 3.10 Requires: python3-PyYAML >= 3.10
Requires: python3-botocore >= 1.12.38 Requires: python3-botocore >= 1.12.51
Requires: python3-colorama <= 0.3.9 Requires: python3-colorama <= 0.4.1
Requires: python3-colorama >= 0.2.5 Requires: python3-colorama >= 0.2.5
Requires: python3-docutils >= 0.10 Requires: python3-docutils >= 0.10
Requires: python3-rsa <= 3.5.0 Requires: python3-rsa <= 3.5.0
@ -44,7 +44,7 @@ BuildRequires: python3-setuptools
Requires: python Requires: python
Requires: python-PyYAML <= 3.13 Requires: python-PyYAML <= 3.13
Requires: python-PyYAML >= 3.10 Requires: python-PyYAML >= 3.10
Requires: python-botocore >= 1.12.38 Requires: python-botocore >= 1.12.51
Requires: python-colorama <= 0.3.9 Requires: python-colorama <= 0.3.9
Requires: python-colorama >= 0.2.5 Requires: python-colorama >= 0.2.5
Requires: python-docutils >= 0.10 Requires: python-docutils >= 0.10

View File

@ -1,16 +1,16 @@
--- setup.py.orig 2018-11-06 00:14:24.000000000 +0100 --- setup.py.orig 2018-11-26 10:09:17.000000000 +0100
+++ setup.py 2018-11-06 12:17:23.491278811 +0100 +++ setup.py 2018-11-29 13:47:18.748043484 +0100
@@ -23,18 +23,18 @@ @@ -23,18 +23,18 @@
raise RuntimeError("Unable to find version string.") raise RuntimeError("Unable to find version string.")
-requires = ['botocore==1.12.38', -requires = ['botocore==1.12.51',
- 'colorama>=0.2.5,<=0.3.9', - 'colorama>=0.2.5,<=0.3.9',
- 'docutils>=0.10', - 'docutils>=0.10',
- 'rsa>=3.1.2,<=3.5.0', - 'rsa>=3.1.2,<=3.5.0',
- 's3transfer>=0.1.12,<0.2.0', - 's3transfer>=0.1.12,<0.2.0',
- 'PyYAML>=3.10,<=3.13'] - 'PyYAML>=3.10,<=3.13']
+# requires = ['botocore==1.12.38', +# requires = ['botocore==1.12.51',
+# 'colorama>=0.2.5,<=0.3.9', +# 'colorama>=0.2.5,<=0.3.9',
+# 'docutils>=0.10', +# 'docutils>=0.10',
+# 'rsa>=3.1.2,<=3.5.0', +# 'rsa>=3.1.2,<=3.5.0',