Update to 1.16.101
This commit is contained in:
		
							parent
							
								
									146a4092fc
								
							
						
					
					
						commit
						edfbf68ede
					
				
							
								
								
									
										1
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										1
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							| @ -93,3 +93,4 @@ | |||||||
| /awscli-1.16.57.tar.gz | /awscli-1.16.57.tar.gz | ||||||
| /awscli-1.16.85.tar.gz | /awscli-1.16.85.tar.gz | ||||||
| /awscli-1.16.97.tar.gz | /awscli-1.16.97.tar.gz | ||||||
|  | /awscli-1.16.101.tar.gz | ||||||
|  | |||||||
| @ -5,10 +5,10 @@ | |||||||
| %bcond_without python3 | %bcond_without python3 | ||||||
| %endif | %endif | ||||||
| 
 | 
 | ||||||
| %global botocore_version 1.12.87 | %global botocore_version 1.12.97 | ||||||
| 
 | 
 | ||||||
| Name:           awscli | Name:           awscli | ||||||
| Version:        1.16.97 | Version:        1.16.101 | ||||||
| Release:        1%{?dist} | Release:        1%{?dist} | ||||||
| Summary:        Universal Command Line Environment for AWS | Summary:        Universal Command Line Environment for AWS | ||||||
| 
 | 
 | ||||||
| @ -105,6 +105,11 @@ rm %{buildroot}%{_bindir}/aws.cmd | |||||||
| %endif # with python3 | %endif # with python3 | ||||||
| 
 | 
 | ||||||
| %changelog | %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 | * Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.16.85-3 | ||||||
| - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild | - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild | ||||||
| 
 | 
 | ||||||
|  | |||||||
| @ -1,17 +1,17 @@ | |||||||
| --- awscli-1.16.97-orig/setup.py	2019-02-04 22:42:54.000000000 +0000
 | --- awscli-1.16.101-orig/setup.py	2019-02-11 05:52:36.864356532 +0000
 | ||||||
| +++ awscli-1.16.97/setup.py	2019-02-05 23:13:09.386023804 +0000
 | +++ awscli-1.16.101/setup.py	2019-02-11 05:55:03.267226465 +0000
 | ||||||
| @@ -24,11 +24,11 @@ def find_version(*file_paths):
 | @@ -24,11 +24,11 @@ def find_version(*file_paths):
 | ||||||
|   |   | ||||||
|   |   | ||||||
|  requires = ['botocore==1.12.87', |  requires = ['botocore==1.12.91', | ||||||
| -            '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', | ||||||
| -            'rsa>=3.1.2,<=3.5.0',
 | -            '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']
 | -            'PyYAML>=3.10,<=3.13']
 | ||||||
| +            'rsa>=3.1.2',
 | +            'rsa>=3.1.2',
 | ||||||
| +            's3transfer>=0.1.12',
 | +            's3transfer>=0.2.0',
 | ||||||
| +            'PyYAML>=3.10']
 | +            'PyYAML>=3.10']
 | ||||||
|   |   | ||||||
|   |   | ||||||
|  | |||||||
							
								
								
									
										1
									
								
								sources
									
									
									
									
									
								
							
							
						
						
									
										1
									
								
								sources
									
									
									
									
									
								
							| @ -1 +1,2 @@ | |||||||
| SHA512 (awscli-1.16.97.tar.gz) = b8e585b1748037c889850c96b1b5b7367944962fc2f754acaf0fa9af4fcea5cbfcead66866bbe37841e0937cad91e7a0dbf72e3100b33441fd5045e88d2072d0 | SHA512 (awscli-1.16.97.tar.gz) = b8e585b1748037c889850c96b1b5b7367944962fc2f754acaf0fa9af4fcea5cbfcead66866bbe37841e0937cad91e7a0dbf72e3100b33441fd5045e88d2072d0 | ||||||
|  | SHA512 (awscli-1.16.101.tar.gz) = 2288f29674438cbe1fd090a35db8a5e1d5e37de36479dc5d2d1abfccffa1fa5ec99c752f62d0fb1bf98865e69fdd68c8416870d8d19cc5a1b2ab75253683db7f | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user