Accepting request 840410 from home:glaubitz:branches:devel:languages:python:aws
- Version update to 1.18.15 * api-change:``ec2``: Update ec2 client to latest version * api-change:``events``: Update events client to latest version * api-change:``sns``: Update sns client to latest version * api-change:``ce``: Update ce client to latest version * api-change:``sagemaker``: Update sagemaker client to latest version * api-change:``rds``: Update rds client to latest version * api-change:``rekognition``: Update rekognition client to latest version - from version 1.18.14 * api-change:``mediapackage``: Update mediapackage client to latest version * api-change:``ce``: Update ce client to latest version * api-change:``compute-optimizer``: Update compute-optimizer client to latest version * api-change:``elasticache``: Update elasticache client to latest version - from version 1.18.13 * api-change:``dms``: Update dms client to latest version * api-change:``kinesisanalyticsv2``: Update kinesisanalyticsv2 client to latest version * api-change:``marketplace-catalog``: Update marketplace-catalog client to latest version * api-change:``ec2``: Update ec2 client to latest version - from version 1.18.12 * api-change:``dynamodbstreams``: Update dynamodbstreams client to latest version * api-change:``sagemaker``: Update sagemaker client to latest version * api-change:``mediaconvert``: Update mediaconvert client to latest version * api-change:``dynamodb``: Update dynamodb client to latest version * api-change:``glue``: Update glue client to latest version - from version 1.18.11 * api-change:``batch``: Update batch client to latest version * api-change:``personalize-events``: Update personalize-events client to latest version * api-change:``rds``: Update rds client to latest version * api-change:``elbv2``: Update elbv2 client to latest version * api-change:``servicediscovery``: Update servicediscovery client to latest version OBS-URL: https://build.opensuse.org/request/show/840410 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:aws/python-botocore?expand=0&rev=85
This commit is contained in:
parent
2b2095b271
commit
13a681fdd2
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5a72e1758f3c89c663d74eb733d313f69d059ab4fd571ad41829d666e3367392
|
||||
size 6813626
|
3
botocore-1.18.15.tar.gz
Normal file
3
botocore-1.18.15.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3b9179edbba61c96f5d1eaa4328c9cda686bd461e102c5878c4880479c24e268
|
||||
size 6926102
|
@ -1,43 +0,0 @@
|
||||
diff -Nru botocore-1.15.0.orig/setup.py botocore-1.15.0/setup.py
|
||||
--- botocore-1.15.0.orig/setup.py 2020-02-14 20:04:34.000000000 +0100
|
||||
+++ botocore-1.15.0/setup.py 2020-02-17 18:15:41.860693280 +0100
|
||||
@@ -23,18 +23,18 @@
|
||||
raise RuntimeError("Unable to find version string.")
|
||||
|
||||
|
||||
-requires = [
|
||||
- 'jmespath>=0.7.1,<1.0.0',
|
||||
- 'docutils>=0.10,<0.16',
|
||||
- 'python-dateutil>=2.1,<3.0.0',
|
||||
-]
|
||||
+# requires = [
|
||||
+# 'jmespath>=0.7.1,<1.0.0',
|
||||
+# 'docutils>=0.10,<0.16',
|
||||
+# 'python-dateutil>=2.1,<3.0.0',
|
||||
+# ]
|
||||
|
||||
|
||||
-if sys.version_info[:2] == (3, 4):
|
||||
- # urllib3 dropped support for python 3.4 in point release 1.25.8
|
||||
- requires.append('urllib3>=1.20,<1.25.8')
|
||||
-else:
|
||||
- requires.append('urllib3>=1.20,<1.26')
|
||||
+# if sys.version_info[:2] == (3, 4):
|
||||
+# # urllib3 dropped support for python 3.4 in point release 1.25.8
|
||||
+# requires.append('urllib3>=1.20,<1.25.8')
|
||||
+# else:
|
||||
+# requires.append('urllib3>=1.20,<1.26')
|
||||
|
||||
|
||||
|
||||
@@ -50,8 +50,8 @@
|
||||
package_data={'botocore': ['cacert.pem', 'data/*.json', 'data/*/*.json'],
|
||||
'botocore.vendored.requests': ['*.pem']},
|
||||
include_package_data=True,
|
||||
- install_requires=requires,
|
||||
- extras_require={},
|
||||
+ # install_requires=requires,
|
||||
+ # extras_require={},
|
||||
license="Apache License 2.0",
|
||||
classifiers=[
|
||||
'Development Status :: 5 - Production/Stable',
|
@ -1,3 +1,153 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 9 10:09:20 UTC 2020 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||
|
||||
- Version update to 1.18.15
|
||||
* api-change:``ec2``: Update ec2 client to latest version
|
||||
* api-change:``events``: Update events client to latest version
|
||||
* api-change:``sns``: Update sns client to latest version
|
||||
* api-change:``ce``: Update ce client to latest version
|
||||
* api-change:``sagemaker``: Update sagemaker client to latest version
|
||||
* api-change:``rds``: Update rds client to latest version
|
||||
* api-change:``rekognition``: Update rekognition client to latest version
|
||||
- from version 1.18.14
|
||||
* api-change:``mediapackage``: Update mediapackage client to latest version
|
||||
* api-change:``ce``: Update ce client to latest version
|
||||
* api-change:``compute-optimizer``: Update compute-optimizer client to latest version
|
||||
* api-change:``elasticache``: Update elasticache client to latest version
|
||||
- from version 1.18.13
|
||||
* api-change:``dms``: Update dms client to latest version
|
||||
* api-change:``kinesisanalyticsv2``: Update kinesisanalyticsv2 client to latest version
|
||||
* api-change:``marketplace-catalog``: Update marketplace-catalog client to latest version
|
||||
* api-change:``ec2``: Update ec2 client to latest version
|
||||
- from version 1.18.12
|
||||
* api-change:``dynamodbstreams``: Update dynamodbstreams client to latest version
|
||||
* api-change:``sagemaker``: Update sagemaker client to latest version
|
||||
* api-change:``mediaconvert``: Update mediaconvert client to latest version
|
||||
* api-change:``dynamodb``: Update dynamodb client to latest version
|
||||
* api-change:``glue``: Update glue client to latest version
|
||||
- from version 1.18.11
|
||||
* api-change:``batch``: Update batch client to latest version
|
||||
* api-change:``personalize-events``: Update personalize-events client to latest version
|
||||
* api-change:``rds``: Update rds client to latest version
|
||||
* api-change:``elbv2``: Update elbv2 client to latest version
|
||||
* api-change:``servicediscovery``: Update servicediscovery client to latest version
|
||||
* api-change:``s3``: Update s3 client to latest version
|
||||
- from version 1.18.10
|
||||
* api-change:``glue``: Update glue client to latest version
|
||||
* api-change:``kafka``: Update kafka client to latest version
|
||||
* api-change:``appsync``: Update appsync client to latest version
|
||||
* api-change:``emr``: Update emr client to latest version
|
||||
* api-change:``wafv2``: Update wafv2 client to latest version
|
||||
* api-change:``quicksight``: Update quicksight client to latest version
|
||||
- from version 1.18.9
|
||||
* api-change:``datasync``: Update datasync client to latest version
|
||||
* api-change:``s3control``: Update s3control client to latest version
|
||||
* api-change:``imagebuilder``: Update imagebuilder client to latest version
|
||||
* api-change:``securityhub``: Update securityhub client to latest version
|
||||
* api-change:``iot``: Update iot client to latest version
|
||||
* api-change:``emr``: Update emr client to latest version
|
||||
* api-change:``s3outposts``: Update s3outposts client to latest version
|
||||
* api-change:``application-autoscaling``: Update application-autoscaling client to latest version
|
||||
* api-change:``directconnect``: Update directconnect client to latest version
|
||||
* api-change:``s3``: Update s3 client to latest version
|
||||
* api-change:``mediaconnect``: Update mediaconnect client to latest version
|
||||
* api-change:``pinpoint``: Update pinpoint client to latest version
|
||||
- from version 1.18.8
|
||||
* api-change:``timestream-write``: Update timestream-write client to latest version
|
||||
* api-change:``connect``: Update connect client to latest version
|
||||
* api-change:``ssm``: Update ssm client to latest version
|
||||
* api-change:``ec2``: Update ec2 client to latest version
|
||||
* api-change:``schemas``: Update schemas client to latest version
|
||||
* api-change:``timestream-query``: Update timestream-query client to latest version
|
||||
- from version 1.18.7
|
||||
* api-change:``application-autoscaling``: Update application-autoscaling client to latest version
|
||||
* api-change:``rds``: Update rds client to latest version
|
||||
- from version 1.18.6
|
||||
* api-change:``frauddetector``: Update frauddetector client to latest version
|
||||
* api-change:``config``: Update config client to latest version
|
||||
* api-change:``batch``: Update batch client to latest version
|
||||
* api-change:``docdb``: Update docdb client to latest version
|
||||
* api-change:``ec2``: Update ec2 client to latest version
|
||||
* api-change:``sts``: Update sts client to latest version
|
||||
- from version 1.18.5
|
||||
* api-change:``transcribe``: Update transcribe client to latest version
|
||||
* api-change:``textract``: Update textract client to latest version
|
||||
* api-change:``amplify``: Update amplify client to latest version
|
||||
* api-change:``eks``: Update eks client to latest version
|
||||
* api-change:``savingsplans``: Update savingsplans client to latest version
|
||||
* api-change:``synthetics``: Update synthetics client to latest version
|
||||
- from version 1.18.4
|
||||
* api-change:``translate``: Update translate client to latest version
|
||||
* api-change:``ce``: Update ce client to latest version
|
||||
* api-change:``quicksight``: Update quicksight client to latest version
|
||||
* api-change:``backup``: Update backup client to latest version
|
||||
- from version 1.18.3
|
||||
* api-change:``comprehend``: Update comprehend client to latest version
|
||||
* api-change:``dynamodbstreams``: Update dynamodbstreams client to latest version
|
||||
* api-change:``workmail``: Update workmail client to latest version
|
||||
* api-change:``lex-models``: Update lex-models client to latest version
|
||||
- from version 1.18.2
|
||||
* api-change:``glue``: Update glue client to latest version
|
||||
* api-change:``resourcegroupstaggingapi``: Update resourcegroupstaggingapi client to latest version
|
||||
* api-change:``iotsitewise``: Update iotsitewise client to latest version
|
||||
* api-change:``events``: Update events client to latest version
|
||||
* api-change:``resource-groups``: Update resource-groups client to latest version
|
||||
* api-change:``rds``: Update rds client to latest version
|
||||
- from version 1.18.1
|
||||
* api-change:``medialive``: Update medialive client to latest version
|
||||
* api-change:``sso-admin``: Update sso-admin client to latest version
|
||||
* api-change:``codestar-connections``: Update codestar-connections client to latest version
|
||||
- from version 1.18.0
|
||||
* api-change:``kendra``: Update kendra client to latest version
|
||||
* api-change:``cloudfront``: Update cloudfront client to latest version
|
||||
* api-change:``comprehend``: Update comprehend client to latest version
|
||||
* api-change:``apigateway``: Update apigateway client to latest version
|
||||
* api-change:``es``: Update es client to latest version
|
||||
* api-change:``apigatewayv2``: Update apigatewayv2 client to latest version
|
||||
* feature:dependency: botocore has removed docutils as a required dependency
|
||||
- from version 1.17.63
|
||||
* api-change:``servicecatalog``: Update servicecatalog client to latest version
|
||||
* api-change:``dlm``: Update dlm client to latest version
|
||||
* api-change:``greengrass``: Update greengrass client to latest version
|
||||
* api-change:``connect``: Update connect client to latest version
|
||||
* api-change:``ssm``: Update ssm client to latest version
|
||||
- from version 1.17.62
|
||||
* api-change:``transcribe``: Update transcribe client to latest version
|
||||
* api-change:``ec2``: Update ec2 client to latest version
|
||||
* api-change:``sagemaker``: Update sagemaker client to latest version
|
||||
* api-change:``medialive``: Update medialive client to latest version
|
||||
* api-change:``budgets``: Update budgets client to latest version
|
||||
* api-change:``kafka``: Update kafka client to latest version
|
||||
* api-change:``kendra``: Update kendra client to latest version
|
||||
* api-change:``organizations``: Update organizations client to latest version
|
||||
- from version 1.17.61
|
||||
* api-change:``ec2``: Update ec2 client to latest version
|
||||
* api-change:``managedblockchain``: Update managedblockchain client to latest version
|
||||
* api-change:``stepfunctions``: Update stepfunctions client to latest version
|
||||
* api-change:``docdb``: Update docdb client to latest version
|
||||
- from version 1.17.60
|
||||
* api-change:``workspaces``: Update workspaces client to latest version
|
||||
- from version 1.17.59
|
||||
* api-change:``cloudfront``: Update cloudfront client to latest version
|
||||
* api-change:``ebs``: Update ebs client to latest version
|
||||
* api-change:``sso-admin``: Update sso-admin client to latest version
|
||||
* api-change:``s3``: Update s3 client to latest version
|
||||
- from version 1.17.58
|
||||
* api-change:``kinesisanalyticsv2``: Update kinesisanalyticsv2 client to latest version
|
||||
* api-change:``glue``: Update glue client to latest version
|
||||
* api-change:``redshift-data``: Update redshift-data client to latest version
|
||||
- from version 1.17.57
|
||||
* api-change:``lex-models``: Update lex-models client to latest version
|
||||
* api-change:``apigatewayv2``: Update apigatewayv2 client to latest version
|
||||
* api-change:``codebuild``: Update codebuild client to latest version
|
||||
* api-change:``quicksight``: Update quicksight client to latest version
|
||||
* api-change:``elbv2``: Update elbv2 client to latest version
|
||||
- Drop patches no longer required
|
||||
* hide_py_pckgmgmt.patch
|
||||
- Refresh patches for new version
|
||||
* remove_nose.patch
|
||||
- Update BuildRequires and Requires from requirements.txt and setup.py
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 24 17:50:34 UTC 2020 - Hans-Peter Jansen <hpj@urpla.net>
|
||||
|
||||
|
@ -18,17 +18,15 @@
|
||||
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
Name: python-botocore
|
||||
Version: 1.17.56
|
||||
Version: 1.18.15
|
||||
Release: 0
|
||||
Summary: Python interface for AWS
|
||||
License: Apache-2.0
|
||||
URL: https://github.com/boto/botocore
|
||||
Source: https://files.pythonhosted.org/packages/source/b/botocore/botocore-%{version}.tar.gz
|
||||
Patch0: hide_py_pckgmgmt.patch
|
||||
# PATCH-FEATURE-UPSTREAM remove_nose.patch gh#boto/botocore#2134 mcepl@suse.com
|
||||
# Port test suite from nose to pytest (mostly just plain unittest)
|
||||
Patch1: remove_nose.patch
|
||||
BuildRequires: %{python_module docutils >= 0.10}
|
||||
Patch0: remove_nose.patch
|
||||
BuildRequires: %{python_module jmespath < 1.0.0}
|
||||
BuildRequires: %{python_module jmespath >= 0.7.1}
|
||||
BuildRequires: %{python_module python-dateutil <= 3.0.0}
|
||||
@ -38,7 +36,6 @@ BuildRequires: %{python_module urllib3 < 1.26}
|
||||
BuildRequires: %{python_module urllib3 >= 1.20}
|
||||
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
|
||||
@ -53,6 +50,7 @@ BuildArch: noarch
|
||||
BuildRequires: python
|
||||
%endif
|
||||
# SECTION Testing requirements
|
||||
BuildRequires: %{python_module mock >= 1.3.0}
|
||||
BuildRequires: %{python_module pluggy >= 0.7}
|
||||
BuildRequires: %{python_module py >= 1.5.0}
|
||||
BuildRequires: %{python_module pytest >= 4.6}
|
||||
|
5371
remove_nose.patch
5371
remove_nose.patch
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user