aws-cli/hide_py_pckgmgmt.patch

49 lines
1.4 KiB
Diff
Raw Normal View History

- Update to version 1.10.19 (bsc#974993) + forward port hide_py_pckgmgmt.patch + feature:lambda: Added support for setting the function runtime as nodejs4.3, as well as updating function configuration to set the runtime. + feature:ds: Added support for Directory Service Conditional Forwarder APIs. + feature:elasticbeanstalk: Adds support for three additional elements in AWS Elasticbeanstalk's DescribeInstancesHealthResponse: Deployment, AvailabilityZone, and InstanceType. Additionally adds support for increased EnvironmentName length from 23 to 40. + bugfix:Paginator: Allow non-specified input tokens in old starting token format. - From 1.10.18 + feature:apigateway: Added support for API Import + feature:route53: Added support for metric-based health checks and regional health checks. + feature:sts: Added support for GetCallerIdentity, which returns details about the credentials used to make the API call. The details include name and account, as well as the type of entity making the call, such as an IAM user vs. federated user. + feature:s3api: Added support for VersionId in PutObjectAcl (issue 856) + bugfix:s3api: Add validation to enforce S3 metadata only contains ASCII. (issue 861) + bugfix:Exceptions: Consistently parse errors with no body (issue 859) + bugfix:Config: Handle case where S3 config key is not a dict (issue 858) - From 1.10.17 + feature:acm: Update command to latest version + feature:cloudformation: Update command to latest version + feature:codedeploy: Update command to latest version + feature:dms: Update command to latest version + feature:elasticache: Update command to latest version OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/aws-cli?expand=0&rev=21
2016-04-11 23:54:31 +02:00
--- setup.py.orig
+++ setup.py
- 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
@@ -6,18 +6,18 @@ from setuptools import setup, find_packa
import awscli
- 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 = ['botocore==1.4.86',
- 'colorama>=0.2.5,<=0.3.7',
- 'docutils>=0.10',
- 'rsa>=3.1.2,<=3.5.0',
- 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
- 's3transfer>=0.1.9,<0.2.0',
- 'PyYAML>=3.10,<=3.12']
+#requires = ['botocore==1.4.86',
+# 'colorama>=0.2.5,<=0.3.7',
+# 'docutils>=0.10',
+# 'rsa>=3.1.2,<=3.5.0',
- 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
+# 's3transfer>=0.1.9,<0.2.0',
+# 'PyYAML>=3.10,<=3.12']
- 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):
+#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')
+# requires.append('argparse>=1.1')
setup_options = dict(
@@ -34,12 +34,12 @@ setup_options = dict(
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,
- 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',
+# ]
+# },
license="Apache License 2.0",
classifiers=(
'Development Status :: 5 - Production/Stable',