Skip to content

Instantly share code, notes, and snippets.

@davdunc
Created February 14, 2019 23:33
Show Gist options
  • Save davdunc/dc527f2b8487327652c7a2b007022961 to your computer and use it in GitHub Desktop.
Save davdunc/dc527f2b8487327652c7a2b007022961 to your computer and use it in GitHub Desktop.
Diff from AWSCLI for latest contribution
diff --git a/.gitignore b/.gitignore
index 85677cc..c38a61f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -92,3 +92,5 @@
/awscli-1.16.28.tar.gz
/awscli-1.16.57.tar.gz
/awscli-1.16.85.tar.gz
+/awscli-1.16.97.tar.gz
+/awscli-1.16.101.tar.gz
diff --git a/awscli.spec b/awscli.spec
index 139f89e..fad994f 100644
--- a/awscli.spec
+++ b/awscli.spec
@@ -5,11 +5,11 @@
%bcond_without python3
%endif
-%global botocore_version 1.12.75
+%global botocore_version 1.12.97
Name: awscli
-Version: 1.16.85
-Release: 3%{?dist}
+Version: 1.16.101
+Release: 1%{?dist}
Summary: Universal Command Line Environment for AWS
License: ASL 2.0 and MIT
@@ -105,6 +105,11 @@ rm %{buildroot}%{_bindir}/aws.cmd
%endif # with python3
%changelog
+* Mon Feb 11 2019 David Duncan <davdunc@amazon.com> - 1.16.101
+- api-change:ecs: Update ecs command to latest version
+- api-change:discovery: Update discovery command to latest version
+- api-change:dlm: Update dlm command to latest version
+
* Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.16.85-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
diff --git a/relax-dependencies.patch b/relax-dependencies.patch
index 83785d9..104b50b 100644
--- a/relax-dependencies.patch
+++ b/relax-dependencies.patch
@@ -1,18 +1,17 @@
-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.101-orig/setup.py 2019-02-11 05:52:36.864356532 +0000
++++ awscli-1.16.101/setup.py 2019-02-11 05:55:03.267226465 +0000
@@ -24,11 +24,11 @@ def find_version(*file_paths):
- requires = ['botocore==1.12.75',
+ requires = ['botocore==1.12.91',
- 'colorama>=0.2.5,<=0.3.9',
+ 'colorama>=0.2.5',
'docutils>=0.10',
- 'rsa>=3.1.2,<=3.5.0',
-- 's3transfer>=0.1.12,<0.2.0',
+- 's3transfer>=0.2.0,<0.3.0',
- 'PyYAML>=3.10,<=3.13']
+ 'rsa>=3.1.2',
-+ 's3transfer>=0.1.12',
++ 's3transfer>=0.2.0',
+ 'PyYAML>=3.10']
diff --git a/sources b/sources
index 89bf061..492cbb7 100644
--- a/sources
+++ b/sources
@@ -1 +1,2 @@
-SHA512 (awscli-1.16.85.tar.gz) = 8e491ba49b39215528be43324973dd77f5b38c3f5abc1e9fa439c1029ecc4d3a39063281b2d8d0712abb926b4b0fe31b3cb50de4faa7c04942463fc35bbce3ef
+SHA512 (awscli-1.16.97.tar.gz) = b8e585b1748037c889850c96b1b5b7367944962fc2f754acaf0fa9af4fcea5cbfcead66866bbe37841e0937cad91e7a0dbf72e3100b33441fd5045e88d2072d0
+SHA512 (awscli-1.16.101.tar.gz) = 2288f29674438cbe1fd090a35db8a5e1d5e37de36479dc5d2d1abfccffa1fa5ec99c752f62d0fb1bf98865e69fdd68c8416870d8d19cc5a1b2ab75253683db7f
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment