diff --git a/aws-cli-1.8.12.tar.gz b/aws-cli-1.8.12.tar.gz deleted file mode 100644 index 89f4630..0000000 --- a/aws-cli-1.8.12.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:80248422e45ceefdd34193992f0231b79ce8b00d0c2537166867a7a8a73fa14a -size 734139 diff --git a/aws-cli-1.9.12.tar.gz b/aws-cli-1.9.12.tar.gz new file mode 100644 index 0000000..cc478bb --- /dev/null +++ b/aws-cli-1.9.12.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0d74200dc2f8de32292a3ac02623289c16deb3d45a317187ac9b61c9fa9a1a6 +size 778597 diff --git a/aws-cli.changes b/aws-cli.changes index e58fefe..c3d7f24 100644 --- a/aws-cli.changes +++ b/aws-cli.changes @@ -1,3 +1,104 @@ +------------------------------------------------------------------- +Thu Dec 10 22:05:44 UTC 2015 - rjschwei@suse.com + +- Update to version 1.9.12 (bsc#958686) + + feature:aws configure add-model: Added command for updating commands + in the CLI and clients in boto3. (issue 1664) + + feature:aws cloudfront create-invalidation: Add a new --paths option. + (issue 1662) + + feature:aws cloudfront sign: Add a new command to create a signed url. + (issue 1668) + + feature:aws autoscaling: Added support for protecting instances from + scale-in events. + + feature:aws rds: Added support for Aurora encryption at rest. +- From version 1.9.11 + + feature:aws rds: Added support for specifying port number. + + feature:aws ds: Added support for Microsoft ActiveDirctory. + + feature:aws route53: Added support for TrafficFlow, a new management + and modeling layer for Route53. + + feature:Timeouts: Added additonal options for configuring socket timeouts. +- From version 1.9.10 + + feature:aws config: Added support for dedicated hosts. + + feature:aws s3: Added support for custom metadata in cp, mv, and sync. +- From version 1.9.9 + + feature:aws s3api: Added support for the aws-exec-read canned ACL on + objects. + + feature:aws elasticbeanstalk: Added support for composable web applications. + + feature:aws ec2: Added support for EC2 dedicated hosts. + + feature:aws ecs: Added support for task stopped reasons and task start + and stop times. +- From version 1.9.8 + + feature:Read Timeouts: Add --cli-read-timeout to specify the number of + seconds until a read times out. + + bugfix:aws s3: Fix regression when downloading a restored Glacier object + (issue 1650 __) + + bugfix:aws s3: Fix issue when encountering "out of disk space" errors as + well as permissions errors when downloading large files (issue 1645, + issue 1442) + + bugfix:aws opsworks register: Support --no-verify-ssl argument for the + aws opsworks register command (issue 1632) + + feature:s3: Add support for Server-Side Encryption with KMS and + Server-Side Encryption with Customer-Provided Keys. (issue 1623) +- From version 1.9.7 + + feature:aws rds: Cross account snapshot sharing and Modify DB Instance + Visibility features + + bugfix:memory management: Resolve a potential memory leak when creating + lots of clients on Python 2.6 and Linux 2.6 + + bugfix:presign url: Now generate_presigned_url() works correctly with + different expiry time +- From version 1.9.6 + + bugfix:shorthand: Allow . as a valid key character. (issue 1628) + + feature:aws apigateway: Support for stage variables to configure + the different deployment stages +- From version 1.9.5 + + bugfix:aws help: Gracefully handle Ctrl-C interrupts. (issue 1619) + + bugfix:aws datapipeline create-default-roles: Fix issue with error + handling. (issue 1618) + + bugfix:aws s3: Skip glacier objects when downloading from S3. (issue 1581) + + feature:aws s3api: Auto-populate --copy-source-sse-customer-key-md5 + (botocore issue 709) +- From version 1.9.4 + + feature:aws datapipeline create-default-roles: Creates default IAM + roles for creating EMR clusters. (issue 1616) + + feature:aws devicefarm: Add commands for updating and deleting projects, + device pools, uploads, and runs. +- From version 1.9.3 + + feature:aws iam: Add support for resource-level policy simulation +- From version 1.9.2 + + bugfix:aws s3: Fix some local path validation issues (issue 1575) + + bugfix:aws storagegateway: Fix --tape-ar-ns, --volume-ar-ns, and + --vtl-device-ar-ns to --tape-arns, --volume-arns, and --vtl-device-arns, + respectively. The old arguments are still supported for backwards + compatibility, but are no longer documented. (issue 1599) + + bugfix:aws configservice subscribe: Fix an issue when creating a new + S3 bucket (issue 1593) + + bugfix:aws apigateway put-integration: Fix issue with --uri and + --integration-http-method parameters (issue 1605) +- From version 1.9.1 + + feature:aws ssm: Add support for Amazon EC2 Run Command + + feature:aws apigateway: Add support for Amazon API Gateway +- From version 1.9.0 + + feature:aws iam: Add policy simulator support + + feature:aws autoscaling: Add support for launch configurations + that include encrypted Amazon Elastic Block Store (EBS) volumes + + feature:configure: Add support for ca_bundle config variable + + feature:Assume Role: Add role_session_name config variable to control + the RoleSessionName when assuming roles (issue 1389) + + bug:Argument Parsing: Handle case when empty list parameter was + specified with no value (issue 838) +- From version 1.8.13 + + feature:aws deploy: Compress zip files when using aws deploy push + (issue 1534 --) + + bugfix:Shorthand Parser: Fix issue when display error message for + multiline shorthand syntax values (issue 1543) + + bugfix:aws route53: Automatically retry Throttling and + PriorRequestNotComplete errors (botocore issue 682) + + feature:aws s3/s3api: Add support for changing the bucket addressing + style (botocore issue 673) + + bugfix:aws s3api: Add missing --server-side-encryption option to + upload-part command + + feature:aws kms: Add ability to delete customer master keys (CMKs) + ------------------------------------------------------------------- Sat Oct 10 02:08:07 UTC 2015 - rjschwei@suse.com diff --git a/aws-cli.spec b/aws-cli.spec index c1146ba..284ee85 100644 --- a/aws-cli.spec +++ b/aws-cli.spec @@ -17,7 +17,7 @@ Name: aws-cli -Version: 1.8.12 +Version: 1.9.12 Release: 0 Summary: Amazon Web Services Command Line Interface License: Apache-2.0 @@ -31,7 +31,7 @@ Requires: python-argparse >= 1.1 %endif Requires: python-bcdoc >= 0.14.0 Requires: python-bcdoc < 0.15.0 -Requires: python-botocore >= 1.2.10 +Requires: python-botocore >= 1.3.12 Requires: python-colorama <= 0.3.3 Requires: python-colorama >= 0.2.5 Requires: python-docutils >= 0.10 diff --git a/hide_py_pckgmgmt.patch b/hide_py_pckgmgmt.patch index 12b44a0..a56751a 100644 --- a/hide_py_pckgmgmt.patch +++ b/hide_py_pckgmgmt.patch @@ -6,11 +6,11 @@ Index: aws-cli-1.8.12/setup.py import awscli --requires = ['botocore==1.2.10', +-requires = ['botocore==1.3.12', - 'colorama>=0.2.5,<=0.3.3', - 'docutils>=0.10', - 'rsa>=3.1.2,<=3.3.0'] -+#requires = ['botocore==1.2.10', ++#requires = ['botocore==1.3.12', +# 'colorama>=0.2.5,<=0.3.3', +# 'docutils>=0.10', +# 'rsa>=3.1.2,<=3.3.0']