From 22dd7baefe7a9d28695ca1f891ff3d997af7be4c5bae60fd0ab504a2f25aefd3 Mon Sep 17 00:00:00 2001 From: John Paul Adrian Glaubitz Date: Wed, 12 Aug 2020 11:32:30 +0000 Subject: [PATCH 1/2] Accepting request 826012 from home:glaubitz:branches:Cloud:Tools - Update to version 1.18.117 + For detailed changes see https://github.com/aws/aws-cli/blob/1.18.117/CHANGELOG.rst + Forward port hide_py_pckgmgmt.patch + Update Requires in spec file from setup.py - Rename README.rst to README.md in %docs section OBS-URL: https://build.opensuse.org/request/show/826012 OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/aws-cli?expand=0&rev=95 --- aws-cli-1.18.117.tar.gz | 3 +++ aws-cli-1.18.98.tar.gz | 3 --- aws-cli.changes | 10 ++++++++++ aws-cli.spec | 6 +++--- hide_py_pckgmgmt.patch | 8 ++++---- 5 files changed, 20 insertions(+), 10 deletions(-) create mode 100644 aws-cli-1.18.117.tar.gz delete mode 100644 aws-cli-1.18.98.tar.gz diff --git a/aws-cli-1.18.117.tar.gz b/aws-cli-1.18.117.tar.gz new file mode 100644 index 0000000..ee59c4a --- /dev/null +++ b/aws-cli-1.18.117.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6832b0f6c3c06f347ea7ae55442fd0c34804a24091f2c33fe3f68f910c5eb395 +size 1846974 diff --git a/aws-cli-1.18.98.tar.gz b/aws-cli-1.18.98.tar.gz deleted file mode 100644 index 4328ae0..0000000 --- a/aws-cli-1.18.98.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:65923f5be2cfe3cdea3ac32b8b6a874928f846e038b3d8b16724a19e98b24d7e -size 1810624 diff --git a/aws-cli.changes b/aws-cli.changes index 2935a72..6fddf20 100644 --- a/aws-cli.changes +++ b/aws-cli.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Wed Aug 12 11:25:30 UTC 2020 - John Paul Adrian Glaubitz + +- Update to version 1.18.117 + + For detailed changes see + https://github.com/aws/aws-cli/blob/1.18.117/CHANGELOG.rst + + Forward port hide_py_pckgmgmt.patch + + Update Requires in spec file from setup.py +- Rename README.rst to README.md in %docs section + ------------------------------------------------------------------- Thu Jul 16 20:32:03 UTC 2020 - John Paul Adrian Glaubitz diff --git a/aws-cli.spec b/aws-cli.spec index 3817bbd..d140f86 100644 --- a/aws-cli.spec +++ b/aws-cli.spec @@ -17,7 +17,7 @@ Name: aws-cli -Version: 1.18.98 +Version: 1.18.117 Release: 0 Summary: Amazon Web Services Command Line Interface License: Apache-2.0 @@ -35,7 +35,7 @@ BuildRequires: python3-setuptools Requires: python3 Requires: python3-PyYAML <= 6.0.0 Requires: python3-PyYAML >= 3.10 -Requires: python3-botocore >= 1.17.21 +Requires: python3-botocore >= 1.17.40 Requires: python3-colorama <= 0.4.4 Requires: python3-colorama >= 0.2.5 Requires: python3-docutils >= 0.10 @@ -97,7 +97,7 @@ install -DTm644 %{buildroot}%{_bindir}/aws_bash_completer %{buildroot}%{_datadir install -DTm644 %{buildroot}%{_bindir}/aws_zsh_completer.sh %{buildroot}%{_sysconfdir}/zsh_completion.d/_aws %files -%doc CHANGELOG.rst README.rst +%doc CHANGELOG.rst README.md %license LICENSE.txt %if 0%{?suse_version} && 0%{?suse_version} > 1315 %dir %{python3_sitelib}/awscli diff --git a/hide_py_pckgmgmt.patch b/hide_py_pckgmgmt.patch index 766e0a2..4c7cee1 100644 --- a/hide_py_pckgmgmt.patch +++ b/hide_py_pckgmgmt.patch @@ -1,16 +1,16 @@ ---- setup.py.orig 2020-07-15 20:15:58.000000000 +0200 -+++ setup.py 2020-07-16 22:31:38.745172282 +0200 +--- setup.py.orig 2020-08-11 20:10:30.000000000 +0200 ++++ setup.py 2020-08-12 13:23:05.368663655 +0200 @@ -23,21 +23,21 @@ raise RuntimeError("Unable to find version string.") -install_requires = [ -- 'botocore==1.17.21', +- 'botocore==1.17.40', - 'docutils>=0.10,<0.16', - 's3transfer>=0.3.0,<0.4.0', -] +# install_requires = [ -+# 'botocore==1.17.21', ++# 'botocore==1.17.40', +# 'docutils>=0.10,<0.16', +# 's3transfer>=0.3.0,<0.4.0', +# ] From 0f723ce2287e4a72305e6032428fd8134b082bc688568113b0c0cf87d6c2d8a5 Mon Sep 17 00:00:00 2001 From: John Paul Adrian Glaubitz Date: Wed, 12 Aug 2020 11:37:57 +0000 Subject: [PATCH 2/2] - Add missing bugzilla references for SLE OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/aws-cli?expand=0&rev=96 --- aws-cli.changes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aws-cli.changes b/aws-cli.changes index 6fddf20..d54e815 100644 --- a/aws-cli.changes +++ b/aws-cli.changes @@ -1,7 +1,7 @@ ------------------------------------------------------------------- Wed Aug 12 11:25:30 UTC 2020 - John Paul Adrian Glaubitz -- Update to version 1.18.117 +- Update to version 1.18.117 (bsc#1175147, bsc#1175148, jsc#ECO-2362, jsc#PM-2069) + For detailed changes see https://github.com/aws/aws-cli/blob/1.18.117/CHANGELOG.rst + Forward port hide_py_pckgmgmt.patch