File python-boto.changes of Package python-boto

-------------------------------------------------------------------
Wed Sep 11 17:25:22 UTC 2013 - rschweikert@suse.com

- update to 2.12.0:
  * Added notes for the release.
  * Added docs about the included CLI tools & recommended people
    check out the AWS-CLI.
  *Ssupport other ELB policies
  * Fix glacier layer2.list_vaults and related tests.
  * Fixed #1687 - Headers involved with signing sent with S3 keys should
    be case-insensitive for the user.
  * Updated the user-agent string Boto uses.
  * Updated Elasticache to support Redis & replication.
  * Added a in-development release notes doc for the next release.
  * Added the v2.11.0 release notes to the index.
  * Add unit test for getting the etag from the uploaded part.
  * Return the part/key so that the user can manage multipart uploads

-------------------------------------------------------------------
Tue Sep  3 08:17:39 UTC 2013 - dmueller@suse.com

- update to 2.11.0:
  * Added Public IP address support within VPCs created by EC2. (:sha:`be132d1`)
  * All services can now easily use GovCloud. (:issue:`1651`, :sha:`542a301`,
   :sha:`3c56121`, :sha:`9167d89`)
  * Added ``db_subnet_group`` to
  ``RDSConnection.restore_dbinstance_from_point_in_time``. (:issue:`1640`,
  :sha:`06592b9`)
  * Added ``monthly_backups`` to EC2's ``trim_snapshots``. (:issue:`1688`,
   :sha:`a2ad606`, :sha:`2998c11`, :sha:`e32d033`)
  * Added ``get_all_reservations`` & ``get_only_instances`` methods to EC2.
   (:issue:`1572`, :sha:`ffc6cc0`)

-------------------------------------------------------------------
Thu Aug  8 12:50:30 UTC 2013 - rschweikert@suse.com

- update to 2.9.9
  * Added AMI, configuration manager & Chef 11 support to Opsworks.
    (commit 55725fc).
  * Added in support for SQS messages. (issue 1593, commit e5fe1ed)
  * Added support for the ap-southeast-2 region in Elasticache.
    (issue 1607, commit 9986b61)
  * Added support for block device mappings in ELB.
    (issue 1343, issue 753, issue 1357, commit 974a23a)
  * Added support for DBSubnetGroup in RDS.
    (issue 1500, commit 01eef87, commit 45c60a0, commit c4c859e)
  * Fixed the canonicalization of paths on Windows. (issue 1609, commit a1fa98c)
  * Fixed how BotoServerException uses message. (issue 1353, commit b944f4b)
  * Fixed DisableRollback always being True in a CloudFormation Stack.
    (issue 1379, commit 32b3150)
  * Changed EMR instance groups to no longer require a string price
    (can now be a Decimal). (issue 1396, commit dfc39ff)
  * Altered Distribution._sign_string to accept any file-like object as
    well within CloudFront. (issue 1349, commit 8df6c14)
  * Fixed the detach_lb_from_subnets call within ELB.
    (issue 1417, issue 1418 commit 4a397bd, commit c11d72b,
     commit 9e595b5, commit 634469d, commit 586dd54)
  * Altered boto to obey no_proxy environment variables.
    (issue 1600, issue 1603, commit aaef5a9)
  * Fixed ELB connections to use HTTPS by default. (issue 1587, commit fe158c4)
  * Updated S3 to be Python 2.5 compatible again. (issue 1598, commit 066009f)
  * All calls within SES will now return all DKIMTokens, instead of just one.
    (issue 1550, issue 1610, commit 1a079da, commit 1e82f85, commit 5c8b6b8)
  * Fixed the logging parameter within DistributionConfig in CloudFront
    to respect whatever is provided to the constructor.
    (issue 1457, commit e76180d)
  * Fixed CloudSearch to no longer raise an error if a non-JSON response
    is received. (issue 1555, issue 1614, commit 5e2c292, commit 6510e1f)
  * Added support for the DecodeAuthorizationMessage in STS (commit 1ada5ac).
  * Added support for creating/deleting/describing ``OptionGroup``s in RDS.
    (commit d629228 & commit d059a3b)
  * Added CancelUpdateStack to CloudFormation. (issue 1476, commit 5bae130)
  * Added support for getting/setting lifecycle configurations on GS buckets.
    (issue 1604, commit 652fc81)
  * Added region support to bin/elbadmin. (issue 1586, commit 2ffbc60)
  * Changed the mock storage to use case-insensitive headers.
    (issue 1594, commit 71849cb)
  * Added complex_listeners to ELB. (issue 1048, commit b782ce2)
  * Added tests for Route53’s ResourceRecordSets. (commit fad5bde)
  * Added support for selecting specific attributes in DynamoDB v2.
    (issue 1567, commit d9e5c2)
  * Added support for variable bit rate, max frame rate & watermark
    features in Elastic Transcoder. (commit 3791c9)
  * Altered RDS to now use SigV4. (commit be1633)
  * Removed parsing check in StorageUri. (commit 21bc8f)
  * More information returned about GS key generation.
    (issue 1571, commit 6d5e3a)
  * Upload handling headers now case-insensitive. (issue 1575, commit 60383d)
  * Several CloudFormation timestamp updates.
    (issue 1582, issue 1583, issue 1588, commit 0a23d34, commit 6d4209)
  * Corrected a bug in how limits are handled in DynamoDB v2

-------------------------------------------------------------------
Fri Jun 21 16:48:24 UTC 2013 - dmueller@suse.com

- update to 2.9.6:
  * various bugfixes

-------------------------------------------------------------------
Mon May 27 13:55:30 UTC 2013 - dmueller@suse.com

- update to 2.9.4:
  * Updated Elastic Transcoder support - It now supports HLS, WebM, MPEG2-TS
  * Fixed glacier part size bug
  * Fixed a bug in the bucket regex for S3 involving capital letters
  * Fixed a bug where timestamps from Cloudformation would fail to be parsed
  * Several documentation improvements/fixes

-------------------------------------------------------------------
Tue May  7 07:13:52 UTC 2013 - dmueller@suse.com

- update to 2.9.2:
  * Fixes to Amazon Redshift
  * Documentation updates

-------------------------------------------------------------------
Mon Apr 29 11:47:21 UTC 2013 - dmueller@suse.com

- update to 2.9.0:
  * Added support for Amazon Elasticache
  * Added support for Amazon Elastic Transcoding Service
  * Support for Amazon Redshift
  * Support for Amazon DynamoDB's new API
  * Support for AWS Opsworks
  * Add copy_image to EC2 (AMI copy)
  * Add describe_account_attributes and describe_vpc_attribute,
   and modify_vpc_attribute operations to EC2.

-------------------------------------------------------------------
Mon Jan 21 16:07:31 UTC 2013 - p.drouand@gmail.com

- Update to version 2.7.0: 
  * Added support for AWS Data Pipeline
  * Integrated Slick53 into Route53 module
  * Add ability to use Decimal for DynamoDB numeric types
  * Query/Scan Count/ScannedCount support and TableGenerator improvements
  * Added support for keyring in config files
  * Add concurrent downloader to glacier
  * Add support for tagged RDS DBInstances
  * Updating RDS API Version to 2012-09-17
  * Added support for provisioned IOPS for RDS
  * Add ability to set SQS Notifications in Mechanical Turk

-------------------------------------------------------------------
Fri Jun 22 12:42:29 UTC 2012 - saschpe@suse.de

- Update to version 2.5.2:
  + See https://github.com/boto/boto/wiki/2.5.2-Release-Notes

-------------------------------------------------------------------
Wed Apr  4 07:42:42 UTC 2012 - saschpe@suse.de

- Update to version 2.3.0:
  * See https://github.com/boto/boto/wiki/2.3.0-Release-Notes
- Add seperate doc package for HTML documentation

-------------------------------------------------------------------
Thu Nov 10 11:09:55 UTC 2011 - saschpe@suse.de

- Update to version 2.1.1:
  * No upstream-provided changes

-------------------------------------------------------------------
Tue Sep 20 13:14:24 UTC 2011 - saschpe@suse.de

- The previous two updates where junk, fixing back old stuff

-------------------------------------------------------------------
Tue Sep  6 02:26:23 UTC 2011 - alexandre@exatati.com.br

- Update description in spec file.

-------------------------------------------------------------------
Thu Jul 14 03:36:15 UTC 2011 - alexandre@exatati.com.br

- Update to 2.0;
- Bzip2 source file;
- Regenerate spec file with py2pack.

-------------------------------------------------------------------
Fri May 27 12:46:19 UTC 2011 - saschpe@suse.de

- Update to 2.0.b4
- Spec file cleanup:
  * Cleanup duplicates with fdupes
  * Fix executable flag for scripts with shebang line
  * Removed authors from description

-------------------------------------------------------------------
Wed Nov  3 19:47:38 UTC 2010 - alexandre@exatati.com.br

- Update to 2.0b3;
- Bzip2 source file.

-------------------------------------------------------------------
Mon Jul  5 19:28:02 UTC 2010 - alexandre@exatati.com.br

- Update to 1.9b;
- Spec file cleaned with spec-cleaner;
- Building as noarch for openSUSE >= 11.2.

-------------------------------------------------------------------
Mon Apr 13 11:12:32 ADT 2009 - jfunk@funktronics.ca

- Update to 1.7a

-------------------------------------------------------------------
Wed May  7 16:39:57 ADT 2008 - jfunk@opensuse.org

- Update to 1.2a

-------------------------------------------------------------------
Sun Sep  2 11:05:37 CEST 2007 - crrodriguez@suse.de

- first version 

openSUSE Build Service is sponsored by