Accepting request 674658 from Cloud:Tools

OBS-URL: https://build.opensuse.org/request/show/674658
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/aws-cli?expand=0&rev=23
This commit is contained in:
Dominique Leuenberger 2019-02-15 09:01:53 +00:00 committed by Git OBS Bridge
commit d13b9617db
5 changed files with 25 additions and 16 deletions

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

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

View File

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

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Wed Feb 13 12:06:51 UTC 2019 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to version 1.16.103
+ For detailed changes see
https://github.com/aws/aws-cli/blob/1.16.103/CHANGELOG.rst
+ Forward port hide_py_pckgmgmt.patch
+ Update Requires in spec file from setup.py
-------------------------------------------------------------------
Thu Jan 24 10:36:34 UTC 2019 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>

View File

@ -17,7 +17,7 @@
Name: aws-cli
Version: 1.16.94
Version: 1.16.103
Release: 0
Summary: Amazon Web Services Command Line Interface
License: Apache-2.0
@ -29,14 +29,14 @@ Patch0: hide_py_pckgmgmt.patch
Requires: python3
Requires: python3-PyYAML <= 4.0
Requires: python3-PyYAML >= 3.10
Requires: python3-botocore >= 1.12.84
Requires: python3-botocore >= 1.12.93
Requires: python3-colorama <= 0.4.1
Requires: python3-colorama >= 0.2.5
Requires: python3-docutils >= 0.10
Requires: python3-rsa <= 3.5.0
Requires: python3-rsa >= 3.1.2
Requires: python3-s3transfer <= 0.2.0
Requires: python3-s3transfer >= 0.1.12
Requires: python3-s3transfer < 0.3.0
Requires: python3-s3transfer >= 0.2.0
Requires: python3-six
BuildRequires: python3-devel
BuildRequires: python3-setuptools
@ -44,14 +44,14 @@ BuildRequires: python3-setuptools
Requires: python
Requires: python-PyYAML <= 3.13
Requires: python-PyYAML >= 3.10
Requires: python-botocore >= 1.12.84
Requires: python-botocore >= 1.12.93
Requires: python-colorama <= 0.3.9
Requires: python-colorama >= 0.2.5
Requires: python-docutils >= 0.10
Requires: python-rsa <= 3.5.0
Requires: python-rsa >= 3.1.2
Requires: python-s3transfer <= 0.2.0
Requires: python-s3transfer >= 0.1.12
Requires: python-s3transfer < 0.3.0
Requires: python-s3transfer >= 0.2.0
Requires: python-six
BuildRequires: python-devel
BuildRequires: python-setuptools

View File

@ -1,20 +1,20 @@
--- setup.py.orig 2019-01-24 00:03:41.000000000 +0100
+++ setup.py 2019-01-24 11:34:37.366642349 +0100
--- setup.py.orig 2019-02-13 00:11:49.000000000 +0100
+++ setup.py 2019-02-13 13:06:23.516662678 +0100
@@ -23,18 +23,18 @@
raise RuntimeError("Unable to find version string.")
-requires = ['botocore==1.12.84',
-requires = ['botocore==1.12.93',
- 'colorama>=0.2.5,<=0.3.9',
- 'docutils>=0.10',
- 'rsa>=3.1.2,<=3.5.0',
- 's3transfer>=0.1.12,<0.2.0',
- 's3transfer>=0.2.0,<0.3.0',
- 'PyYAML>=3.10,<=3.13']
+# requires = ['botocore==1.12.84',
+# requires = ['botocore==1.12.93',
+# 'colorama>=0.2.5,<=0.3.9',
+# 'docutils>=0.10',
+# 'rsa>=3.1.2,<=3.5.0',
+# 's3transfer>=0.1.12,<0.2.0',
+# 's3transfer>=0.2.0,<0.3.0',
+# 'PyYAML>=3.10,<=3.13']