python-botocore/hide_py_pckgmgmt.patch
Robert Schweikert 6236a29c83 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
2020-01-30 18:58:52 +00:00

30 lines
1.0 KiB
Diff

diff -Nru botocore-1.14.9.orig/setup.py botocore-1.14.9/setup.py
--- botocore-1.14.9.orig/setup.py 2020-01-24 20:06:30.000000000 +0100
+++ botocore-1.14.9/setup.py 2020-01-30 11:55:56.809459033 +0100
@@ -23,10 +23,10 @@
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',
- 'urllib3>=1.20,<1.26']
+# requires = ['jmespath>=0.7.1,<1.0.0',
+# 'docutils>=0.10,<0.16',
+# 'python-dateutil>=2.1,<3.0.0',
+# 'urllib3>=1.20,<1.26']
setup(
@@ -41,8 +41,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',