From 848f87b835a283600dd000b2054df022991ce0ff05a0b080cea87df6d3569e56 Mon Sep 17 00:00:00 2001 From: Robert Schweikert Date: Sun, 12 Aug 2018 12:27:44 +0000 Subject: [PATCH 1/3] - Be less strict with the version requirements for YAML OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/aws-cli?expand=0&rev=42 --- aws-cli.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aws-cli.spec b/aws-cli.spec index 942dc81..e45047e 100644 --- a/aws-cli.spec +++ b/aws-cli.spec @@ -27,7 +27,7 @@ Source0: %{name}-%{version}.tar.gz Patch0: hide_py_pckgmgmt.patch %if 0%{?suse_version} && 0%{?suse_version} > 1315 Requires: python3 -Requires: python3-PyYAML <= 3.13 +Requires: python3-PyYAML <= 4.0 Requires: python3-PyYAML >= 3.10 Requires: python3-botocore >= 1.10.62 Requires: python3-colorama <= 0.3.9 From 93e54a8241513e97ccbf70ec6e1ce95ef6dcd2668dd27630bea40b3f9251d3d9 Mon Sep 17 00:00:00 2001 From: Robert Schweikert Date: Sun, 12 Aug 2018 12:29:14 +0000 Subject: [PATCH 2/3] - Be less strict with the YAML version requirement - Switch the license file to %license OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/aws-cli?expand=0&rev=43 --- aws-cli.changes | 6 ++++++ aws-cli.spec | 3 ++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/aws-cli.changes b/aws-cli.changes index 8deccb0..6a3397a 100644 --- a/aws-cli.changes +++ b/aws-cli.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sun Aug 12 12:28:29 UTC 2018 - rjschwei@suse.com + +- Be less strict with the YAML version requirement +- Switch the license file to %license + ------------------------------------------------------------------- Sun Jul 22 20:17:45 UTC 2018 - adrian.glaubitz@suse.com diff --git a/aws-cli.spec b/aws-cli.spec index e45047e..623e37b 100644 --- a/aws-cli.spec +++ b/aws-cli.spec @@ -83,7 +83,8 @@ rm %{buildroot}/%{_bindir}/aws.cmd %files %defattr(-,root,root,-) -%doc CHANGELOG.rst LICENSE.txt README.rst +%doc CHANGELOG.rst README.rst +%license LICENSE.txt %if 0%{?suse_version} && 0%{?suse_version} > 1315 %dir %{python3_sitelib}/awscli %dir %{python3_sitelib}/awscli-%{version}-py%{py3_ver}.egg-info From c0ca52c7cba22cf01d4cde34c534330562ffb6fd5061e6b9c0f39bc0b0a74da1 Mon Sep 17 00:00:00 2001 From: Robert Schweikert Date: Mon, 13 Aug 2018 16:57:18 +0000 Subject: [PATCH 3/3] Accepting request 629009 from home:glaubitz:branches:Cloud:Tools - Update to version 1.15.76 + For detailed changes see https://github.com/aws/aws-cli/blob/1.15.76/CHANGELOG.rst + Forward port hide_py_pckgmgmt.patch + Update Requires in spec file from setup.py OBS-URL: https://build.opensuse.org/request/show/629009 OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/aws-cli?expand=0&rev=44 --- aws-cli-1.15.63.tar.gz | 3 --- aws-cli-1.15.76.tar.gz | 3 +++ aws-cli.changes | 9 +++++++++ aws-cli.spec | 6 +++--- hide_py_pckgmgmt.patch | 8 ++++---- 5 files changed, 19 insertions(+), 10 deletions(-) delete mode 100644 aws-cli-1.15.63.tar.gz create mode 100644 aws-cli-1.15.76.tar.gz diff --git a/aws-cli-1.15.63.tar.gz b/aws-cli-1.15.63.tar.gz deleted file mode 100644 index b19232f..0000000 --- a/aws-cli-1.15.63.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:80be6c830fc7ee243bb6db47de01e03856336d04fc1598f9fcae2a74189933d2 -size 1102399 diff --git a/aws-cli-1.15.76.tar.gz b/aws-cli-1.15.76.tar.gz new file mode 100644 index 0000000..f78f4db --- /dev/null +++ b/aws-cli-1.15.76.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be765387533de0674493d4dd467044b5f1b700c4fe991062666e46dec267cc81 +size 1107173 diff --git a/aws-cli.changes b/aws-cli.changes index 6a3397a..ed98411 100644 --- a/aws-cli.changes +++ b/aws-cli.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Mon Aug 13 14:47:29 UTC 2018 - adrian.glaubitz@suse.com + +- Update to version 1.15.76 + + For detailed changes see + https://github.com/aws/aws-cli/blob/1.15.76/CHANGELOG.rst + + Forward port hide_py_pckgmgmt.patch + + Update Requires in spec file from setup.py + ------------------------------------------------------------------- Sun Aug 12 12:28:29 UTC 2018 - rjschwei@suse.com diff --git a/aws-cli.spec b/aws-cli.spec index 623e37b..d4cdd68 100644 --- a/aws-cli.spec +++ b/aws-cli.spec @@ -17,7 +17,7 @@ Name: aws-cli -Version: 1.15.63 +Version: 1.15.76 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.10.62 +Requires: python3-botocore >= 1.10.75 Requires: python3-colorama <= 0.3.9 Requires: python3-colorama >= 0.2.5 Requires: python3-docutils >= 0.10 @@ -43,7 +43,7 @@ BuildRequires: python3-setuptools Requires: python Requires: python-PyYAML <= 3.13 Requires: python-PyYAML >= 3.10 -Requires: python-botocore >= 1.10.62 +Requires: python-botocore >= 1.10.75 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 44f6950..d165a68 100644 --- a/hide_py_pckgmgmt.patch +++ b/hide_py_pckgmgmt.patch @@ -1,16 +1,16 @@ ---- setup.py.orig 2018-07-20 23:55:47.000000000 +0200 -+++ setup.py 2018-07-22 22:12:25.801491700 +0200 +--- setup.py.orig 2018-08-10 22:13:09.000000000 +0200 ++++ setup.py 2018-08-13 16:41:02.210656456 +0200 @@ -23,18 +23,18 @@ raise RuntimeError("Unable to find version string.") --requires = ['botocore==1.10.62', +-requires = ['botocore==1.10.75', - '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.10.62', ++# requires = ['botocore==1.10.75', +# 'colorama>=0.2.5,<=0.3.9', +# 'docutils>=0.10', +# 'rsa>=3.1.2,<=3.5.0',