forked from pool/aws-cli
Accepting request 851823 from home:glaubitz:branches:Cloud:Tools
- Update to version 1.18.185 + For detailed changes see https://github.com/aws/aws-cli/blob/1.18.185/CHANGELOG.rst - Rename README.md to README.rst in %doc section - Update Requires in spec file from setup.py OBS-URL: https://build.opensuse.org/request/show/851823 OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/aws-cli?expand=0&rev=103
This commit is contained in:
parent
f9f665f2ca
commit
713e9bef62
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:1676a9b715ca6a46884ba8576afe70f2b2bcdedf4346cd8edd37e2b86341ae64
|
|
||||||
size 1879128
|
|
3
aws-cli-1.18.185.tar.gz
Normal file
3
aws-cli-1.18.185.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:18ee69a174cf92c5ff9ea778c674157f8a53a17fba385598585e96e17b921c8e
|
||||||
|
size 1917645
|
@ -1,3 +1,12 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Nov 30 12:12:50 UTC 2020 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||||
|
|
||||||
|
- Update to version 1.18.185
|
||||||
|
+ For detailed changes see
|
||||||
|
https://github.com/aws/aws-cli/blob/1.18.185/CHANGELOG.rst
|
||||||
|
- Rename README.md to README.rst in %doc section
|
||||||
|
- Update Requires in spec file from setup.py
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Oct 9 10:40:09 UTC 2020 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
Fri Oct 9 10:40:09 UTC 2020 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: aws-cli
|
Name: aws-cli
|
||||||
Version: 1.18.156
|
Version: 1.18.185
|
||||||
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
|
||||||
@ -34,7 +34,7 @@ BuildRequires: python3-setuptools
|
|||||||
Requires: python3
|
Requires: python3
|
||||||
Requires: python3-PyYAML <= 6.0.0
|
Requires: python3-PyYAML <= 6.0.0
|
||||||
Requires: python3-PyYAML >= 3.10
|
Requires: python3-PyYAML >= 3.10
|
||||||
Requires: python3-botocore >= 1.18.15
|
Requires: python3-botocore >= 1.19.25
|
||||||
Requires: python3-colorama <= 0.4.4
|
Requires: python3-colorama <= 0.4.4
|
||||||
Requires: python3-colorama >= 0.2.5
|
Requires: python3-colorama >= 0.2.5
|
||||||
Requires: python3-docutils >= 0.10
|
Requires: python3-docutils >= 0.10
|
||||||
@ -50,7 +50,7 @@ BuildRequires: python-setuptools
|
|||||||
Requires: python
|
Requires: python
|
||||||
Requires: python-PyYAML <= 5.4
|
Requires: python-PyYAML <= 5.4
|
||||||
Requires: python-PyYAML >= 3.10
|
Requires: python-PyYAML >= 3.10
|
||||||
Requires: python-botocore >= 1.18.15
|
Requires: python-botocore >= 1.19.25
|
||||||
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
|
||||||
@ -95,7 +95,7 @@ install -DTm644 %{buildroot}%{_bindir}/aws_bash_completer %{buildroot}%{_datadir
|
|||||||
install -DTm644 %{buildroot}%{_bindir}/aws_zsh_completer.sh %{buildroot}%{_sysconfdir}/zsh_completion.d/_aws
|
install -DTm644 %{buildroot}%{_bindir}/aws_zsh_completer.sh %{buildroot}%{_sysconfdir}/zsh_completion.d/_aws
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%doc CHANGELOG.rst README.md
|
%doc CHANGELOG.rst README.rst
|
||||||
%license LICENSE.txt
|
%license LICENSE.txt
|
||||||
%if 0%{?suse_version} && 0%{?suse_version} > 1315
|
%if 0%{?suse_version} && 0%{?suse_version} > 1315
|
||||||
%dir %{python3_sitelib}/awscli
|
%dir %{python3_sitelib}/awscli
|
||||||
|
Loading…
Reference in New Issue
Block a user