aws-cli/hide_py_pckgmgmt.patch

51 lines
1.6 KiB
Diff
Raw Normal View History

--- setup.py.orig 2018-08-10 22:13:09.000000000 +0200
+++ setup.py 2018-08-13 16:41:02.210656456 +0200
@@ -23,18 +23,18 @@
raise RuntimeError("Unable to find version string.")
-requires = ['botocore==1.10.75',
- 'colorama>=0.2.5,<=0.3.9',
- 'docutils>=0.10',
- 'rsa>=3.1.2,<=3.5.0',
- 's3transfer>=0.1.12,<0.2.0',
- 'PyYAML>=3.10,<=3.13']
+# requires = ['botocore==1.10.75',
+# 'colorama>=0.2.5,<=0.3.9',
+# 'docutils>=0.10',
+# 'rsa>=3.1.2,<=3.5.0',
+# 's3transfer>=0.1.12,<0.2.0',
+# 'PyYAML>=3.10,<=3.13']
- Update to 1.11.29 (bsc#1015776) + forward port hide_py_pckgmgmt.patch + feature:batch: Update batch command to latest version + feature:logs: Update logs command to latest version + feature:rds: Update rds command to latest version + feature:dms: Update dms command to latest version + feature:marketplacecommerceanalytics: Update marketplacecommerceanalytics command to latest version + feature:elasticbeanstalk: Update elasticbeanstalk command to latest version + feature:sts: Update sts command to latest version - From 1.11.28 + feature:cloudfront: Add lambda function associations to cache behaviors. + feature:rds: Add cluster create data to DBCluster APIs. + bugfix:opsworks: This fixes an issue with opsworks register --local and python3 on some versions of linux. + feature:waf-regional: With this new feature, customers can use AWS WAF directly on Application Load Balancers in a VPC within available regions to protect their websites and web services from malicious attacks such as SQL injection, Cross Site Scripting, bad bots, etc. - From 1.11.27 + feature:config: Update config command to latest version + feature:sqs: Update sqs command to latest version + feature:s3: Update s3 command to latest version - From 1.11.26 + feature:sts: Update sts command to latest version + feature:config: Update config command to latest version + feature:ec2: Update ec2 command to latest version + feature:pinpoint: Update pinpoint command to latest version - From 1.11.25 + bugfix:opsworks-cm: Rename opsworkscm to opsworks-cm, keeping support OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/aws-cli?expand=0&rev=26
2016-12-15 14:42:20 +01:00
-if sys.version_info[:2] == (2, 6):
- # For python2.6 we have to require argparse since it
- # was not in stdlib until 2.7.
- Update to 1.11.29 (bsc#1015776) + forward port hide_py_pckgmgmt.patch + feature:batch: Update batch command to latest version + feature:logs: Update logs command to latest version + feature:rds: Update rds command to latest version + feature:dms: Update dms command to latest version + feature:marketplacecommerceanalytics: Update marketplacecommerceanalytics command to latest version + feature:elasticbeanstalk: Update elasticbeanstalk command to latest version + feature:sts: Update sts command to latest version - From 1.11.28 + feature:cloudfront: Add lambda function associations to cache behaviors. + feature:rds: Add cluster create data to DBCluster APIs. + bugfix:opsworks: This fixes an issue with opsworks register --local and python3 on some versions of linux. + feature:waf-regional: With this new feature, customers can use AWS WAF directly on Application Load Balancers in a VPC within available regions to protect their websites and web services from malicious attacks such as SQL injection, Cross Site Scripting, bad bots, etc. - From 1.11.27 + feature:config: Update config command to latest version + feature:sqs: Update sqs command to latest version + feature:s3: Update s3 command to latest version - From 1.11.26 + feature:sts: Update sts command to latest version + feature:config: Update config command to latest version + feature:ec2: Update ec2 command to latest version + feature:pinpoint: Update pinpoint command to latest version - From 1.11.25 + bugfix:opsworks-cm: Rename opsworkscm to opsworks-cm, keeping support OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/aws-cli?expand=0&rev=26
2016-12-15 14:42:20 +01:00
- requires.append('argparse>=1.1')
+# if sys.version_info[:2] == (2, 6):
+# # For python2.6 we have to require argparse since it
+# # was not in stdlib until 2.7.
+# requires.append('argparse>=1.1')
- Update to 1.11.29 (bsc#1015776) + forward port hide_py_pckgmgmt.patch + feature:batch: Update batch command to latest version + feature:logs: Update logs command to latest version + feature:rds: Update rds command to latest version + feature:dms: Update dms command to latest version + feature:marketplacecommerceanalytics: Update marketplacecommerceanalytics command to latest version + feature:elasticbeanstalk: Update elasticbeanstalk command to latest version + feature:sts: Update sts command to latest version - From 1.11.28 + feature:cloudfront: Add lambda function associations to cache behaviors. + feature:rds: Add cluster create data to DBCluster APIs. + bugfix:opsworks: This fixes an issue with opsworks register --local and python3 on some versions of linux. + feature:waf-regional: With this new feature, customers can use AWS WAF directly on Application Load Balancers in a VPC within available regions to protect their websites and web services from malicious attacks such as SQL injection, Cross Site Scripting, bad bots, etc. - From 1.11.27 + feature:config: Update config command to latest version + feature:sqs: Update sqs command to latest version + feature:s3: Update s3 command to latest version - From 1.11.26 + feature:sts: Update sts command to latest version + feature:config: Update config command to latest version + feature:ec2: Update ec2 command to latest version + feature:pinpoint: Update pinpoint command to latest version - From 1.11.25 + bugfix:opsworks-cm: Rename opsworkscm to opsworks-cm, keeping support OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/aws-cli?expand=0&rev=26
2016-12-15 14:42:20 +01:00
setup_options = dict(
@@ -51,12 +51,12 @@
package_data={'awscli': ['data/*.json', 'examples/*/*.rst',
'examples/*/*/*.rst', 'topics/*.rst',
'topics/*.json']},
- install_requires=requires,
- Update to version 1.8.12 (bsc#949877) + feature:aws iot: Add support for AWS IoT + feature:aws iot-data: Add support for AWS IoT Data Plane + feature:aws lambda: Add support for aliasing and function versioning + feature:aws ecs: Update commands + feature:aws marketplacecommerceanalytics: Add support for AWS Marketplace Commerce Analytics + feature:aws firehose: Add support for Amazon Kinesis Firehose + feature:aws inspector: Add support for Amazon Inspector + feature:aws kinesis: Add support for updating stream retention periods + feature:aws configservice: Add support for config rules + feature:aws waf: Add support for AWS WAF + feature:aws ec2: Add support for spot blocks + feature:aws cloudfront: Add support for adding Web ACLs to CloudFront distributions + feature:aws es: Adds support for the new Amazon Elasticsearch + feature:aws cloudtrail: Adds support for log file integrity validation, log encryption with AWS KMS-Managed Keys (SSE-KMS), and trail tagging. + feature:aws rds create-db-instance: --db-instance-class has a new value as db.t2.large + feature:aws workspaces: Adds support for volume encryption in Amazon WorkSpaces. + feature:aws ses: Adds 17 new operations for accepting incoming emails. + feature:aws cloudformation describe-account-limits: This is a new API. + feature:aws ec2 modify-spot-fleet-request: This is a new API. + bugfix:aws elasticbeanstalk: Documentation update. + feature:aws cognito-sync: Update API to latest version + feature:aws cognito-identity: Update API to latest version + bugfix:Assume Role Provider: Fix issue where profile does not exist errors were not being propogated back to the user (issue 1515) OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/aws-cli?expand=0&rev=17
2015-10-10 05:04:46 +02:00
- extras_require={
- ':python_version=="2.6"': [
- 'argparse>=1.1',
- ]
- },
+ # install_requires=requires,
+ # extras_require={
+ # ':python_version=="2.6"': [
+ # 'argparse>=1.1',
+ # ]
+ # },
- Update to version 1.8.12 (bsc#949877) + feature:aws iot: Add support for AWS IoT + feature:aws iot-data: Add support for AWS IoT Data Plane + feature:aws lambda: Add support for aliasing and function versioning + feature:aws ecs: Update commands + feature:aws marketplacecommerceanalytics: Add support for AWS Marketplace Commerce Analytics + feature:aws firehose: Add support for Amazon Kinesis Firehose + feature:aws inspector: Add support for Amazon Inspector + feature:aws kinesis: Add support for updating stream retention periods + feature:aws configservice: Add support for config rules + feature:aws waf: Add support for AWS WAF + feature:aws ec2: Add support for spot blocks + feature:aws cloudfront: Add support for adding Web ACLs to CloudFront distributions + feature:aws es: Adds support for the new Amazon Elasticsearch + feature:aws cloudtrail: Adds support for log file integrity validation, log encryption with AWS KMS-Managed Keys (SSE-KMS), and trail tagging. + feature:aws rds create-db-instance: --db-instance-class has a new value as db.t2.large + feature:aws workspaces: Adds support for volume encryption in Amazon WorkSpaces. + feature:aws ses: Adds 17 new operations for accepting incoming emails. + feature:aws cloudformation describe-account-limits: This is a new API. + feature:aws ec2 modify-spot-fleet-request: This is a new API. + bugfix:aws elasticbeanstalk: Documentation update. + feature:aws cognito-sync: Update API to latest version + feature:aws cognito-identity: Update API to latest version + bugfix:Assume Role Provider: Fix issue where profile does not exist errors were not being propogated back to the user (issue 1515) OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/aws-cli?expand=0&rev=17
2015-10-10 05:04:46 +02:00
license="Apache License 2.0",
classifiers=(
'Development Status :: 5 - Production/Stable',