Hello community,

here is the log from the commit of package aws-cli for openSUSE:Factory checked 
in at 2014-11-26 20:55:31
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/aws-cli (Old)
 and      /work/SRC/openSUSE:Factory/.aws-cli.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "aws-cli"

Changes:
--------
--- /work/SRC/openSUSE:Factory/aws-cli/aws-cli.changes  2014-03-11 
06:46:35.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.aws-cli.new/aws-cli.changes     2014-11-26 
20:55:36.000000000 +0100
@@ -1,0 +2,281 @@
+Thu Oct 23 23:01:44 UTC 2014 - [email protected]
+
+- Update to version 1.5.3  (bnc#902598)
+  + feature:aws ec2 describe-volumes: Add support for optional pagination.
+  + feature:aws route53domains: Add support for auto-renew domains.
+  + feature:aws cognito-identity: Add for Open-ID Connect.
+  + feature:aws sts: Add support for Open-ID Connect
+  + feature:aws iam: Add support for Open-ID Connect
+  + bugfix:aws s3 sync: Fix issue when uploading with
+       --exact-timestamps (issue 964)
+  + bugfix:Retry: Fix issue where certain error codes were not being
+       retried (botocore issue 361)
+  + bugfix:aws emr ssh: Fix issue when using waiter interface to wait on
+       the cluster state (issue 954)
+  + feature:aws cloudsearch: Add support for advance Japanese language
+       processing.
+  + feature:aws rds: Add support for gp2 which provides faster access than
+       disk-based storage.
+  + bugfix:aws s3 mv: Delete multi-part objects when transferring objects
+       across regions using --source-region (issue 938)
+  + bugfix:aws emr ssh: Fix issue with waiter configuration not being
+       found (issue 937)
+  + feature:aws dynamodb: Update aws dynamodb command to support storing
+       and retrieving documents with full support for document models. New
+       data types are fully compatible with the JSON standard and allow you
+       to nest document elements within one another.
+  + bugfix:aws configure: Fix bug where aws configure was not properly
+       writing out to the shared credentials file
+  + bugfix:S3 Response Parsing: Fix regression for parsing S3 responses
+       containing a status code of 200 with an error response body (botocore
+       issue 342)
+  + bugfix:Shorthand Error Message: Ensure the error message for shorthand
+       parsing always contains the CLI argument name (issue 935)
+  + bugfix:Response Parsing: Fix response parsing so that leading and
+       trailing spaces are preserved
+  + feature:Shared Credentials File: The aws configure and aws configure set
+       command now write out all credential variables to the shared
+       credentials file ~/.aws/credentials (issue 847)
+  + bugfix:aws s3: Write warnings and errors to standard error as opposed to
+       standard output. (issue 919)
+  + feature:aws s3: Add --only-show-errors option that displays errors and
+       warnings but suppresses all other output.
+  + feature:aws s3 cp: Added ability to upload local file streams from
+       standard input to s3 and download s3 objects as local file streams to
+       standard output. (issue 903)
+  + feature:aws emr create-cluster: Add support for --emrfs.
+  + feature:aws iam: Update aws iam command to latest version.
+  + feature:aws cognito-sync: Update aws cognito-sync command to latest
+       version.
+  + feature:aws opsworks: Update aws opsworks command to latest version.
+  + feature:aws elasticbeanstalk: Add support for bundling logs.
+  + feature:aws kinesis: Add suport for tagging.
+  + feature:Page Size: Add a --page-size option, that controls page size
+       when perfoming an operation that uses pagination. (issue 889)
+  + bugfix:aws s3: Added support for ignoring and warning about files that
+       do not exist, user does not have read permissions, or are special
+       files (i.e. sockets, FIFOs, character special devices, and block
+       special devices) (issue 881)
+  + feature:Parameter Shorthand: Added support for structure(list-scalar,
+       scalar) parameter shorthand. (issue 882)
+  + bugfix:aws s3: Fix bug when unknown options were passed to aws s3
+       commands (issue 886)
+  + bugfix:Endpoint URL: Provide a better error message when an invalid
+       --endpoint-url is provided (issue 899)
+  + bugfix:aws s3: Fix issue when keys do not get properly url decoded when
+       syncing from a bucket that requires pagination to a bucket that
+       requires less pagination (issue 909)
+  + feature:aws cloudsearchdomain: Added sigv4 support.
+  + bugfix:Credentials: Raise an error if an incomplete profile is found
+       (issue 690)
+  + feature:Signing Requests: Add a --no-sign-request option that, when
+       specified, will not sign any requests.
+  + bugfix:aws s3: Added -source-region argument to allow transfer between
+       non DNS compatible buckets that were located in different regions.
+       (issue 872)
+  + feature:aws elb: Add support for AWS Elastic Load Balancing tagging
+  + feature: aws emr: Move emr out of preview mode.
+  + bugfix: aws s3api: Fix serialization of several s3 api commands.
+       (issue botocore 193)
+  + bugfix: aws s3 sync: Fix issue for unnecessarily resyncing files on
+       windows machines. (issue 843)
+  + bugfix: aws s3 sync: Fix issue where keys were being decoded twice when
+       syncing between buckets. (issue 862)
+  + bugfix:aws ec2 describe-network-interface-attribute: Fix issue where
+       the model for the aws ec2 describe-network-interface-attribute was
+       incorrect (issue 558)
+  + bugfix:aws s3: Add option to not follow symlinks via
+       --[no]-follow-symlinks. Note that the default behavior of following
+       symlinks is left unchanged. (issue 854, issue 453, issue 781)
+  + bugfix:aws route53 change-tags-for-resource: Fix serialization issue
+       for aws route53 change-tags-for-resource (botocore issue 328)
+  + bugfix:aws ec2 describe-network-interface-attribute: Update parameters
+       to add the --attribute argument (botocore issue 327)
+  + feature:aws autoscaling: Update command to the latest version
+  + feature:aws elasticache: Update command to the latest version
+  + feature:aws route53: Update command to the latest version
+  + feature:aws route53domains: Add support for Amazon Route53 Domains
+  + feature:aws elasticloadbalancing: Update to the latest service model.
+  + bugfix:aws swf poll-for-decision-task: Fix issue where the default
+       paginated response is missing output response keys (issue botocore 324)
+  + bugfix:Connections: Fix issue where connections were hanging when
+       network issues occurred issue botocore 325)
+  + bugfix:aws s3/s3api: Fix issue where Deprecations were being written
+       to stderr in Python 3.4.1 issue botocore 319)
+  + feature:aws support: Update aws support command to the latest version
+  + feature:aws iam: Update aws iam command to the latest version
+  + feature:aws emr: Add --hive-site option to aws emr create-cluster and
+       aws emr install-application commands
+  + feature:aws s3 sync: Add an --exact-timestamps option to the aws s3
+       sync command (issue 824)
+  + bugfix:aws ec2 copy-snapshot: Fix bug when spaces in the description
+       caused the copy request to fail (issue botocore 321)
+  + feature:aws cwlogs: Add support for Amazon CloudWatch Logs
+  + feature:aws cognito-sync: Add support for Amazon Cognito Service
+  + feature:aws cognito-identity: Add support for Amazon Cognito Identity
+        Service
+  + feature:aws route53: Update aws route53 command to the latest version
+  + feature:aws ec2: Update aws ec2 command to the latest version
+  + bugfix:aws s3/s3api: Fix issue where --endpoint-url wasn't being used
+        for aws s3/s3api commands (issue 549)
+  + bugfix:aws s3 mv: Fix bug where using the aws s3 mv command to move a
+        large file onto itself results in the file being deleted (issue 831)
+  + bugfix:aws s3: Fix issue where parts in a multipart upload are stil being
+        uploaded when a part has failed (issue 834)
+  + bugfix:Windows: Fix issue where python.exe is on a path that contains
+        spaces (issue 825)
+  + feature:aws opsworks: Update the aws opsworks command to the latest version
+  + bugfix:Shorthand JSON: Fix bug where shorthand lists with a single
+        item (e.g. --arg Param=[item]) were not parsed correctly. (issue 830)
+  + bugfix:Text output: Fix bug when rendering only scalars that are
+        numbers in text output (issue 829)
+  + bugfix:aws cloudsearchdomain: Fix bug where --endpoint-url is required
+        even for help subcommands (issue 828)
+  + feature:aws cloudsearchdomain: Add support for the Amazon CloudSearch
+        Domain command.
+  + feature:aws cloudfront: Update the Amazon CloudFront command to the
+        latest version
+  + feature:aws ses: Add support for delivery notifications
+  + bugfix:Region Config: Fix issue for cn-north-1 region (issue botocore 314)
+  + bugfix:Amazon EC2 Credential File: Fix regression for parsing EC2
+        credential file (issue botocore 315)
+  + bugfix:Signature Version 2: Fix timestamp format when calculating
+        signature version 2 signatures (issue botocore 308)
+  + feature:aws configure: Add support for setting nested attributes
+        (issue 817)
+  + bugfix:aws s3: Fix issue when uploading large files to newly created
+        buckets in a non-standard region (issue 634)
+  + feature:aws dynamodb: Add support for a local region for dynamodb
+        (aws dynamodb --region local ...) (issue 608)
+  + feature:aws elasticbeanstalk: Update aws elasticbeanstalk model to the
+        latest version
+  + feature:Documentation Examples: Add more documentatoin examples for
+        many AWS CLI commands
+  + feature:aws emr: Update model to the latest version
+  + feature:aws elastictranscoder: Update model to the latest version
+  + feature:aws s3api: Add support for server-side encryption with a
+        customer-supplied encryption key.
+  + feature:aws sns: Support for message attributes.
+  + feature:aws redshift: Support for renaming clusters.
+  + bugfix:aws s3: Fix bug related to retrying requests when 500 status
+        codes are received (issue botocore 302)
+  + bugfix:aws s3: Fix when when using S3 in the cn-north-1 region
+        (issue botocore 301)
+  + bugfix:aws kinesis: Fix pagination bug when using the get-records
+        operation (issue botocore 304)
+  + bugfix:Python 3.4.1: Add support for python 3.4.1 (issue 800)
+  + feature:aws emr: Update preview commands for Amazon Elastic MapReduce
+  + bugfix:aws s3: Add filename to error message when we're unable to stat
+        local filename (issue 795)
+  + bugfix:aws s3api get-bucket-policy: Fix response parsing for the aws
+        s3api get-bucket-policy command (issue 678)
+  + bugfix:Shared Credentials: Fix bug when specifying profiles that don't
+        exist in the CLI config file (issue botocore 294)
+  + bugfix:aws s3: Handle Amazon S3 error responses that have a 200 OK
+        status code (issue botocore 298)
+  + feature:aws sts: Update the aws sts command to the latest version
+  + feature:aws cloudsearch: Update the aws cloudsearch command to the
+        latest version
+  + feature:Shorthand: Add support for surrounding list parameters with []
+        chars in shorthand syntax (issue 788)
+  + feature:Shared credential file: Add support for the ~/.aws/credentials file
+  + feature:aws ec2: Add support for Amazon EBS encryption
+  + bugfix:aws s3: Fix issue when --delete and --exclude filters are used
+        together (issue 778)
+  + feature:aws route53: Update aws route53 to the latest model
+  + bugfix:aws emr: Fix issue with aws emr retry logic not being applied
+        correctly (botocore issue 285)
+  + feature:aws cloudtrail: Add support for eu-west-1, ap-southeast-2
+  + bugfix:aws ec2: Fix issue when specifying user data from a file
+        containing non-ascii characters (issue 765)
+  + bugfix:aws cloudtrail: Fix a bug with python3 when creating a
+        subscription (issue 773)
+  + bugfix:Shorthand: Fix issue where certain shorthand parameters were
+        not parsing to the correct types (issue 776)
+  + bugfix:aws cloudformation: Fix issue with parameter casing for the
+        NotificationARNs parameter (botocore issue 283)
+  + feature:aws cloudformation: Add support for updated API
++++ 84 more lines (skipped)
++++ between /work/SRC/openSUSE:Factory/aws-cli/aws-cli.changes
++++ and /work/SRC/openSUSE:Factory/.aws-cli.new/aws-cli.changes

Old:
----
  aws-cli-1.2.13.tar.gz

New:
----
  aws-cli-1.5.3.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ aws-cli.spec ++++++
--- /var/tmp/diff_new_pack.gQEf9B/_old  2014-11-26 20:55:37.000000000 +0100
+++ /var/tmp/diff_new_pack.gQEf9B/_new  2014-11-26 20:55:37.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package aws-cli
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,21 +15,22 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:            aws-cli
-Version:         1.2.13
+Version:        1.5.3
 Release:         0
-License:         Apache-2.0
 Summary:         Amazon Web Services Command Line Interface
-URL:             https://github.com/aws/aws-cli
+License:        Apache-2.0
 Group:           System/Management
+Url:            https://github.com/aws/aws-cli
 Source0:         %{name}-%{version}.tar.gz
 Patch0:          hide_py_pckgmgmt.patch
 Requires:        python
 %if 0%{?suse_version} && 0%{?suse_version} <= 1110
-requires:        python-argparse >= 1.1
+Requires:       python-argparse >= 1.1
 %endif
 Requires:        python-bcdoc    >= 0.12.0
-Requires:        python-botocore >= 0.30.0
+Requires:       python-botocore >= 0.67.0
 Requires:        python-colorama >= 0.2.5
 Requires:        python-docutils >= 0.10
 Requires:        python-rsa      >= 3.1.2
@@ -37,14 +38,13 @@
 BuildRequires:   python
 BuildRequires:   python-devel
 BuildRequires:   python-setuptools
-BuildRoot:       %{_tmppath}/%{name}-%{version}-%{release}-root
+BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 %if 0%{?suse_version} && 0%{?suse_version} <= 1110
 %{!?python_sitelib: %global python_sitelib %(python -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib()")}
 %else
 BuildArch:      noarch
 %endif
 
-
 %description
 The AWS Command Line Interface (CLI) is a unified tool to manage your AWS 
services. With just one tool to download and configure, you can control 
multiple AWS services from the command line and automate them through scripts.
 
@@ -52,7 +52,6 @@
 %setup -q
 %patch0 -p1
 
-
 %build
 python setup.py build
 
@@ -70,5 +69,4 @@
 %{python_sitelib}/awscli/*
 %{python_sitelib}/*egg-info/*
 
-
 %changelog

++++++ aws-cli-1.2.13.tar.gz -> aws-cli-1.5.3.tar.gz ++++++
++++ 37144 lines of diff (skipped)

++++++ hide_py_pckgmgmt.patch ++++++
--- /var/tmp/diff_new_pack.gQEf9B/_old  2014-11-26 20:55:37.000000000 +0100
+++ /var/tmp/diff_new_pack.gQEf9B/_new  2014-11-26 20:55:37.000000000 +0100
@@ -6,13 +6,13 @@
  import awscli
  
  
--requires = ['botocore>=0.33.0,<0.34.0',
+-requires = ['botocore>=0.67.0,<0.68.0',
 -            'bcdoc>=0.12.0,<0.13.0',
 -            'six>=1.1.0',
 -            'colorama==0.2.5',
 -            'docutils>=0.10',
 -            'rsa==3.1.2']
-+#requires = ['botocore>=0.33.0,<0.34.0',
++#requires = ['botocore>=0.67.0,<0.68.0',
 +#            'bcdoc>=0.12.0,<0.13.0',
 +#            'six>=1.1.0',
 +#            'colorama==0.2.5',

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to