Accepting request 670101 from home:glaubitz:branches:Cloud:Tools
- Update to version 1.16.94 + For detailed changes see https://github.com/aws/aws-cli/blob/1.16.94/CHANGELOG.rst + Forward port hide_py_pckgmgmt.patch + Update Requires in spec file from setup.py OBS-URL: https://build.opensuse.org/request/show/670101 OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/aws-cli?expand=0&rev=54
This commit is contained in:
parent
cd4c949873
commit
206a66fd4f
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:198b214c1716ad4290e8901352846fabdf75ccdb6d108dae430d74de14cfa5aa
|
|
||||||
size 1171837
|
|
3
aws-cli-1.16.94.tar.gz
Normal file
3
aws-cli-1.16.94.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:8d1cc1e5d428b6346e88f99bae2ed780dfa955e38ba6ed8dc4e58d2270cf1886
|
||||||
|
size 1173281
|
@ -1,3 +1,12 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jan 24 10:36:34 UTC 2019 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||||
|
|
||||||
|
- Update to version 1.16.94
|
||||||
|
+ For detailed changes see
|
||||||
|
https://github.com/aws/aws-cli/blob/1.16.94/CHANGELOG.rst
|
||||||
|
+ Forward port hide_py_pckgmgmt.patch
|
||||||
|
+ Update Requires in spec file from setup.py
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Jan 6 19:21:39 UTC 2019 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
Sun Jan 6 19:21:39 UTC 2019 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: aws-cli
|
Name: aws-cli
|
||||||
Version: 1.16.84
|
Version: 1.16.94
|
||||||
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,7 +29,7 @@ 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.74
|
Requires: python3-botocore >= 1.12.84
|
||||||
Requires: python3-colorama <= 0.4.1
|
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
|
||||||
@ -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.74
|
Requires: python-botocore >= 1.12.84
|
||||||
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
|
||||||
|
@ -1,16 +1,16 @@
|
|||||||
--- setup.py.orig 2019-01-04 23:58:14.000000000 +0100
|
--- setup.py.orig 2019-01-24 00:03:41.000000000 +0100
|
||||||
+++ setup.py 2019-01-06 20:24:06.243843371 +0100
|
+++ setup.py 2019-01-24 11:34:37.366642349 +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.74',
|
-requires = ['botocore==1.12.84',
|
||||||
- '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.74',
|
+# requires = ['botocore==1.12.84',
|
||||||
+# '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',
|
||||||
@ -46,5 +46,5 @@
|
|||||||
+ # ]
|
+ # ]
|
||||||
+ # },
|
+ # },
|
||||||
license="Apache License 2.0",
|
license="Apache License 2.0",
|
||||||
classifiers=(
|
classifiers=[
|
||||||
'Development Status :: 5 - Production/Stable',
|
'Development Status :: 5 - Production/Stable',
|
||||||
|
Loading…
Reference in New Issue
Block a user