Accepting request 646677 from home:glaubitz:branches:devel:languages:python:aws

- Version update to 1.12.38
  * api-change:``eks``: Update eks client to latest version
  * enhancement:Configuration: Added new configuration provider methods
    allowing for more flexibility in how a botocore session loads a
    particular configuration value.
  * api-change:``serverlessrepo``: Update serverlessrepo client to latest version
- from version 1.12.37
  * api-change:``rekognition``: Update rekognition client to latest version
  * api-change:``clouddirectory``: Update clouddirectory client to latest version
- from version 1.12.36
  * api-change:``servicecatalog``: Update servicecatalog client to latest version
  * enhancement:Exceptions: Add the ability to pickle botocore exceptions
    (`834 <https://github.com/boto/botocore/issues/834>`__)
- from version 1.12.35
  * api-change:``mediastore-data``: Update mediastore-data client to latest version
  * api-change:``secretsmanager``: Update secretsmanager client to latest version
  * api-change:``greengrass``: Update greengrass client to latest version
  * api-change:``config``: Update config client to latest version
- from version 1.12.34
  * api-change:``chime``: Update chime client to latest version
  * api-change:``rds``: Update rds client to latest version
  * api-change:``dms``: Update dms client to latest version
- from version 1.12.33
  * api-change:``sagemaker``: Update sagemaker client to latest version
  * api-change:``alexaforbusiness``: Update alexaforbusiness client to latest version
  * api-change:``ssm``: Update ssm client to latest version
- from version 1.12.32
  * api-change:``ec2``: Update ec2 client to latest version
- from version 1.12.31
  * api-change:``codestar``: Update codestar client to latest version

OBS-URL: https://build.opensuse.org/request/show/646677
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:aws/python-botocore?expand=0&rev=20
This commit is contained in:
Robert Schweikert 2018-11-06 14:55:10 +00:00 committed by Git OBS Bridge
parent 23fac14401
commit 7ad0758b45
5 changed files with 233 additions and 20 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5b2d2393c02a082d605dac13c1322c3c553a4d4cf23de7b48268ae7f4a105eb3
size 4771259

3
botocore-1.12.38.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a9772401d199a7ac4059c5d4a142af37de752065473a086c29cc24960fde9333
size 4909067

View File

@ -1,15 +1,16 @@
diff -Nru botocore-1.11.1.orig/setup.py botocore-1.11.1/setup.py
--- botocore-1.11.1.orig/setup.py 2018-08-25 03:51:41.000000000 +0200
+++ botocore-1.11.1/setup.py 2018-08-25 17:29:08.588407739 +0200
@@ -23,25 +23,25 @@
diff -Nru botocore-1.12.38.orig/setup.py botocore-1.12.38/setup.py
--- botocore-1.12.38.orig/setup.py 2018-11-06 00:14:10.000000000 +0100
+++ botocore-1.12.38/setup.py 2018-11-06 15:22:36.543564530 +0100
@@ -23,31 +23,31 @@
raise RuntimeError("Unable to find version string.")
-requires = ['jmespath>=0.7.1,<1.0.0',
- 'docutils>=0.10',
- 'urllib3>=1.20,<1.24']
-
-
- 'docutils>=0.10']
+# requires = ['jmespath>=0.7.1,<1.0.0',
+# 'docutils>=0.10']
-if sys.version_info[:2] == (2, 6):
- # For python2.6 we have a few other dependencies.
- # First we need an ordered dictionary so we use the
@ -24,11 +25,13 @@ diff -Nru botocore-1.11.1.orig/setup.py botocore-1.11.1/setup.py
- requires.append('python-dateutil>=2.1,<2.7.0')
-else:
- requires.append('python-dateutil>=2.1,<3.0.0')
+# requires = ['jmespath>=0.7.1,<1.0.0',
+# 'docutils>=0.10',
+# 'urllib3>=1.20,<1.24']
+
+
-
-if sys.version_info[:2] == (2, 6):
- requires.append('urllib3>=1.20,<1.24')
-elif sys.version_info[:2] == (3, 3):
- requires.append('urllib3>=1.20,<1.23')
-else:
- requires.append('urllib3>=1.20,<1.25')
+# if sys.version_info[:2] == (2, 6):
+# # For python2.6 we have a few other dependencies.
+# # First we need an ordered dictionary so we use the
@ -43,10 +46,17 @@ diff -Nru botocore-1.11.1.orig/setup.py botocore-1.11.1/setup.py
+# requires.append('python-dateutil>=2.1,<2.7.0')
+# else:
+# requires.append('python-dateutil>=2.1,<3.0.0')
+
+# if sys.version_info[:2] == (2, 6):
+# requires.append('urllib3>=1.20,<1.24')
+# elif sys.version_info[:2] == (3, 3):
+# requires.append('urllib3>=1.20,<1.23')
+# else:
+# requires.append('urllib3>=1.20,<1.25')
setup(
@@ -56,13 +56,13 @@
@@ -62,13 +62,13 @@
package_data={'botocore': ['cacert.pem', 'data/*.json', 'data/*/*.json'],
'botocore.vendored.requests': ['*.pem']},
include_package_data=True,

View File

@ -1,3 +1,206 @@
-------------------------------------------------------------------
Tue Nov 6 14:15:47 UTC 2018 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Version update to 1.12.38
* api-change:``eks``: Update eks client to latest version
* enhancement:Configuration: Added new configuration provider methods
allowing for more flexibility in how a botocore session loads a
particular configuration value.
* api-change:``serverlessrepo``: Update serverlessrepo client to latest version
- from version 1.12.37
* api-change:``rekognition``: Update rekognition client to latest version
* api-change:``clouddirectory``: Update clouddirectory client to latest version
- from version 1.12.36
* api-change:``servicecatalog``: Update servicecatalog client to latest version
* enhancement:Exceptions: Add the ability to pickle botocore exceptions
(`834 <https://github.com/boto/botocore/issues/834>`__)
- from version 1.12.35
* api-change:``mediastore-data``: Update mediastore-data client to latest version
* api-change:``secretsmanager``: Update secretsmanager client to latest version
* api-change:``greengrass``: Update greengrass client to latest version
* api-change:``config``: Update config client to latest version
- from version 1.12.34
* api-change:``chime``: Update chime client to latest version
* api-change:``rds``: Update rds client to latest version
* api-change:``dms``: Update dms client to latest version
- from version 1.12.33
* api-change:``sagemaker``: Update sagemaker client to latest version
* api-change:``alexaforbusiness``: Update alexaforbusiness client to latest version
* api-change:``ssm``: Update ssm client to latest version
- from version 1.12.32
* api-change:``ec2``: Update ec2 client to latest version
- from version 1.12.31
* api-change:``codestar``: Update codestar client to latest version
* api-change:``alexaforbusiness``: Update alexaforbusiness client to latest version
- from version 1.12.30
* api-change:``ec2``: Update ec2 client to latest version
- from version 1.12.29
* api-change:``inspector``: Update inspector client to latest version
* api-change:``shield``: Update shield client to latest version
- from version 1.12.28
* api-change:``workspaces``: Update workspaces client to latest version
* api-change:``ssm``: Update ssm client to latest version
- from version 1.12.27
* api-change:``medialive``: Update medialive client to latest version
* api-change:``route53``: Update route53 client to latest version
* api-change:``appstream``: Update appstream client to latest version
- from version 1.12.26
* api-change:``events``: Update events client to latest version
* api-change:``apigateway``: Update apigateway client to latest version
- from version 1.12.25
* api-change:``glue``: Update glue client to latest version
* api-change:``lightsail``: Update lightsail client to latest version
* api-change:``resource-groups``: Update resource-groups client to latest version
- from version 1.12.24
* api-change:``rds``: Update rds client to latest version
* api-change:``lambda``: Update lambda client to latest version
* api-change:``servicecatalog``: Update servicecatalog client to latest version
- from version 1.12.23
* api-change:``cloudtrail``: Update cloudtrail client to latest version
- from version 1.12.22
* api-change:``athena``: Update athena client to latest version
* api-change:``ec2``: Update ec2 client to latest version
* api-change:``transcribe``: Update transcribe client to latest version
* api-change:``mediaconvert``: Update mediaconvert client to latest version
* api-change:``directconnect``: Update directconnect client to latest version
- from version 1.12.21
* api-change:``transcribe``: Update transcribe client to latest version
* api-change:``comprehend``: Update comprehend client to latest version
* api-change:``es``: Update es client to latest version
- from version 1.12.20
* enhancement:TLS: Added support for configuring a client certificate
and key when establishing TLS connections.
* api-change:``ssm``: Update ssm client to latest version
* bugfix:InstanceMetadataFetcher: Fix failure to retry on empty credentials
and invalid JSON returned from IMDS `1049 <https://github.com/boto/botocore/issues/1049>`__
`1403 <https://github.com/boto/botocore/issues/1403>`__
- from version 1.12.19
* api-change:``iot``: Update iot client to latest version
* api-change:``iot-jobs-data``: Update iot-jobs-data client to latest version
- from version 1.12.18
* api-change:``ds``: Update ds client to latest version
- from version 1.12.17
* api-change:``ssm``: Update ssm client to latest version
* api-change:``codebuild``: Update codebuild client to latest version
* enhancement:HTTP Session: Added the ability to enable TCP Keepalive via the
shared config file's ``tcp_keepalive`` option.
* api-change:``apigateway``: Update apigateway client to latest version
* api-change:``storagegateway``: Update storagegateway client to latest version
- from version 1.12.16
* api-change:``sagemaker``: Update sagemaker client to latest version
* api-change:``secretsmanager``: Update secretsmanager client to latest version
- from version 1.12.15
* api-change:``rekognition``: Update rekognition client to latest version
* api-change:``guardduty``: Update guardduty client to latest version
- from version 1.12.14
* api-change:``codestar``: Update codestar client to latest version
* api-change:``ec2``: Update ec2 client to latest version
- from version 1.12.13
* api-change:``mq``: Update mq client to latest version
* api-change:``apigateway``: Update apigateway client to latest version
* enhancement:Event: Add the `before-send` event which allows finalized requests
to be inspected before being sent across the wire and allows for custom
responses to be returned.
* api-change:``codecommit``: Update codecommit client to latest version
- from version 1.12.12
* api-change:``sqs``: Update sqs client to latest version
* api-change:``glue``: Update glue client to latest version
* api-change:``opsworkscm``: Update opsworkscm client to latest version
* api-change:``rds``: Update rds client to latest version
- from version 1.12.11
* api-change:``ec2``: Update ec2 client to latest version
* api-change:``cloudfront``: Update cloudfront client to latest version
* api-change:``ds``: Update ds client to latest version
- from version 1.12.10
* api-change:``connect``: Update connect client to latest version
* api-change:``rds``: Update rds client to latest version
- from version 1.12.9
* api-change:``mediaconvert``: Update mediaconvert client to latest version
- from version 1.12.8
* api-change:``rds``: Update rds client to latest version
* api-change:``ds``: Update ds client to latest version
* api-change:``ec2``: Update ec2 client to latest version
- from version 1.12.7
* api-change:``cloudwatch``: Update cloudwatch client to latest version
* api-change:``s3``: Update s3 client to latest version
* api-change:``organizations``: Update organizations client to latest version
- from version 1.12.6
* bugfix:Serialization: Fixes `#1557 <https://github.com/boto/botocore/issues/1557>`__.
Fixed a regression in serialization where request bodies would be improperly encoded.
* api-change:``es``: Update es client to latest version
* api-change:``rekognition``: Update rekognition client to latest version
- from version 1.12.5
* api-change:``codebuild``: Update codebuild client to latest version
* api-change:``elastictranscoder``: Update elastictranscoder client to latest version
* api-change:``ecs``: Update ecs client to latest version
* api-change:``ec2``: Update ec2 client to latest version
* api-change:``cloudwatch``: Update cloudwatch client to latest version
* api-change:``secretsmanager``: Update secretsmanager client to latest version
* api-change:``elasticache``: Update elasticache client to latest version
- from version 1.12.4
* enhancement:s3: Adds encoding and decoding handlers for ListObjectsV2
`#1552 <https://github.com/boto/botocore/issues/1552>`__
* api-change:``polly``: Update polly client to latest version
- from version 1.12.3
* api-change:``ses``: Update ses client to latest version
* api-change:``ec2``: Update ec2 client to latest version
* api-change:``fms``: Update fms client to latest version
* api-change:``connect``: Update connect client to latest version
- from version 1.12.2
* api-change:``opsworkscm``: Update opsworkscm client to latest version
* api-change:``ssm``: Update ssm client to latest version
- from version 1.12.1
* api-change:``redshift``: Update redshift client to latest version
* api-change:``cloudhsmv2``: Update cloudhsmv2 client to latest version
- from version 1.12.0
* api-change:``logs``: Update logs client to latest version
* api-change:``config``: Update config client to latest version
* feature:Events: This migrates the event system to using sevice ids
instead of either client name or endpoint prefix. This prevents issues
that might arise when a service changes their endpoint prefix, also
fixes a long-standing bug where you could not register an event to a
particular service if it happened to share its endpoint prefix with
another service (e.g. ``autoscaling`` and ``application-autoscaling``
both use the endpoint prefix ``autoscaling``). Please see the `upgrade
notes <https://botocore.amazonaws.com/v1/documentation/api/latest/index.html#upgrade-notes>`_
to determine if you are impacted and how to proceed if you are.
- from version 1.11.9
* api-change:``apigateway``: Update apigateway client to latest version
* api-change:``codecommit``: Update codecommit client to latest version
* api-change:``mediaconvert``: Update mediaconvert client to latest version
- from version 1.11.8
* api-change:``rds``: Update rds client to latest version
* api-change:``s3``: Update s3 client to latest version
* api-change:``appstream``: Update appstream client to latest version
* api-change:``dynamodb``: Update dynamodb client to latest version
* api-change:``elb``: Update elb client to latest version
- from version 1.11.7
* api-change:``rds``: Update rds client to latest version
* api-change:``rekognition``: Update rekognition client to latest version
- from version 1.11.6
* api-change:``waf-regional``: Update waf-regional client to latest version
* api-change:``waf``: Update waf client to latest version
* api-change:``eks``: Update eks client to latest version
- from version 1.11.5
* api-change:``codebuild``: Update codebuild client to latest version
* api-change:``sagemaker``: Update sagemaker client to latest version
* bugfix:signing: Fix an issue where mixed endpoint casing could cause a SigV4 signature mismatch.
- from version 1.11.4
* api-change:``glue``: Update glue client to latest version
* api-change:``sagemaker-runtime``: Update sagemaker-runtime client to latest version
* api-change:``mediapackage``: Update mediapackage client to latest version
- from version 1.11.3
* api-change:``glue``: Update glue client to latest version
* api-change:``xray``: Update xray client to latest version
- from version 1.11.2
* api-change:``iot``: Update iot client to latest version
* api-change:``signer``: Update signer client to latest version
* api-change:``redshift``: Update redshift client to latest version
* api-change:``iotanalytics``: Update iotanalytics client to latest version
- Refresh patches for new version
+ hide_py_pckgmgmt.patch
- Update BuildRequires in spec file from setup.py
-------------------------------------------------------------------
Thu Sep 13 10:53:27 UTC 2018 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>

View File

@ -12,13 +12,13 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-botocore
Version: 1.11.1
Version: 1.12.38
Release: 0
Summary: Python interface for AWS
License: Apache-2.0
@ -32,7 +32,7 @@ BuildRequires: %{python_module jmespath >= 0.7.1}
BuildRequires: %{python_module python-dateutil <= 3.0.0}
BuildRequires: %{python_module python-dateutil >= 2.1}
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module urllib3 < 1.24}
BuildRequires: %{python_module urllib3 < 1.25}
BuildRequires: %{python_module urllib3 >= 1.20}
BuildRequires: fdupes
BuildRequires: python-rpm-macros