Accepting request 768698 from home:glaubitz:branches:devel:languages:python:aws
- Version update to 1.14.9 * api-change:``ecs``: Update ecs client to latest version * api-change:``opsworkscm``: Update opsworkscm client to latest version * api-change:``workspaces``: Update workspaces client to latest version * api-change:``datasync``: Update datasync client to latest version * api-change:``eks``: Update eks client to latest version - from version 1.14.8 * api-change:``rds``: Update rds client to latest version * api-change:``iam``: Update iam client to latest version - from version 1.14.7 * api-change:``ec2``: Update ec2 client to latest version * api-change:``codepipeline``: Update codepipeline client to latest version * api-change:``discovery``: Update discovery client to latest version * api-change:``iotevents``: Update iotevents client to latest version * api-change:``marketplacecommerceanalytics``: Update marketplacecommerceanalytics client to latest version - from version 1.14.6 * api-change:``lambda``: Update lambda client to latest version * api-change:``application-insights``: Update application-insights client to latest version * api-change:``ec2``: Update ec2 client to latest version * api-change:``cloudwatch``: Update cloudwatch client to latest version * api-change:``kms``: Update kms client to latest version * api-change:``alexaforbusiness``: Update alexaforbusiness client to latest version - from version 1.14.5 * api-change:``mediaconvert``: Update mediaconvert client to latest version * api-change:``neptune``: Update neptune client to latest version * api-change:``cloudhsmv2``: Update cloudhsmv2 client to latest version * api-change:``redshift``: Update redshift client to latest version * api-change:``batch``: Update batch client to latest version * api-change:``ecs``: Update ecs client to latest version - from version 1.14.4 OBS-URL: https://build.opensuse.org/request/show/768698 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:aws/python-botocore?expand=0&rev=61
This commit is contained in:
parent
d8fe65bf05
commit
6236a29c83
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:4861785b52b0b3f97da91613c31f8e501f12517c9c79482b44efbdb56b69aefc
|
|
||||||
size 6027338
|
|
3
botocore-1.14.9.tar.gz
Normal file
3
botocore-1.14.9.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:1909424c9544f92142c8e551888731e32a99f9c99cfe8d21fea3ec0c32981dae
|
||||||
|
size 6095336
|
@ -1,79 +1,29 @@
|
|||||||
diff -Nru botocore-1.13.17.orig/setup.py botocore-1.13.17/setup.py
|
diff -Nru botocore-1.14.9.orig/setup.py botocore-1.14.9/setup.py
|
||||||
--- botocore-1.13.17.orig/setup.py 2019-11-13 21:01:02.000000000 +0100
|
--- botocore-1.14.9.orig/setup.py 2020-01-24 20:06:30.000000000 +0100
|
||||||
+++ botocore-1.13.17/setup.py 2019-11-14 11:38:38.621872154 +0100
|
+++ botocore-1.14.9/setup.py 2020-01-30 11:55:56.809459033 +0100
|
||||||
@@ -23,31 +23,31 @@
|
@@ -23,10 +23,10 @@
|
||||||
raise RuntimeError("Unable to find version string.")
|
raise RuntimeError("Unable to find version string.")
|
||||||
|
|
||||||
|
|
||||||
-requires = ['jmespath>=0.7.1,<1.0.0',
|
-requires = ['jmespath>=0.7.1,<1.0.0',
|
||||||
- 'docutils>=0.10,<0.16']
|
- 'docutils>=0.10,<0.16',
|
||||||
|
- 'python-dateutil>=2.1,<3.0.0',
|
||||||
|
- 'urllib3>=1.20,<1.26']
|
||||||
+# requires = ['jmespath>=0.7.1,<1.0.0',
|
+# requires = ['jmespath>=0.7.1,<1.0.0',
|
||||||
+# 'docutils>=0.10,<0.16']
|
+# 'docutils>=0.10,<0.16',
|
||||||
|
+# 'python-dateutil>=2.1,<3.0.0',
|
||||||
|
+# 'urllib3>=1.20,<1.26']
|
||||||
-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
|
|
||||||
- # 2.6 backport.
|
|
||||||
- requires.append('ordereddict==1.1')
|
|
||||||
- # Then we need simplejson. This is because we need
|
|
||||||
- # a json version that allows us to specify we want to
|
|
||||||
- # use an ordereddict instead of a normal dict for the
|
|
||||||
- # JSON objects. The 2.7 json module has this. For 2.6
|
|
||||||
- # we need simplejson.
|
|
||||||
- requires.append('simplejson==3.3.0')
|
|
||||||
- requires.append('python-dateutil>=2.1,<2.7.0')
|
|
||||||
-else:
|
|
||||||
- requires.append('python-dateutil>=2.1,<2.8.1')
|
|
||||||
-
|
|
||||||
-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.26')
|
|
||||||
+# 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
|
|
||||||
+# # 2.6 backport.
|
|
||||||
+# requires.append('ordereddict==1.1')
|
|
||||||
+# # Then we need simplejson. This is because we need
|
|
||||||
+# # a json version that allows us to specify we want to
|
|
||||||
+# # use an ordereddict instead of a normal dict for the
|
|
||||||
+# # JSON objects. The 2.7 json module has this. For 2.6
|
|
||||||
+# # we need simplejson.
|
|
||||||
+# requires.append('simplejson==3.3.0')
|
|
||||||
+# requires.append('python-dateutil>=2.1,<2.7.0')
|
|
||||||
+# else:
|
|
||||||
+# requires.append('python-dateutil>=2.1,<2.8.1')
|
|
||||||
+
|
|
||||||
+# 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.26')
|
|
||||||
|
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
@@ -62,13 +62,13 @@
|
@@ -41,8 +41,8 @@
|
||||||
package_data={'botocore': ['cacert.pem', 'data/*.json', 'data/*/*.json'],
|
package_data={'botocore': ['cacert.pem', 'data/*.json', 'data/*/*.json'],
|
||||||
'botocore.vendored.requests': ['*.pem']},
|
'botocore.vendored.requests': ['*.pem']},
|
||||||
include_package_data=True,
|
include_package_data=True,
|
||||||
- install_requires=requires,
|
- install_requires=requires,
|
||||||
- extras_require={
|
- extras_require={},
|
||||||
- ':python_version=="2.6"': [
|
|
||||||
- 'ordereddict==1.1',
|
|
||||||
- 'simplejson==3.3.0',
|
|
||||||
- ]
|
|
||||||
- },
|
|
||||||
+ # install_requires=requires,
|
+ # install_requires=requires,
|
||||||
+ # extras_require={
|
+ # extras_require={},
|
||||||
+ # ':python_version=="2.6"': [
|
|
||||||
+ # 'ordereddict==1.1',
|
|
||||||
+ # 'simplejson==3.3.0',
|
|
||||||
+ # ]
|
|
||||||
+ # },
|
|
||||||
license="Apache License 2.0",
|
license="Apache License 2.0",
|
||||||
classifiers=[
|
classifiers=[
|
||||||
'Development Status :: 5 - Production/Stable',
|
'Development Status :: 5 - Production/Stable',
|
||||||
|
@ -1,3 +1,140 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jan 30 11:01:59 UTC 2020 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||||
|
|
||||||
|
- Version update to 1.14.9
|
||||||
|
* api-change:``ecs``: Update ecs client to latest version
|
||||||
|
* api-change:``opsworkscm``: Update opsworkscm client to latest version
|
||||||
|
* api-change:``workspaces``: Update workspaces client to latest version
|
||||||
|
* api-change:``datasync``: Update datasync client to latest version
|
||||||
|
* api-change:``eks``: Update eks client to latest version
|
||||||
|
- from version 1.14.8
|
||||||
|
* api-change:``rds``: Update rds client to latest version
|
||||||
|
* api-change:``iam``: Update iam client to latest version
|
||||||
|
- from version 1.14.7
|
||||||
|
* api-change:``ec2``: Update ec2 client to latest version
|
||||||
|
* api-change:``codepipeline``: Update codepipeline client to latest version
|
||||||
|
* api-change:``discovery``: Update discovery client to latest version
|
||||||
|
* api-change:``iotevents``: Update iotevents client to latest version
|
||||||
|
* api-change:``marketplacecommerceanalytics``: Update marketplacecommerceanalytics client to latest version
|
||||||
|
- from version 1.14.6
|
||||||
|
* api-change:``lambda``: Update lambda client to latest version
|
||||||
|
* api-change:``application-insights``: Update application-insights client to latest version
|
||||||
|
* api-change:``ec2``: Update ec2 client to latest version
|
||||||
|
* api-change:``cloudwatch``: Update cloudwatch client to latest version
|
||||||
|
* api-change:``kms``: Update kms client to latest version
|
||||||
|
* api-change:``alexaforbusiness``: Update alexaforbusiness client to latest version
|
||||||
|
- from version 1.14.5
|
||||||
|
* api-change:``mediaconvert``: Update mediaconvert client to latest version
|
||||||
|
* api-change:``neptune``: Update neptune client to latest version
|
||||||
|
* api-change:``cloudhsmv2``: Update cloudhsmv2 client to latest version
|
||||||
|
* api-change:``redshift``: Update redshift client to latest version
|
||||||
|
* api-change:``batch``: Update batch client to latest version
|
||||||
|
* api-change:``ecs``: Update ecs client to latest version
|
||||||
|
- from version 1.14.4
|
||||||
|
* api-change:``ec2``: Update ec2 client to latest version
|
||||||
|
* api-change:``sagemaker``: Update sagemaker client to latest version
|
||||||
|
* api-change:``ds``: Update ds client to latest version
|
||||||
|
- from version 1.14.3
|
||||||
|
* api-change:``securityhub``: Update securityhub client to latest version
|
||||||
|
* api-change:``ssm``: Update ssm client to latest version
|
||||||
|
* api-change:``ec2``: Update ec2 client to latest version
|
||||||
|
* api-change:``organizations``: Update organizations client to latest version
|
||||||
|
- from version 1.14.2
|
||||||
|
* api-change:``ec2``: Update ec2 client to latest version
|
||||||
|
- from version 1.14.1
|
||||||
|
* api-change:``efs``: Update efs client to latest version
|
||||||
|
* api-change:``ec2``: Update ec2 client to latest version
|
||||||
|
* api-change:``backup``: Update backup client to latest version
|
||||||
|
- from version 1.14.0
|
||||||
|
* api-change:``sagemaker``: Update sagemaker client to latest version
|
||||||
|
* api-change:``chime``: Update chime client to latest version
|
||||||
|
* api-change:``transfer``: Update transfer client to latest version
|
||||||
|
* api-change:``ec2``: Update ec2 client to latest version
|
||||||
|
* feature:Python: Dropped support for Python 2.6 and 3.3.
|
||||||
|
* api-change:``workspaces``: Update workspaces client to latest version
|
||||||
|
* api-change:``rds``: Update rds client to latest version
|
||||||
|
- from version 1.13.50
|
||||||
|
* api-change:``logs``: Update logs client to latest version
|
||||||
|
- from version 1.13.49
|
||||||
|
* api-change:``fms``: Update fms client to latest version
|
||||||
|
* api-change:``translate``: Update translate client to latest version
|
||||||
|
* api-change:``ce``: Update ce client to latest version
|
||||||
|
- from version 1.13.48
|
||||||
|
* api-change:``codebuild``: Update codebuild client to latest version
|
||||||
|
* api-change:``mgh``: Update mgh client to latest version
|
||||||
|
* api-change:``xray``: Update xray client to latest version
|
||||||
|
- from version 1.13.47
|
||||||
|
* api-change:``comprehend``: Update comprehend client to latest version
|
||||||
|
* api-change:``mediapackage``: Update mediapackage client to latest version
|
||||||
|
* api-change:``ec2``: Update ec2 client to latest version
|
||||||
|
- from version 1.13.46
|
||||||
|
* api-change:``lex-models``: Update lex-models client to latest version
|
||||||
|
* api-change:``ecr``: Update ecr client to latest version
|
||||||
|
* api-change:``lightsail``: Update lightsail client to latest version
|
||||||
|
* api-change:``ce``: Update ce client to latest version
|
||||||
|
- from version 1.13.45
|
||||||
|
* api-change:``fsx``: Update fsx client to latest version
|
||||||
|
* api-change:``health``: Update health client to latest version
|
||||||
|
* api-change:``detective``: Update detective client to latest version
|
||||||
|
- from version 1.13.44
|
||||||
|
* api-change:``transcribe``: Update transcribe client to latest version
|
||||||
|
* api-change:``eks``: Update eks client to latest version
|
||||||
|
* api-change:``ec2``: Update ec2 client to latest version
|
||||||
|
* api-change:``rds``: Update rds client to latest version
|
||||||
|
* api-change:``ssm``: Update ssm client to latest version
|
||||||
|
* api-change:``redshift``: Update redshift client to latest version
|
||||||
|
* api-change:``pinpoint``: Update pinpoint client to latest version
|
||||||
|
* api-change:``securityhub``: Update securityhub client to latest version
|
||||||
|
* api-change:``devicefarm``: Update devicefarm client to latest version
|
||||||
|
- from version 1.13.43
|
||||||
|
* api-change:``transcribe``: Update transcribe client to latest version
|
||||||
|
* api-change:``dlm``: Update dlm client to latest version
|
||||||
|
* api-change:``lex-models``: Update lex-models client to latest version
|
||||||
|
* api-change:``personalize-runtime``: Update personalize-runtime client to latest version
|
||||||
|
* api-change:``ssm``: Update ssm client to latest version
|
||||||
|
* api-change:``codestar-connections``: Update codestar-connections client to latest version
|
||||||
|
* api-change:``gamelift``: Update gamelift client to latest version
|
||||||
|
* api-change:``ec2``: Update ec2 client to latest version
|
||||||
|
- from version 1.13.42
|
||||||
|
* api-change:``ec2``: Update ec2 client to latest version
|
||||||
|
* api-change:``s3``: Update s3 client to latest version
|
||||||
|
* api-change:``resourcegroupstaggingapi``: Update resourcegroupstaggingapi client to latest version
|
||||||
|
* api-change:``cloudfront``: Update cloudfront client to latest version
|
||||||
|
* enhancement:``s3``: Add support for opting into using the us-east-1 regional endpoint.
|
||||||
|
* api-change:``opsworkscm``: Update opsworkscm client to latest version
|
||||||
|
- from version 1.13.41
|
||||||
|
* api-change:``kinesisanalyticsv2``: Update kinesisanalyticsv2 client to latest version
|
||||||
|
* api-change:``ssm``: Update ssm client to latest version
|
||||||
|
* api-change:``medialive``: Update medialive client to latest version
|
||||||
|
* api-change:``iot``: Update iot client to latest version
|
||||||
|
* api-change:``ecs``: Update ecs client to latest version
|
||||||
|
* api-change:``ec2``: Update ec2 client to latest version
|
||||||
|
- from version 1.13.40
|
||||||
|
* api-change:``mq``: Update mq client to latest version
|
||||||
|
* api-change:``comprehendmedical``: Update comprehendmedical client to latest version
|
||||||
|
* api-change:``ec2``: Update ec2 client to latest version
|
||||||
|
- from version 1.13.39
|
||||||
|
* api-change:``codebuild``: Update codebuild client to latest version
|
||||||
|
* api-change:``detective``: Update detective client to latest version
|
||||||
|
* api-change:``sesv2``: Update sesv2 client to latest version
|
||||||
|
- from version 1.13.38
|
||||||
|
* api-change:``accessanalyzer``: Update accessanalyzer client to latest version
|
||||||
|
- from version 1.13.37
|
||||||
|
* api-change:``ec2``: Update ec2 client to latest version
|
||||||
|
- from version 1.13.36
|
||||||
|
* api-change:``kendra``: Update kendra client to latest version
|
||||||
|
- from version 1.13.35
|
||||||
|
* bugfix:s3: Add stricter validation to s3 control account id parameter.
|
||||||
|
* api-change:``quicksight``: Update quicksight client to latest version
|
||||||
|
* api-change:``kms``: Update kms client to latest version
|
||||||
|
* api-change:``ssm``: Update ssm client to latest version
|
||||||
|
* api-change:``kafka``: Update kafka client to latest version
|
||||||
|
- from version 1.13.34
|
||||||
|
* bugfix:s3: Fixed an issue where the request path was set incorrectly
|
||||||
|
if access point name was present in key path.
|
||||||
|
- Refresh patches for new version
|
||||||
|
+ hide_py_pckgmgmt.patch
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Dec 5 13:10:07 UTC 2019 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
Thu Dec 5 13:10:07 UTC 2019 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-botocore
|
# spec file for package python-botocore
|
||||||
#
|
#
|
||||||
# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2020 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
Name: python-botocore
|
Name: python-botocore
|
||||||
Version: 1.13.33
|
Version: 1.14.9
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Python interface for AWS
|
Summary: Python interface for AWS
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
|
Loading…
Reference in New Issue
Block a user