Hello community,

here is the log from the commit of package python-boto for openSUSE:Factory 
checked in at 2014-01-13 10:55:38
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-boto (Old)
 and      /work/SRC/openSUSE:Factory/.python-boto.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-boto"

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-boto/python-boto-doc.changes      
2013-09-26 19:46:26.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.python-boto.new/python-boto-doc.changes 
2014-01-13 10:55:39.000000000 +0100
@@ -1,0 +2,13 @@
+Sun Jan  5 19:13:42 UTC 2014 - [email protected]
+
+- update to version 2.22.0
+
+  * Added missed notes about the cn-north-1 region. (commit 738c8cb)
+  * Added the C3 family of EC2 instances. (issue 1938, commit 05b7482)
+  * Add documentation describing account usage for multipart uploads in S3
+      (commit af03d8d)
+  * Documentation: add Kinesis API reference (issue 1921, commit c169836)
+  * Documentation: sriovNetSupport instance attribute (issue 1915,
+       commit e1bafcc)
+
+-------------------------------------------------------------------
--- /work/SRC/openSUSE:Factory/python-boto/python-boto.changes  2013-12-30 
10:32:41.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.python-boto.new/python-boto.changes     
2014-01-13 10:55:39.000000000 +0100
@@ -1,0 +2,95 @@
+Sun Jan  5 18:55:26 UTC 2014 - [email protected]
+
+- update to version 2.22.0:
+  * Updated Auto Scaling to support the latest API. (commit 9984c4f)
+  * Added the ability to alter response sizes in DynamoDB queries/scans.
+      (issue 1949, commit 6761b01)
+  * Fix string instance tests. (issue 1959, commit ee203bf)
+  * Add missing parameters to get_spot_price_history method. (issue 1958,
+      commit f635474)
+  * Fix unicode string parameter handling in S3Connection. (issue 1954,
+      issue 1952, commit 12e6b0c)
+  * Fix typo in docstring for SSHClient.run. (issue 1953, commit 5263b20)
+  * Properly handle getopt long options in s3put. (issue 1950, issue 1946,
+      commit cf693ff)
+  * Fixed a missed inheritance bug in mturk. (issue 1936, commit 0137f29)
+  * Added cn-north-1 to regions. (commit 9c89de1)
+  * Fixed threading issues related to datetime.strptime. (issue 1898,
+      commit 2ef66c9)
+  * Updated all the old-style inheritance calls. (issue 1918, issue 1936,
+      issue 1937, commit 39a997f & commit 607624f)
+  * Add support for Elastic Transcoder pagination and new codecs (commit
+      dcb1c5a)
+  * Add support for new CloudTrail calling format (commit aeafe9b)
+  * Update to the latest Support API (commit 45e1884)
+  * Add support for arbitrarily large SQS messages stored in S3 via BigMessage.
+      (issue 1917, commit e6cd665)
+  * Add support for encoding_type to S3 (commit 6b2d967)
+  * Add support for Elastic MapReduce tags (issue 1928, issue 1920,
+      commit b9749c6, commit 8e4c595)
+  * Add high level support for global secondary indexes in DynamoDB (issue
+      1924, issue 1913, commit 32dac5b)
+  * Add support for Elastic Beanstalk worker environments. (issue 1911,
+      commit bbd4fbf)
+  * Add support for OpsWorks IAM user permissions per stack (commit ac6e4e7)
+  * Add support for SigV4 to S3 (commit deb9e18)
+  * Add support for SigV4 to EC2 (commit bdebfe0)
+  * Add support for SigV4 to ElastiCache (commit b892b45)
+  * Add documentation describing account usage for multipart uploads in S3
+      (commit af03d8d)
+  * Update DesiredCapacity if AutoScalingGroup.desired_capacity is not None.
+      (issue 1906, issue 1906, issue 1757, commit b6670ce)
+  * Documentation: add Kinesis API reference (issue 1921, commit c169836)
+  * Documentation: sriovNetSupport instance attribute (issue 1915, commit
+      e1bafcc)
+  * Update RDS documentation for API version: 2013-09-09 (issue 1914, commit
+      fcf702a)
+  * Switch all classes to new style classes which results in memory use
+      improvements (commit ca36fa2)
+  * Bug fix for IAM security credentials metadata URL. (issue 1912,
+      issue 1908, issue 1907, commit f82e7a5)
+  * Add support for Amazon Kinesis (commit d0b684e)
+  * Add support for i2 instance types to EC2. (commit 0f5371f)
+  * Add support for DynamoDB Global Secondary Indexes (commit 297cacb)
+  * Add support for AWS Direct Connect. (issue 1894, issue 1894, commit 
3cbca26)
+  * Add option for sorting SDB dumps to sdbadmin. (issue 1888, issue 1888,
+      commit 070e4f6)
+  * Add a retry when EC2 metadata is returned as corrupt JSON. (issue 1883,
+      issue 1883, issue 1868, commit 41470a0)
+  * Added some missing attributes to DBInstance and DBSnapshot. (issue 1880,
+      issue 1880, commit 2751dff)
+  * Implement nonzero for DynamoDB Item to consider empty items falsey (issue
+      1899, commit 808e550)
+  * Remove dimensions from Metric.query() docstring. (issue 1901, issue 1901,
+      commit ba6b8c7)
+  * Make trailing slashes for EC2 metadata URLs explicit & remove them from
+      userdata requests. This fixes using boto for CloudStack (issue 1900,
+      issue 1900, issue 1897, issue 1856, commit 5f4506e)
+  * Fix the DynamoDB ‘scan in’ filter to compare the same attribute types in
+      a list rather than using an attribute set. (issue 1896, issue 1896,
+      commit 5fc59d6)
+  * Updating Amazon ElastiCache parameters to be optional when creating a
+      new cache cluster. (issue 1876, issue 1876, commit 342b8df)
+  * Fix honor cooldown AutoScaling parameter serialization to prevent an
+      exception and bad request. (issue 1895, issue 1895, issue 1892,
+      commit fc4674f)
+  * Fix ignored RDS backup_retention_period when value was 0. (issue 1887,
+      issue 1887, issue 1886, commit a19eb14)
+  * Use auth_handler to specify host header value including custom ports
+      if possible, which are used by Eucalyptus. (issue 1862, issue 1862,
+      commit ce6df03)
+  * Fix documentation of launch config in Autoscaling Group. (issue 1881,
+      issue 1881, commit 6f704d9)
+  * typo: AIM -> IAM (issue 1882, commit 7ea2d5c)
+  * Add max results parameters to EC2 describe instances and describe tags.
+        (issue 1873, issue 1873, commit ad8a64a)
+  * Add support for RDS CopyDBSnapshot. (issue 1872, issue 1872,
+        issue 1865, commit bffb758)
+  * Update README.rst to link to ReadTheDocs changelogs. (issue 1869,
+        commit 26f3dbe)
+  * Delete the old changelog in favor of the README link to ReadTheDocs
+        changelogs. (issue 1870, issue 1870, commit 32bc333)
+
+
+
+-------------------------------------------------------------------

Old:
----
  boto-2.18.0.tar.gz

New:
----
  boto-2.22.0.tar.gz

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

Other differences:
------------------
++++++ python-boto-doc.spec ++++++
--- /var/tmp/diff_new_pack.UJhgbF/_old  2014-01-13 10:55:40.000000000 +0100
+++ /var/tmp/diff_new_pack.UJhgbF/_new  2014-01-13 10:55:40.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-boto-doc
 #
-# 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
@@ -17,7 +17,7 @@
 
 
 Name:           python-boto-doc
-Version:        2.18.0
+Version:        2.22.0
 Release:        0
 Url:            http://code.google.com/p/boto/
 Summary:        Amazon Web Services Library

python-boto.spec: same change
++++++ boto-2.18.0.tar.gz -> boto-2.22.0.tar.gz ++++++
++++ 14521 lines of diff (skipped)

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

Reply via email to