Accepting request 792414 from Cloud:Tools

OBS-URL: https://build.opensuse.org/request/show/792414
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/aws-cli?expand=0&rev=37
This commit is contained in:
Dominique Leuenberger 2020-04-19 19:50:09 +00:00 committed by Git OBS Bridge
commit c0057a7529
5 changed files with 25 additions and 9 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b3b167fcc9228f5f9b993828029fdfa72501a25fec00166e7670eab839c27f1c
size 1720495

3
aws-cli-1.18.38.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:035c2ae4bdc4893c453a83e05b8dc145d43a1a6886fc30b8901414c943944aae
size 1727085

View File

@ -1,3 +1,18 @@
-------------------------------------------------------------------
Wed Apr 8 08:58:37 UTC 2020 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to version 1.18.38 (bsc#1166924, bsc#1168943)
+ For detailed changes see
https://github.com/aws/aws-cli/blob/1.18.38/CHANGELOG.rst
+ Forward port hide_py_pckgmgmt.patch
+ Update Requires in spec file from setup.py
-------------------------------------------------------------------
Tue Apr 7 11:13:59 UTC 2020 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Fix build on SLE-12
+ Add bash-completion to BuildRequires for suse_version <= 1315
-------------------------------------------------------------------
Fri Apr 3 13:02:28 UTC 2020 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>

View File

@ -17,7 +17,7 @@
Name: aws-cli
Version: 1.18.35
Version: 1.18.38
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.15.35
Requires: python3-botocore >= 1.15.38
Requires: python3-colorama <= 0.4.4
Requires: python3-colorama >= 0.2.5
Requires: python3-docutils >= 0.10
@ -45,6 +45,7 @@ Requires: python3-s3transfer < 0.4.0
Requires: python3-s3transfer >= 0.3.0
Requires: python3-six
%else
BuildRequires: bash-completion
BuildRequires: python-devel
BuildRequires: python-setuptools
Requires: python

View File

@ -1,17 +1,17 @@
--- setup.py.orig 2020-04-02 20:08:14.000000000 +0200
+++ setup.py 2020-04-03 14:30:04.280983963 +0200
--- setup.py.orig 2020-04-07 20:08:27.000000000 +0200
+++ setup.py 2020-04-08 10:53:43.602794894 +0200
@@ -23,20 +23,20 @@
raise RuntimeError("Unable to find version string.")
-install_requires = [
- 'botocore==1.15.35',
- 'botocore==1.15.38',
- 'docutils>=0.10,<0.16',
- 'rsa>=3.1.2,<=3.5.0',
- 's3transfer>=0.3.0,<0.4.0',
-]
+# install_requires = [
+# 'botocore==1.15.35',
+# 'botocore==1.15.38',
+# 'docutils>=0.10,<0.16',
+# 'rsa>=3.1.2,<=3.5.0',
+# 's3transfer>=0.3.0,<0.4.0',