Accepting request 563335 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/563335 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-botocore?expand=0&rev=23
This commit is contained in:
parent
e35a3bc897
commit
820ac206cd
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1c189f4f1b3a834c1679c875912f4d54553ded215e7060812c82494fa4883b5b
|
||||
size 4156465
|
3
botocore-1.8.26.tar.gz
Normal file
3
botocore-1.8.26.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9bb609fc0c8b219fd8f209586508ea857c83b16042030507e3300042015a4326
|
||||
size 4175038
|
@ -1,3 +1,79 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 10 10:44:46 UTC 2018 - adrian.glaubitz@suse.com
|
||||
|
||||
- update to version 1.8.26: (bsc#1075263)
|
||||
* api-change:kms: Update kms client to latest version
|
||||
|
||||
- changes from version 1.8.25:
|
||||
* api-change:ds: Update ds client to latest version
|
||||
|
||||
- changes from version 1.8.24:
|
||||
* api-change:route53: Update route53 client to latest version
|
||||
* api-change:discovery: Update discovery client to latest version
|
||||
* api-change:codedeploy: Update codedeploy client to latest version
|
||||
|
||||
- changes from version 1.8.23:
|
||||
* api-change:ssm: Update ssm client to latest version
|
||||
* api-change:inspector: Update inspector client to latest version
|
||||
* api-change:snowball: Update snowball client to latest version
|
||||
|
||||
- changes from version 1.8.22:
|
||||
* api-change:rds: Update rds client to latest version
|
||||
|
||||
- changes from version 1.8.21:
|
||||
* api-change:workspaces: Update workspaces client to latest version
|
||||
|
||||
- changes from version 1.8.20:
|
||||
* api-change:ecs: Update ecs client to latest version
|
||||
* api-change:ec2: Update ec2 client to latest version
|
||||
* api-change:inspector: Update inspector client to latest version
|
||||
* api-change:sagemaker: Update sagemaker client to latest version
|
||||
|
||||
- changes from version 1.8.19:
|
||||
* api-change:ec2: Update ec2 client to latest version
|
||||
* enhancement:Paginator: Added paginator support for lambda list aliases operation.
|
||||
* api-change:kinesisanalytics: Update kinesisanalytics client to latest version
|
||||
* api-change:codebuild: Update codebuild client to latest version
|
||||
|
||||
- changes from version 1.8.18:
|
||||
* api-change:iot: Update iot client to latest version
|
||||
* api-change:config: Update config client to latest version
|
||||
|
||||
- changes from version 1.8.17:
|
||||
* api-change:route53: Update route53 client to latest version
|
||||
* api-change:apigateway: Update apigateway client to latest version
|
||||
* api-change:mediastore-data: Update mediastore-data client to latest version
|
||||
|
||||
- changes from version 1.8.16:
|
||||
* bugfix:presigned-url: Fixes a bug where content-type would be set
|
||||
on presigned requests for query services.
|
||||
* api-change:cloudwatch: Update cloudwatch client to latest version
|
||||
|
||||
- changes from version 1.8.15:
|
||||
* api-change:appstream: Update appstream client to latest version
|
||||
|
||||
- changes from version 1.8.14:
|
||||
* api-change:ses: Update ses client to latest version
|
||||
* enhancement:credentials: Moved the JSONFileCache from the CLI into
|
||||
botocore so that it can be used without importing from the cli.
|
||||
* api-change:apigateway: Update apigateway client to latest version
|
||||
|
||||
- changes from version 1.8.13:
|
||||
* api-change:codedeploy: Update codedeploy client to latest version
|
||||
* bugfix:sagemaker-runtime: Renamed the runtime.sagemaker service to
|
||||
sagemaker-runtime to be more consistent with existing services. The
|
||||
old service name is now aliased to sagemaker-runtime to maintain
|
||||
backwards compatibility.
|
||||
* bugfix:Stubber: This change makes the error handling more verbose
|
||||
in the case where a stubbed method has been called, but the Stubber
|
||||
is not expecting a call.
|
||||
* api-change:workmail: Update workmail client to latest version
|
||||
|
||||
- changes from version 1.8.12:
|
||||
* api-change:sagemaker: Update sagemaker client to latest version
|
||||
* api-change:cognito-idp: Update cognito-idp client to latest version
|
||||
* api-change:lex-models: Update lex-models client to latest version
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Dec 9 17:02:55 UTC 2017 - arun@gmx.de
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-botocore
|
||||
#
|
||||
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -18,7 +18,7 @@
|
||||
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
Name: python-botocore
|
||||
Version: 1.8.11
|
||||
Version: 1.8.26
|
||||
Release: 0
|
||||
Summary: Python interface for AWS
|
||||
License: Apache-2.0
|
||||
|
Loading…
Reference in New Issue
Block a user