Update to 1.16.235.
This commit is contained in:
parent
fb910d787e
commit
c5812e800b
1
.gitignore
vendored
1
.gitignore
vendored
@ -100,3 +100,4 @@
|
|||||||
/awscli-1.16.167.tar.gz
|
/awscli-1.16.167.tar.gz
|
||||||
/awscli-1.16.198.tar.gz
|
/awscli-1.16.198.tar.gz
|
||||||
/awscli-1.16.222.tar.gz
|
/awscli-1.16.222.tar.gz
|
||||||
|
/awscli-1.16.235.tar.gz
|
||||||
|
@ -8,8 +8,8 @@
|
|||||||
%global botocore_version 1.12.225
|
%global botocore_version 1.12.225
|
||||||
|
|
||||||
Name: awscli
|
Name: awscli
|
||||||
Version: 1.16.222
|
Version: 1.16.235
|
||||||
Release: 3%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Universal Command Line Environment for AWS
|
Summary: Universal Command Line Environment for AWS
|
||||||
|
|
||||||
License: ASL 2.0 and MIT
|
License: ASL 2.0 and MIT
|
||||||
@ -105,6 +105,9 @@ rm %{buildroot}%{_bindir}/aws.cmd
|
|||||||
%endif # with python3
|
%endif # with python3
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Sep 09 2019 Kevin Fenzi <kevin@scrye.com> - 1.16.235-1
|
||||||
|
- Update to 1.16.235.
|
||||||
|
|
||||||
* Mon Sep 09 2019 Kevin Fenzi <kevin@scrye.com> - 1.16.222-3
|
* Mon Sep 09 2019 Kevin Fenzi <kevin@scrye.com> - 1.16.222-3
|
||||||
- Rebuild for new python-botocore 1.12.225
|
- Rebuild for new python-botocore 1.12.225
|
||||||
|
|
||||||
|
@ -1,12 +1,12 @@
|
|||||||
diff -Nur awscli-1.16.222.orig/setup.py awscli-1.16.222/setup.py
|
diff -Nur awscli-1.16.235.orig/setup.cfg awscli-1.16.235/setup.cfg
|
||||||
--- awscli-1.16.222.orig/setup.py 2019-08-20 11:39:21.000000000 -0700
|
--- awscli-1.16.235.orig/setup.cfg 2019-09-09 11:09:22.000000000 -0700
|
||||||
+++ awscli-1.16.222/setup.py 2019-08-21 14:37:47.568403430 -0700
|
+++ awscli-1.16.235/setup.cfg 2019-09-09 15:27:48.354732528 -0700
|
||||||
@@ -24,7 +24,7 @@
|
@@ -4,7 +4,7 @@
|
||||||
|
[metadata]
|
||||||
|
requires-dist =
|
||||||
requires = ['botocore==1.12.212',
|
botocore==1.12.225
|
||||||
- 'colorama>=0.2.5,<=0.3.9',
|
- colorama>=0.2.5,<=0.3.9
|
||||||
+ 'colorama>=0.2.5',
|
+ colorama>=0.2.5
|
||||||
'docutils>=0.10,<0.16',
|
docutils>=0.10,<0.16
|
||||||
'rsa>=3.1.2,<=3.5.0',
|
rsa>=3.1.2,<=3.5.0
|
||||||
's3transfer>=0.2.0,<0.3.0']
|
PyYAML>=3.10,<=3.13; python_version=="2.6"
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (awscli-1.16.222.tar.gz) = f6ec3ea046d7e43d50910ddef8d219d2b9a720352bfbe7df59ae94d8e48ddce8e00c3a987703288d2bfd9d222fbcf7f4250ce939ec22c8880dcee0c3c0575779
|
SHA512 (awscli-1.16.235.tar.gz) = 722627e5464b3cf50e68096bc2baabee408604c4a7b444f0f2d795e48b339b33a0875b792c9ddd9b62c6f7f657c9de4a4fa27bd864be961fb5d9c9cb887035cf
|
||||||
|
Loading…
Reference in New Issue
Block a user