forked from pool/python-botocore
Accepting request 518789 from devel:languages:python
1 OBS-URL: https://build.opensuse.org/request/show/518789 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-botocore?expand=0&rev=18
This commit is contained in:
parent
0a4e9ae627
commit
255677138f
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:02abb78061ab87986431c428862b6c2d9158f8d1d508377b1356564084f1ae90
|
||||
size 3640999
|
3
botocore-1.5.89.tar.gz
Normal file
3
botocore-1.5.89.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:19bcf712584da0a3bfbea37767f6d4e7bbb8b683c75032dee14a2a277540fecc
|
||||
size 3706998
|
@ -1,3 +1,68 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 25 12:24:52 UTC 2017 - tbechtold@suse.com
|
||||
|
||||
- update to version 1.5.89
|
||||
* Bumping version to 1.5.88
|
||||
* Bumping version to 1.5.89
|
||||
* Add test for unsigned presign
|
||||
* Added release notes for Organizations paginators
|
||||
* Bumping version to 1.5.80
|
||||
* Bumping version to 1.5.81
|
||||
* Bumping version to 1.5.82
|
||||
* Bumping version to 1.5.83
|
||||
* Bumping version to 1.5.84
|
||||
* Bumping version to 1.5.85
|
||||
* Bumping version to 1.5.86
|
||||
* Bumping version to 1.5.87
|
||||
* Ensure header values are utf8 in signing string
|
||||
* Generate example enum
|
||||
* Added release notes for Athena paginators
|
||||
* Bumping version to 1.5.74
|
||||
* Remove _UNSIGNED from the namespace
|
||||
* Vendor six at version 1.10.0
|
||||
* Remove a bit of dead code from s3 presign default
|
||||
* Use assertEqual instead of deprecated assertEquals
|
||||
* Don't fail OpenSSL version check on 1.1.0
|
||||
* Move config check function to client module
|
||||
* Update kinesis non_aggregate_keys
|
||||
* Allow proxies to be set through the Config object.
|
||||
* Test restricted regions don't use virtual host
|
||||
* Fix SigV2Auth for GET requests
|
||||
* Add paginators for IoT list calls
|
||||
* Move sigv2 presign defaulting to client creator
|
||||
* Bumping version to 1.5.68
|
||||
* Bumping version to 1.5.69
|
||||
* Adding SSE related fields to Kinesis non_aggregate_keys
|
||||
* Add test for six.moves thread safety
|
||||
* Added paginators for the Organizations service
|
||||
* Added release notes for IoT paginators
|
||||
* Make copying UNSIGNED return the same instance
|
||||
* Add SSM describe_parameters paginator
|
||||
* Use sigv2 by default for presigning s3
|
||||
* Always use embedded URIs
|
||||
* Revert "Merge pull request #1208 from JordonPhillips/sv4-final"
|
||||
* Update to latest models
|
||||
* Remove unused import
|
||||
* Remove default value for deepcopy
|
||||
* Fix all invalid escape sequences discovered running tests
|
||||
* Revert "Merge branch 'revert-sigv4' into develop"
|
||||
* Update to latest endpoints
|
||||
* Discard starting_truncation after first request
|
||||
* Bumping version to 1.5.75
|
||||
* Bumping version to 1.5.79
|
||||
* Bumping version to 1.5.77
|
||||
* Bumping version to 1.5.76
|
||||
* Bumping version to 1.5.71
|
||||
* Bumping version to 1.5.70
|
||||
* Bumping version to 1.5.73
|
||||
* Bumping version to 1.5.72
|
||||
* Clean up all unused imports in tests
|
||||
* Added release notes for SSM paginator
|
||||
* Bumping version to 1.5.78
|
||||
* Enable pip cache in Travis CI builds
|
||||
* Use sigv4 by default for s3
|
||||
* added paginators for athena
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 14 21:10:02 UTC 2017 - rjschwei@suse.com
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
Name: python-botocore
|
||||
Version: 1.5.67
|
||||
Version: 1.5.89
|
||||
Release: 0
|
||||
Summary: Python interface for AWS
|
||||
License: Apache-2.0
|
||||
@ -51,7 +51,7 @@ BuildArch: noarch
|
||||
%python_subpackages
|
||||
|
||||
%description
|
||||
A low-level interface to a growing number of Amazon Web Services.
|
||||
A low-level interface to a growing number of Amazon Web Services.
|
||||
|
||||
%prep
|
||||
%setup -q -n botocore-%{version}
|
||||
|
Loading…
Reference in New Issue
Block a user