Accepting request 596736 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/596736 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-botocore?expand=0&rev=25
This commit is contained in:
parent
a939b17692
commit
399c4e6aad
3
botocore-1.10.2.tar.gz
Normal file
3
botocore-1.10.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:27945af4bfb2a1ff1f11c730d24b84da6e1f40465907029e8980903f3b984070
|
||||
size 4327374
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c43d16a60089b09696e5094a74204740dfcf306e644b8267342e3afdd181537c
|
||||
size 4214248
|
@ -30,7 +30,7 @@
|
||||
|
||||
|
||||
class TestEndpointBase(unittest.TestCase):
|
||||
@@ -267,7 +268,10 @@
|
||||
@@ -274,7 +275,10 @@
|
||||
[(None, None)], # Finally emit no rety is needed.
|
||||
]
|
||||
self.endpoint.make_request(op, request)
|
||||
@ -41,4 +41,4 @@
|
||||
+ self.assertEqual(body.total_resets, 2)
|
||||
|
||||
|
||||
class TestEndpointCreator(unittest.TestCase):
|
||||
class TestEventStreamBody(TestEndpointBase):
|
||||
|
@ -1,3 +1,126 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Apr 8 17:23:17 UTC 2018 - arun@gmx.de
|
||||
|
||||
- update linenumbers in patch
|
||||
|
||||
- update to version 1.10.2:
|
||||
* api-change:batch: Update batch client to latest version
|
||||
|
||||
- changes from version 1.10.1:
|
||||
* enhancementshield Added paginator for list_protections operation.
|
||||
* api-change:ssm: Update ssm client to latest version
|
||||
|
||||
- changes from version 1.10.0:
|
||||
* api-change:s3: Update s3 client to latest version
|
||||
* api-change:sagemaker: Update sagemaker client to latest version
|
||||
* api-change:acm: Update acm client to latest version
|
||||
* api-change:config: Update config client to latest version
|
||||
* api-change:transcribe: Update transcribe client to latest version
|
||||
* api-change:secretsmanager: Update secretsmanager client to latest
|
||||
version
|
||||
* api-change:acm-pca: Update acm-pca client to latest version
|
||||
* api-change:cloudwatch: Update cloudwatch client to latest version
|
||||
* feature:s3: Add support for S3 Select. Amazon S3 Select is an
|
||||
Amazon S3 feature that makes it easy to retrieve specific data
|
||||
from the contents of an object using simple SQL expressions
|
||||
without having to retrieve the entire object. With this release of
|
||||
the Amazon S3 SDK, S3 Select API (SelectObjectContent) is now
|
||||
generally available in all public regions. This release supports
|
||||
retrieval of a subset of data using SQL clauses, like SELECT and
|
||||
WHERE, from delimited text files and JSON objects in Amazon S3
|
||||
through the SelectObjectContent API available in AWS S3 SDK.
|
||||
* api-change:fms: Update fms client to latest version
|
||||
|
||||
- changes from version 1.9.23:
|
||||
* api-change:lambda: Update lambda client to latest version
|
||||
* api-change:devicefarm: Update devicefarm client to latest version
|
||||
* api-change:translate: Update translate client to latest version
|
||||
|
||||
- changes from version 1.9.22:
|
||||
* api-change:cloudfront: Update cloudfront client to latest version
|
||||
* api-change:apigateway: Update apigateway client to latest version
|
||||
* api-change:es: Update es client to latest version
|
||||
|
||||
- changes from version 1.9.21:
|
||||
* api-change:connect: Update connect client to latest version
|
||||
* api-change:acm: Update acm client to latest version
|
||||
|
||||
- changes from version 1.9.20:
|
||||
* api-change:greengrass: Update greengrass client to latest version
|
||||
* api-change:cloudformation: Update cloudformation client to latest
|
||||
version
|
||||
* api-change:ssm: Update ssm client to latest version
|
||||
* api-change:alexaforbusiness: Update alexaforbusiness client to
|
||||
latest version
|
||||
|
||||
- changes from version 1.9.19:
|
||||
* api-change:mturk: Update mturk client to latest version
|
||||
* api-change:sts: Update sts client to latest version
|
||||
* api-change:iam: Update iam client to latest version
|
||||
|
||||
- changes from version 1.9.18:
|
||||
* api-change:acm: Update acm client to latest version
|
||||
|
||||
- changes from version 1.9.17:
|
||||
* api-change:dynamodb: Update dynamodb client to latest version
|
||||
* bugfix:s3: Fix bug where invalid head_object requests would cause
|
||||
an infinite loop (alternate fix to #1400)
|
||||
|
||||
- changes from version 1.9.16:
|
||||
* api-change:rds: Update rds client to latest version
|
||||
|
||||
- changes from version 1.9.15:
|
||||
* api-change:ecs: Update ecs client to latest version
|
||||
* api-change:appstream: Update appstream client to latest version
|
||||
* api-change:codebuild: Update codebuild client to latest version
|
||||
|
||||
- changes from version 1.9.14:
|
||||
* bugfix:s3: Fix regression in redirects in using wrong region
|
||||
|
||||
- changes from version 1.9.13:
|
||||
* bugfix:s3: Fixed a bug where head object and bucket calls would
|
||||
attempt redirects incorrectly.
|
||||
* api-change:serverlessrepo: Update serverlessrepo client to latest
|
||||
version
|
||||
|
||||
- changes from version 1.9.12:
|
||||
* api-change:ce: Update ce client to latest version
|
||||
* enhancement:Credentials: Add the ability to disable fetching
|
||||
credentials from EC2 metadata by setting the environment variable
|
||||
AWS_EC2_METADATA_DISABLED to 'true'.
|
||||
* api-change:config: Update config client to latest version
|
||||
* api-change:elasticbeanstalk: Update elasticbeanstalk client to
|
||||
latest version
|
||||
* api-change:glue: Update glue client to latest version
|
||||
* api-change:medialive: Update medialive client to latest version
|
||||
* bugfix:Credentials: Fix a race condition related to assuming a
|
||||
role for the first time (#1405)
|
||||
* api-change:events: Update events client to latest version
|
||||
* api-change:ecs: Update ecs client to latest version
|
||||
|
||||
- changes from version 1.9.11:
|
||||
* api-change:elasticbeanstalk: Update elasticbeanstalk client to
|
||||
latest version
|
||||
|
||||
- changes from version 1.9.10:
|
||||
* api-change:sagemaker: Update sagemaker client to latest version
|
||||
* api-change:organizations: Update organizations client to latest
|
||||
version
|
||||
* api-change:pinpoint: Update pinpoint client to latest version
|
||||
|
||||
- changes from version 1.9.9:
|
||||
* api-change:lightsail: Update lightsail client to latest version
|
||||
|
||||
- changes from version 1.9.8:
|
||||
* api-change:servicediscovery: Update servicediscovery client to
|
||||
latest version
|
||||
|
||||
- changes from version 1.9.7:
|
||||
* api-change:cloudhsmv2: Update cloudhsmv2 client to latest version
|
||||
* api-change:discovery: Update discovery client to latest version
|
||||
* api-change:iot: Update iot client to latest version
|
||||
* api-change:redshift: Update redshift client to latest version
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Mar 11 09:31:29 UTC 2018 - sebix+novell.com@sebix.at
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
Name: python-botocore
|
||||
Version: 1.9.6
|
||||
Version: 1.10.2
|
||||
Release: 0
|
||||
Summary: Python interface for AWS
|
||||
License: Apache-2.0
|
||||
@ -36,6 +36,14 @@ BuildRequires: %{python_module python-dateutil >= 2.1}
|
||||
BuildRequires: %{python_module setuptools}
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: python-rpm-macros
|
||||
Requires: python-docutils >= 0.10
|
||||
Requires: python-jmespath < 1.0.0
|
||||
Requires: python-jmespath >= 0.7.1
|
||||
Requires: python-python-dateutil <= 3.0.0
|
||||
Requires: python-python-dateutil >= 2.1
|
||||
Requires: python-requests
|
||||
Requires: python-six
|
||||
BuildArch: noarch
|
||||
# SECTION Testing requirements
|
||||
BuildRequires: %{python_module mock}
|
||||
BuildRequires: %{python_module nose}
|
||||
@ -43,21 +51,13 @@ BuildRequires: %{python_module requests}
|
||||
BuildRequires: %{python_module six}
|
||||
BuildRequires: python-unittest2
|
||||
# /SECTION
|
||||
Requires: python-docutils >= 0.10
|
||||
Requires: python-jmespath < 1.0.0
|
||||
Requires: python-jmespath >= 0.7.1
|
||||
Requires: python-python-dateutil <= 3.0.0
|
||||
Requires: python-python-dateutil >= 2.1
|
||||
Requires: python-requests
|
||||
Requires: python-six
|
||||
BuildArch: noarch
|
||||
%python_subpackages
|
||||
|
||||
%description
|
||||
A low-level interface to a growing number of Amazon Web Services.
|
||||
|
||||
%prep
|
||||
%setup -q -n botocore-%{version}
|
||||
%setup -q -n botocore-%{version}
|
||||
%patch0 -p1
|
||||
# remove requests and six
|
||||
rm -r botocore/vendored/
|
||||
|
Loading…
Reference in New Issue
Block a user