diff --git a/aws-cli-1.15.40.tar.gz b/aws-cli-1.15.40.tar.gz deleted file mode 100644 index 2fb7033..0000000 --- a/aws-cli-1.15.40.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:be54580551ef27cf68792ab4252772d819c7e05153d4498bd8848c7d9dc042aa -size 1082697 diff --git a/aws-cli-1.15.63.tar.gz b/aws-cli-1.15.63.tar.gz new file mode 100644 index 0000000..b19232f --- /dev/null +++ b/aws-cli-1.15.63.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80be6c830fc7ee243bb6db47de01e03856336d04fc1598f9fcae2a74189933d2 +size 1102399 diff --git a/aws-cli.changes b/aws-cli.changes index 540c53a..8deccb0 100644 --- a/aws-cli.changes +++ b/aws-cli.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Sun Jul 22 20:17:45 UTC 2018 - adrian.glaubitz@suse.com + +- Update to version 1.15.63 + + For detailed changes see + https://github.com/aws/aws-cli/blob/1.15.63/CHANGELOG.rst + + Forward port hide_py_pckgmgmt.patch + + Update Requires in spec file from setup.py + ------------------------------------------------------------------- Tue Jun 19 12:04:32 UTC 2018 - adrian.glaubitz@suse.com diff --git a/aws-cli.spec b/aws-cli.spec index 9842982..942dc81 100644 --- a/aws-cli.spec +++ b/aws-cli.spec @@ -17,7 +17,7 @@ Name: aws-cli -Version: 1.15.40 +Version: 1.15.63 Release: 0 Summary: Amazon Web Services Command Line Interface License: Apache-2.0 @@ -27,9 +27,9 @@ Source0: %{name}-%{version}.tar.gz Patch0: hide_py_pckgmgmt.patch %if 0%{?suse_version} && 0%{?suse_version} > 1315 Requires: python3 -Requires: python3-PyYAML <= 3.12 +Requires: python3-PyYAML <= 3.13 Requires: python3-PyYAML >= 3.10 -Requires: python3-botocore >= 1.10.40 +Requires: python3-botocore >= 1.10.62 Requires: python3-colorama <= 0.3.9 Requires: python3-colorama >= 0.2.5 Requires: python3-docutils >= 0.10 @@ -41,9 +41,9 @@ BuildRequires: python3-devel BuildRequires: python3-setuptools %else Requires: python -Requires: python-PyYAML <= 3.12 +Requires: python-PyYAML <= 3.13 Requires: python-PyYAML >= 3.10 -Requires: python-botocore >= 1.10.40 +Requires: python-botocore >= 1.10.62 Requires: python-colorama <= 0.3.9 Requires: python-colorama >= 0.2.5 Requires: python-docutils >= 0.10 diff --git a/hide_py_pckgmgmt.patch b/hide_py_pckgmgmt.patch index aaf7154..44f6950 100644 --- a/hide_py_pckgmgmt.patch +++ b/hide_py_pckgmgmt.patch @@ -1,21 +1,21 @@ ---- setup.py.orig 2018-06-15 23:45:51.000000000 +0200 -+++ setup.py 2018-06-19 14:00:58.013536379 +0200 +--- setup.py.orig 2018-07-20 23:55:47.000000000 +0200 ++++ setup.py 2018-07-22 22:12:25.801491700 +0200 @@ -23,18 +23,18 @@ raise RuntimeError("Unable to find version string.") --requires = ['botocore==1.10.40', +-requires = ['botocore==1.10.62', - '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.12'] -+# requires = ['botocore==1.10.40', +- 'PyYAML>=3.10,<=3.13'] ++# requires = ['botocore==1.10.62', +# '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.12'] ++# 'PyYAML>=3.10,<=3.13'] -if sys.version_info[:2] == (2, 6):