diff --git a/aws-cli-1.10.19.tar.gz b/aws-cli-1.10.19.tar.gz deleted file mode 100644 index 1110aa8..0000000 --- a/aws-cli-1.10.19.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:253480c41719e1efc45323ca7b30025137d6b011f67b4af86131d96acc48cef3 -size 818289 diff --git a/aws-cli-1.10.38.tar.gz b/aws-cli-1.10.38.tar.gz new file mode 100644 index 0000000..cfcd1f6 --- /dev/null +++ b/aws-cli-1.10.38.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7085c3c0be921803266e6262e5757b7e3980e232679e4bac0ec76af8a78383ca +size 867529 diff --git a/aws-cli.changes b/aws-cli.changes index d389661..d1c4d12 100644 --- a/aws-cli.changes +++ b/aws-cli.changes @@ -1,3 +1,102 @@ +------------------------------------------------------------------- +Tue Jun 21 11:57:59 UTC 2016 - rjschwei@suse.com + +- Update to version 1.10.38 (bsc#985858) + + forward port hide_py_pckgmgmt.patch + + feature:acm: Update acm command to latest version + + feature:ses: Update ses command to latest version + + feature:rds: Update rds command to latest version + + feature:cloudtrail: Update cloudtrail command to latest version +- From 1.10.37 + + feature:s3: Update s3 command to latest version +- From 1.10.36 + + feature:dynamodbstreams: Update dynamodbstreams command to latest version + + feature:machinelearning: Update machinelearning command to latest version + + feature:iot: Update iot command to latest version + + bugfix:Pagination: Fix regression with --no-paginate introduced in + #1958 (fixes #1993) +- From 1.10.35 + + feature:ec2: Update ec2 command to latest version + + feature:application-autoscaling: Update application-autoscaling + command to latest version +- From 1.10.34 + + feature:elasticache: Update elasticache command to latest version +- From 1.10.33 + + feature:rds: Update rds command to latest version + + feature:ec2: Update ec2 command to latest version + + bugfix:help: Write help content to stdout if less is not installed. + Fixes #1957 +- From 1.10.32 + + feature:firehose: Update firehose command to latest version + + bugfix:Table: Fix rendering of tables with double-width characters. + + feature:ec2: Update ec2 command to latest version + + feature:ecs: Update ecs command to latest version +- From 1.10.31 + + feature:application-autoscaling: Adds support for Application Auto Scaling. + Application Auto Scaling is a general purpose Auto Scaling service for + supported elastic AWS resources. With Application Auto Scaling, you can + automatically scale your AWS resources, with an experience similar to + that of Auto Scaling. +- From 1.10.29 + + feature:dynamodb: Update dynamodb command to latest version + + bugfix:Shorthand: Remove back-compat shorthand features from new services. + + bugfix:Paginator: Print a better error when pagination params are + supplied along with no-paginate. + + bugfix:ec2: Sets MaxResults to default value of 1000. + + feature:workspaces: Update workspaces command to latest version + + feature:discovery: Update discovery command to latest version +- From 1.10.28 + + feature:ec2: Update ec2 command to latest version + + feature:ssm: Update ssm command to latest version + + feature:discovery: Update discovery command to latest version + + feature:cloudformation: Update cloudformation command to latest version +- From 1.10.27 + + feature:storagegateway: Update storagegateway command to latest version + + feature:directconnect: Update directconnect command to latest version + + feature:emr: Update emr command to latest version + + feature:sqs: Update sqs command to latest version + + feature:iam: Update iam command to latest version +- From 1.10.26 + + feature:kms: Update kms command to latest version + + feature:sts: Update sts command to latest version + + feature:apigateway: Update apigateway command to latest version + + feature:ecs: Update ecs command to latest version + + feature:s3: Update s3 command to latest version + + feature:cloudtrail: Update cloudtrail command to latest version +- From 1.10.25 + + feature:inspector: Update inspector command to latest version + + feature:codepipeline: Update codepipeline command to latest version + + bugfix:Configure: Fix issue causing prompts not to display on mintty. + Fixes #1925 + + feature:elasticbeanstalk: Update elasticbeanstalk command to latest version +- From 1.10.24 + + feature:route53domains: Update route53domains command to latest version + + feature:opsworks: Update opsworks command to latest version +- From 1.10.23 + + feature:ecr: Update ecr command to latest version + + feature:acm: Update acm command to latest version + + feature:ec2: Update ec2 command to latest version + + feature:sts: Update sts command to latest version + + feature:cognito-idp: Update cognito-idp command to latest version +- From 1.10.22 + + feature:emr: Add support for smart targeted resize feature + + feature:iot: Add SQL RulesEngine version support + + feature:acm: Add tagging support for ACM +- From 1.10.21 + + feature:aws ec2: Add support for two new EBS volume types + + feature:aws cognito-idp: Add support for new service, aws cognito-idp + + feature:aws kinesis: Update aws kinesis command to latest version + + feature:aws elasticbeanstalk: Add support for automatic platform + version upgrades with managed updates + + feature:aws devicefarm: Update aws devicefarm command to latest version + + feature:aws s3: Add support for Amazon S3 Transfer Acceleration + + feature:aws firehose: Update firehose command to latest version +- From 1.10.20 + + feature:iot: Add commands for managing CA certificates. + + bugfix:ec2 wait: Fix issues with waiting on incorrect error code. + + bugfix:s3: Fix issue where multipart uploads were not being properly + aborted after Cntrl-C. (issue 1905) + ------------------------------------------------------------------- Mon Apr 11 20:17:20 UTC 2016 - rjschwei@suse.com diff --git a/aws-cli.spec b/aws-cli.spec index 0211750..540604b 100644 --- a/aws-cli.spec +++ b/aws-cli.spec @@ -17,7 +17,7 @@ Name: aws-cli -Version: 1.10.19 +Version: 1.10.38 Release: 0 Summary: Amazon Web Services Command Line Interface License: Apache-2.0 @@ -29,7 +29,7 @@ Requires: python %if 0%{?suse_version} && 0%{?suse_version} <= 1110 Requires: python-argparse >= 1.1 %endif -Requires: python-botocore >= 1.4.10 +Requires: python-botocore >= 1.4.28 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 9bea942..a9095b0 100644 --- a/hide_py_pckgmgmt.patch +++ b/hide_py_pckgmgmt.patch @@ -4,15 +4,15 @@ import awscli --requires = ['botocore==1.4.10', +-requires = ['botocore==1.4.28', - 'colorama>=0.2.5,<=0.3.3', - 'docutils>=0.10', -- 'rsa>=3.1.2,<=3.3.0', +- 'rsa>=3.1.2,<=3.5.0', - 's3transfer==0.0.1'] -+#requires = ['botocore==1.4.10', ++#requires = ['botocore==1.4.28', +# 'colorama>=0.2.5,<=0.3.3', +# 'docutils>=0.10', -+# 'rsa>=3.1.2,<=3.3.0', ++# 'rsa>=3.1.2,<=3.5.0', +# 's3transfer==0.0.1']