Update to 1.16.85

This commit is contained in:
David Duncan 2019-01-11 01:28:54 +00:00
parent e24491cd14
commit 028a8f0c17
2 changed files with 6 additions and 6 deletions

View File

@ -4,10 +4,10 @@
%bcond_without python3 %bcond_without python3
%endif %endif
%global botocore_version 1.12.47 %global botocore_version 1.12.75
Name: awscli Name: awscli
Version: 1.16.57 Version: 1.16.85
Release: 1%{?dist} Release: 1%{?dist}
Summary: Universal Command Line Environment for AWS Summary: Universal Command Line Environment for AWS

View File

@ -1,10 +1,10 @@
diff -Nurp awscli-1.16.57-orig/setup.py awscli-1.16.57/setup.py diff -Nurp awscli-1.16.85-orig/setup.py awscli-1.16.85/setup.py
--- awscli-1.16.57-orig/setup.py 2018-11-16 21:15:52.000000000 +0000 --- awscli-1.16.85-orig/setup.py 2019-01-09 03:07:19.096947080 +0000
+++ awscli-1.16.57/setup.py 2018-11-20 02:17:14.751281166 +0000 +++ awscli-1.16.85/setup.py 2019-01-10 18:59:52.573063943 +0000
@@ -24,11 +24,11 @@ def find_version(*file_paths): @@ -24,11 +24,11 @@ def find_version(*file_paths):
requires = ['botocore==1.12.47', requires = ['botocore==1.12.75',
- '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', 'docutils>=0.10',