Merged update from upstream sources
This is an automated DistroBaker update from upstream sources. If you do not know what this is about or would like to opt out, contact the OSCI team. Source: https://src.fedoraproject.org/rpms/awscli.git#5fbb5378db87c4397f29d7be41b59e4112eed73c
This commit is contained in:
parent
6d1b8eed6b
commit
31f51179dd
3
.gitignore
vendored
3
.gitignore
vendored
@ -287,3 +287,6 @@
|
||||
/awscli-1.18.186.tar.gz
|
||||
/awscli-1.18.188.tar.gz
|
||||
/awscli-1.18.189.tar.gz
|
||||
/awscli-1.18.190.tar.gz
|
||||
/awscli-1.18.191.tar.gz
|
||||
/awscli-1.18.192.tar.gz
|
||||
|
20
awscli.spec
20
awscli.spec
@ -1,5 +1,5 @@
|
||||
Name: awscli
|
||||
Version: 1.18.189
|
||||
Version: 1.18.192
|
||||
Release: 1%{?dist}
|
||||
Summary: Universal Command Line Environment for AWS
|
||||
|
||||
@ -25,8 +25,6 @@ command line interface to Amazon Web Services.
|
||||
%prep
|
||||
%autosetup -n %{name}-%{version} -p 1
|
||||
rm -vr %{name}.egg-info
|
||||
# https://github.com/aws/aws-cli/pull/4929
|
||||
sed -i -e '/PyYAML/s/5.3/5.4/' setup.{py,cfg}
|
||||
find awscli/examples/ -type f -name '*.rst' -executable -exec chmod -x '{}' +
|
||||
|
||||
# https://github.com/aws/aws-cli/issues/4837
|
||||
@ -37,6 +35,10 @@ sed -i "/,<0.16/d" setup.py
|
||||
sed -i s/4.5.0/4.7/g setup.py
|
||||
sed -i s/4.5.0/4.7/g setup.cfg
|
||||
|
||||
# https://github.com/aws/aws-cli/issues/5795
|
||||
sed -i s/\<0.4.4/\<=0.4.4/g setup.py
|
||||
sed -i s/\<0.4.4/\<=0.4.4/g setup.cfg
|
||||
|
||||
%build
|
||||
%py3_build
|
||||
|
||||
@ -63,6 +65,18 @@ install -Dpm0644 bin/aws_zsh_completer.sh \
|
||||
%{_datadir}/zsh/site-functions/_awscli
|
||||
|
||||
%changelog
|
||||
* Wed Dec 09 2020 Gwyn Ciesla <gwync@protonmail.com> - 1.18.192-1
|
||||
- 1.18.192
|
||||
|
||||
* Tue Dec 08 2020 Gwyn Ciesla <gwync@protonmail.com> - 1.18.191-2
|
||||
- Allow colorama <=0.4.4
|
||||
|
||||
* Tue Dec 8 08:24:48 CST 2020 Gwyn Ciesla <gwync@protonmail.com> - 1.18.191-1
|
||||
- 1.18.191
|
||||
|
||||
* Mon Dec 7 08:27:50 CST 2020 Gwyn Ciesla <gwync@protonmail.com> - 1.18.190-1
|
||||
- 1.18.190
|
||||
|
||||
* Fri Dec 4 10:08:13 CST 2020 Gwyn Ciesla <gwync@protonmail.com> - 1.18.189-1
|
||||
- 1.18.189
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (awscli-1.18.189.tar.gz) = fbfd8550ac9e95118e1c942d218ef52831e238d45a56623f05e1a6d3f192696d011ed2913d9a5e8a5c00c8c6dd6028684e260e991e0ba81aebc1fcfb2e0348c8
|
||||
SHA512 (awscli-1.18.192.tar.gz) = 034752c6eec1cf230827bb4cdd8ffe072059422dfa13be1b36522df5c3b6325970dd7763ad827270d0305dad1d4885f23bad8b8c0c55a881c97008d8a718fac3
|
||||
|
Loading…
Reference in New Issue
Block a user