Update to 1.16.97
This commit is contained in:
parent
6244d12f52
commit
146a4092fc
1
.gitignore
vendored
1
.gitignore
vendored
@ -92,3 +92,4 @@
|
||||
/awscli-1.16.28.tar.gz
|
||||
/awscli-1.16.57.tar.gz
|
||||
/awscli-1.16.85.tar.gz
|
||||
/awscli-1.16.97.tar.gz
|
||||
|
@ -5,11 +5,11 @@
|
||||
%bcond_without python3
|
||||
%endif
|
||||
|
||||
%global botocore_version 1.12.75
|
||||
%global botocore_version 1.12.87
|
||||
|
||||
Name: awscli
|
||||
Version: 1.16.85
|
||||
Release: 3%{?dist}
|
||||
Version: 1.16.97
|
||||
Release: 1%{?dist}
|
||||
Summary: Universal Command Line Environment for AWS
|
||||
|
||||
License: ASL 2.0 and MIT
|
||||
|
@ -1,10 +1,9 @@
|
||||
diff -Nurp awscli-1.16.85-orig/setup.py awscli-1.16.85/setup.py
|
||||
--- awscli-1.16.85-orig/setup.py 2019-01-09 03:07:19.096947080 +0000
|
||||
+++ awscli-1.16.85/setup.py 2019-01-10 18:59:52.573063943 +0000
|
||||
--- awscli-1.16.97-orig/setup.py 2019-02-04 22:42:54.000000000 +0000
|
||||
+++ awscli-1.16.97/setup.py 2019-02-05 23:13:09.386023804 +0000
|
||||
@@ -24,11 +24,11 @@ def find_version(*file_paths):
|
||||
|
||||
|
||||
requires = ['botocore==1.12.75',
|
||||
requires = ['botocore==1.12.87',
|
||||
- 'colorama>=0.2.5,<=0.3.9',
|
||||
+ 'colorama>=0.2.5',
|
||||
'docutils>=0.10',
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (awscli-1.16.85.tar.gz) = 8e491ba49b39215528be43324973dd77f5b38c3f5abc1e9fa439c1029ecc4d3a39063281b2d8d0712abb926b4b0fe31b3cb50de4faa7c04942463fc35bbce3ef
|
||||
SHA512 (awscli-1.16.97.tar.gz) = b8e585b1748037c889850c96b1b5b7367944962fc2f754acaf0fa9af4fcea5cbfcead66866bbe37841e0937cad91e7a0dbf72e3100b33441fd5045e88d2072d0
|
||||
|
Loading…
Reference in New Issue
Block a user