Update to 1.16.222
This commit is contained in:
parent
293a26bb0d
commit
15c30d347b
1
.gitignore
vendored
1
.gitignore
vendored
@ -99,3 +99,4 @@
|
||||
/awscli-1.16.145.tar.gz
|
||||
/awscli-1.16.167.tar.gz
|
||||
/awscli-1.16.198.tar.gz
|
||||
/awscli-1.16.222.tar.gz
|
||||
|
10
awscli.spec
10
awscli.spec
@ -5,17 +5,16 @@
|
||||
%bcond_without python3
|
||||
%endif
|
||||
|
||||
%global botocore_version 1.12.188
|
||||
%global botocore_version 1.12.212
|
||||
|
||||
Name: awscli
|
||||
Version: 1.16.198
|
||||
Release: 3%{?dist}
|
||||
Version: 1.16.222
|
||||
Release: 1%{?dist}
|
||||
Summary: Universal Command Line Environment for AWS
|
||||
|
||||
License: ASL 2.0 and MIT
|
||||
URL: http://aws.amazon.com/cli
|
||||
Source0: https://files.pythonhosted.org/packages/source/a/%{name}/%{name}-%{version}.tar.gz
|
||||
Patch0: relax-dependencies.patch
|
||||
BuildArch: noarch
|
||||
%if %{with python3}
|
||||
BuildRequires: python3-devel
|
||||
@ -105,6 +104,9 @@ rm %{buildroot}%{_bindir}/aws.cmd
|
||||
%endif # with python3
|
||||
|
||||
%changelog
|
||||
* Wed Aug 21 2019 Kevin Fenzi <kevin@scrye.com> - 1.16.222-1
|
||||
- Update to 1.16.222
|
||||
|
||||
* Mon Aug 19 2019 Miro Hrončok <mhroncok@redhat.com> - 1.16.198-3
|
||||
- Rebuilt for Python 3.8
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (awscli-1.16.198.tar.gz) = f77d792de7c47eebaf099a7dee1cd34c8a910216f96e17081835472b25186d64c26be70a749d879efd09b9c76f961396fd56d3cb6bd77c331f48df2b32ac5f59
|
||||
SHA512 (awscli-1.16.222.tar.gz) = f6ec3ea046d7e43d50910ddef8d219d2b9a720352bfbe7df59ae94d8e48ddce8e00c3a987703288d2bfd9d222fbcf7f4250ce939ec22c8880dcee0c3c0575779
|
||||
|
Loading…
Reference in New Issue
Block a user