Accepting request 663198 from home:glaubitz:branches:Cloud:Tools
- Update to version 1.16.84 + For detailed changes see https://github.com/aws/aws-cli/blob/1.16.84/CHANGELOG.rst + Forward port hide_py_pckgmgmt.patch + Update Requires in spec file from setup.py OBS-URL: https://build.opensuse.org/request/show/663198 OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/aws-cli?expand=0&rev=52
This commit is contained in:
parent
3c3eb71071
commit
cd4c949873
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:24c7d0f2fd3578c552a809fcca54372b81459da9b0839c3cf2e52ee2790887dc
|
||||
size 1147569
|
3
aws-cli-1.16.84.tar.gz
Normal file
3
aws-cli-1.16.84.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:198b214c1716ad4290e8901352846fabdf75ccdb6d108dae430d74de14cfa5aa
|
||||
size 1171837
|
@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Jan 6 19:21:39 UTC 2019 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||
|
||||
- Update to version 1.16.84
|
||||
+ For detailed changes see
|
||||
https://github.com/aws/aws-cli/blob/1.16.84/CHANGELOG.rst
|
||||
+ Forward port hide_py_pckgmgmt.patch
|
||||
+ Update Requires in spec file from setup.py
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 4 12:37:45 UTC 2018 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package aws-cli
|
||||
#
|
||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# 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.61
|
||||
Version: 1.16.84
|
||||
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.12.51
|
||||
Requires: python3-botocore >= 1.12.74
|
||||
Requires: python3-colorama <= 0.4.1
|
||||
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.12.51
|
||||
Requires: python-botocore >= 1.12.74
|
||||
Requires: python-colorama <= 0.3.9
|
||||
Requires: python-colorama >= 0.2.5
|
||||
Requires: python-docutils >= 0.10
|
||||
|
@ -1,16 +1,16 @@
|
||||
--- setup.py.orig 2018-11-26 10:09:17.000000000 +0100
|
||||
+++ setup.py 2018-11-29 13:47:18.748043484 +0100
|
||||
--- setup.py.orig 2019-01-04 23:58:14.000000000 +0100
|
||||
+++ setup.py 2019-01-06 20:24:06.243843371 +0100
|
||||
@@ -23,18 +23,18 @@
|
||||
raise RuntimeError("Unable to find version string.")
|
||||
|
||||
|
||||
-requires = ['botocore==1.12.51',
|
||||
-requires = ['botocore==1.12.74',
|
||||
- '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.12.51',
|
||||
+# requires = ['botocore==1.12.74',
|
||||
+# 'colorama>=0.2.5,<=0.3.9',
|
||||
+# 'docutils>=0.10',
|
||||
+# 'rsa>=3.1.2,<=3.5.0',
|
||||
|
Loading…
Reference in New Issue
Block a user