Package Release Info

python-boto-2.49.0-8.3.2

Update Info: SUSE-SLE-Module-Packagehub-Subpackages-15-SP1-2020-1170
Available in Package Hub : 15 SP1 Subpackages Updates

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

python2-boto

Change Logs

Version: 2.48.0-3.17
* Fri Feb 02 2018 tchvatal@suse.com
- Drop the doc subpkg, docu is on the web anyway and it fails to
  build
* Mon Aug 21 2017 tbechtold@suse.com
- update to version 2.48.0
  * Populate storage class from HEAD Object responses.
  * Fix generate_url() AttributeError when using anonymous connections
  * Add release notes for 2.47.0
  * Allow specifying s3 host from boto config file.
  * Use RegionInfo by default with heuristics
  * Loosen requirements for ID field in PROJECT_PRIVATE_RE to enable new canonical id format for project groups.
  * Added reelase notes for 2.48.0
  * Bumped to 2.48.0
  * Bumped to 2.47.0
* Thu May 04 2017 toddrme2178@gmail.com
- Implement single-spec version.
- Split documentation into own subpackage.
- Update to version 2.46.1
  * Fixes a bug where a recently added module was not added to
    setup.py
- Update to version 2.46.0
  * Endpoints v2 (:issue:`3675`, :sha:`d7253d8`)
- Update to version 2.45.0
  * Add support for eu-west-2 (:issue:`3654`, :sha:`40c68db`)
- Update to version 2.44.0
  * Update endpoints (:issue:`3649`, :sha:`a1eae11`)
  * Add gs support for object-level storage class features.
    (:issue:`3635`, :sha:`dc4bf34`)
- Update to version 2.43.0
  * Add support for ``us-east-2`` endpoint (:sha:`262ed00`)
  * Account for metadata update propagation delay
    (:issue:`3615`, :sha:`592dae3`)
  * boto.dynamodb2.table.Table#batch_get() fails to paginate
    results if provisioned throughput is exceeded
    (:issue:`3574`, :sha:`abb3847`)
* Thu Feb 09 2017 rjschwei@suse.com
- Disable source service
* Thu Oct 06 2016 dmueller@suse.com
- fix requirements
* Wed Oct 05 2016 rjschwei@suse.com
- Update to version 2.42.0 (bsc#1002895)
  + Respect is_secure parameter in generate_url_sigv4 (commit 59ba28d)
  + Update MTurk API (issue 3563, commit 250d891)
- From 2.41.0
  + Update endpoints.json (issue 3564, commit 5e786b4)
  + Remove the broken link to PDF?s (issue 3562, commit 46ffb0c)
- From 2.40.0
  + ryansydnor-s3: Allow s3 bucket lifecycle policies with multiple
    transitions (commit c6d5af3)
  + Fixes upload parts for glacier (issue 3524, commit d1973a4)
  + pslawski-unicode-parse-qs: Move utility functions over to compat
    Add S3 integ test for non-ascii keys with sigv4 Fix quoting of tilde
    in S3 canonical_uri for sigv4 Parse unicode query string properly
    in Python 2 (issue 2844, commit 5092c6d)
  + ninchat-config-fix: Add __setstate__ to fix pickling test fail Add
    unit tests for config parsing Don?t access parser through
    __dict__ Config: Catch specific exceptions when wrapping ConfigParser
    methods Config: Don?t inherit from ConfigParser (issue 3474, commit c21aa54)
* Mon Feb 01 2016 toddrme2178@gmail.com
- update to version 2.39.0:
  * Autodetect sigv4 for ap-northeast-2 (:issue:`3461`,
    :sha:`c2a17ce`)
  * Added support for ap-northeast-2 (:issue:`3454`, :sha:`c3c1ddd`)
  * Remove VeriSign Class 3 CA from trusted certs (:issue:`3450`,
    :sha:`8a025df`)
  * Add note about boto3 on all pages of boto docs (:sha:`9bd904c`)
  * Fix for listing EMR steps based on cluster_states filter
    (:issue:`3399`, :sha:`0f92f35`)
  * Fixed param name in set_contents_from_string docstring
    (:issue:`3420`, :sha:`e30297b`)
  * Closes #3441 Remove py3 test whitelist Update rds to pass on py3
    Update mturk to pass tests on py3 Update cloudsearchdomain tests
    to work with py3 (:issue:`3441`, :sha:`5b2f552`)
  * Run tests against py35 (:sha:`7d039d0`)
  * Fix Glacier test failure in python 3.5 due to MagicMock
    (:issue:`3412`, :sha:`d042f07`)
  * Undo log message change BF(PY3): use except ... as syntax instead
    of except ..., (:sha:`607cad7`)
  * Fix travis CI builds for PY3 (:issue:`3439`, :sha:`22ab610`)
  * Spelling fixes (:issue:`3425`, :sha:`f43bbbd`)
  * Fixed docs (:issue:`3401`, :sha:`4f66311`)
  * Add deprecation notice to emr methods (:issue:`3422`,
    :sha:`cee6159`)
  * Add some GovCloud endpoints (:issue:`3421`, :sha:`5afc068`)
- Remove upstream-included region_support.patch
* Fri Jan 15 2016 rjschwei@suse.com
- Add region_support.patch (bsc#962138)
  + Support new region ap-northeast-2
  + Add features to other reagions that are now supported by AWS
* Thu Aug 13 2015 toddrme2178@gmail.com
- Fix update-alternatives usage.
* Wed Jul 29 2015 toddrme2178@gmail.com
- Implement update-alternatives to allow for python 3 version,
  which is now supported upstream.
- specfile cleanups
Version: 2.49.0-5.3.1
* Fri Feb 08 2019 rjschwei@suse.com
- Remove root certs (bsc#1116204)
  + Add boto-no-builtin-certs.patch
  + Remove the upstream builtin root certificate data for trusted CAs
* Wed Nov 07 2018 rjschwei@suse.com
- Undo previous change, name confusion between boto and boto3
* Wed Nov 07 2018 rjschwei@suse.com
- Fix build for openSUSE Leap 42.3
  + urllib3 needs the ssl module, which in Leap 42.3 is delivered by python
    and not python-base. Set explicit build dependency on python
* Mon Nov 05 2018 adrian.glaubitz@suse.com
- update to version 2.49.0
  * Import the latest CA Bundle from certifi (:issue:`3818`, :sha:`e4699cba`)
  * Fix to support uploads to KMS-encrypted buckets. (:issue:`3800`, :sha:`0a1d9040`)
  * Support fetching GCS bucket encryption metadata. (:issue:`3799`, :sha:`132b64d2`)
  * Update layer1.py (:issue:`3765`, :sha:`53340159`)
  * Fix tests/unit/glacier/test_writer.py to make work with pypy. (:issue:`3762`, :sha:`8402c5d6`)
* Mon Apr 30 2018 tchvatal@suse.com
- Format with spec-cleaner
* Mon Apr 27 2015 benoit.monin@gmx.fr
- update to version 2.38.0:
  * Add support for Amazon Machine Learning
  * Fix issue with modify reserved instances for modifying instance
    type
- additional changes from version 2.37.0:
  * Update AWS CloudTrail to the latest API.
  * Add support for UsePreviousValue to CloudFormation UpdateStack.
  * Fix BOTH_PATH to work with Windows drives
  * Fix division calculation in S3 docs.
  * Add Boto 3 link in README.
  * Add more regions for configservice
  * Add ``eu-central-1`` endpoints (Frankfurt region) for IAM and
    Route53
  * Fix unit tests from hanging
  * Fixed wording in dynamodb tutorial
  * Update SWF objects to keep a consistent region name.
  * Print archive ID in glacier upload script.
  * Add some minor documentation for Route53 tutorial.
  * Add Amazon DynamoDB online indexing support on High level API
  * Ensure Content-Length header is a string.
  * Correct docs around overriding SGs on ELBs
  * Fix DynamoDB tests.
  * Fix region bug.
  * Fix import for ``boto.cloudhsm.layer1.CloudHSMConnection``.
- additional changes from version 2.36.0:
  * Add Amazon DynamoDB online indexing support.
  * Allow for binary to be passed to sqs message
  * Kinesis update
  * Fixed spelling of boto.awslambda package.
  * Add support for Amazon EC2 Container Service
  * Add support for CloudHSM
  * Add support for AWS Config
  * Add support for AWS CodeDeploy
  * Add support for AWS Lambda
  * Update both Cognito's to the latest APIs
  * Add sts for eu-central-1.
  * Update opsworks to latest API
  * Add AWS Key Managment Support
- additional changes from version 2.35.2:
  * Add support for new data types in DynamoDB.
  * Expose cloudformation `UsePreviousTemplate` parameter.
  * Fix documentation around using custom connections for DynamoDB
    tables.
  * Fixed bug that unable call query_2 after call describe method
    on dynamodb2 module.
- additional changes from version 2.35.1:
  * Check for results left after computing self._keys_left
- additional changes from version 2.35.0:
  * Add Amazon EC2 Classic Link support
  * Add query string to body for anon STS POST
  * Fix bug that prevented initializing a dynamo item from existing
    item
  * switchover-sigv4:   Add integ tests for sigv4 switchover
    Switch elb/ec2 over to signature version 4
  * Return SetStackPolicyResponse
  * Added ELB Attributes to docs.
  * Fix bug by using correct string joining syntax.
  * Fix SES get_identity_dkim_attributes when input length > 1.
  * DynamoDB table batch_get fails to process all remaining results
    if single batch result is empty.
  * Added suppport for additional fields in EMR objects.
  * Pass version_id in copy if key is versioned.
  * Add support for SQS PurgeQueue operation.
  * Update documentation for launchconfig.
  * Remove unimplemented config param.
  * Add support for private hosted zones.
  * Fix Key.change_storage_class so that it obeys dst_bucket.
  * Fix for s3put host specification.
  * Improve handling of Glacier HTTP 204 responses.
  * Fix raising exception syntax in Python 3.
  * Privatezone: Adding unit/integration test coverage
  * Minor documentation/pep8 fixes.
  * Correct argument type in doc string.
  * Use exclusive start key to get all items from DynamoDB query.
  * Updated link to current config documentation.
  * Fix the SQS certificate error for region cn-north-1.
  * Adds support for getting health checker IP ranges from Route53.
  * fix: snap.create_volume documentation lists general purpose ssd
    Fixes @2774.
  * Fixed param type in get_contents_to_filename docstring.
  * Update DynamoDB local example to include fake access key id.
  * Added 'end' attribute to ReservedInstance.
  * Parse ClusterStatus?s StateChangeReason.
  * Adds SupportedProducts field to EMR JobFlow objects.
  * Fix EMR endpoint.
  * Detect old-style S3 URL for auto-sigv4.
  * Throw host warning for cloudsearch domain
  * Fix CloudSearch2 to work with IAM-based search and upload
    requests
  * iam: add support for Account Password Policy APIs
  * Handle sigv4 non-string header values properly
  * Url encode query string for pure query
- update project URL
- point source URL to pypi
- build python-boto-doc as a subpackage:
  * delete separate spec and changes file
  * merge entries of python-boto-doc.changes in python-boto.changes
  * add python-Sphinx as BuildRequires
  * break the dependency between the doc generation and boto
    by modifying Sphinx configuration file
- delete shebang of python file instead of setting them executable
* Sun Oct 26 2014 rschweikert@suse.com
- updated to 2.34.0 (bnc#902648)
  + Calculate sha_256 correctly for s3 (issue 2691, commit c0a001f)
  + Fix MTurk typo. (issue 2429, issue 2428, commit 9bfff19)
  + Add the ability to IAM to create a virtual mfa device.
    (issue 2675, commit 075d402)
  + PEP8 tidy up for several modules. (issue 2673, commit 38abbd9)
  + Fix s3 create multipart upload for sigv4 (issue 2684, commit fc73641)
  + Updated endpoints.json for cloudwatch logs to support more regions.
    (issue 2685, commit 5db2ea8)
  + Added TaggedEC2Object.remove_tags. (issue 2610, issue 2269, issue 2414,
    commit bce8fcf)
  + Fixed 403 error from url encoded User-Agent header (issue 2621,
    commit 2043a89)
  + Inserted break when iterating Route53 records. (issue 2631, commit 2de8716)
  + Fix typo in ELB ConnectionSettings attribute (issue 2602, commit 63bd53b)
  + PEP8 fixes to various common modules. (issue 2611, commit 44d873d)
  + Route Tables: Update describe_route_tables to support additional route
    types (VPC peering connection, NIC). (issue 2598, issue 2597,
    commit bbe8ce7)
  + Fix an error in Python 3 when creating launch configs. Enables
    AutoScaling unit tests to run by default. (issue 2591, commit fb4aeec)
  + Use svg instead of png to get better image quality. (issue 2588,
    commit 1de6b41)
  + STS now signs using sigv4. (issue 2627, commit 36b247f)
  + Added support for Amazon Cognito. (issue 2608, commit fa3a39e)
  + Fix bug where sigv4 custom metadata headers were presigned incorrectly.
    (issue 2604, commit 8853e8e)
  + Add some regions to cloudsearch (issue 2593, commit 8c6ea21)
  + fix typo in s3 tutorial (issue 2612, commit 92dd581)
  + Few typo in docstring (issue 2590, commit 0238747)
  + Add support for Amazon Route 53 Domains. (issue 2601, commit d149a87)
  + Support EBS encryption in BlockDeviceType. (issue 2587, issue 2480,
    commit 7a39741)
  + Fix a typo in auth.py: Bejing -> Beijing. (issue 2585, commit 8525616)
  + Update boto/cacerts/cacerts.txt. (issue 2567, commit 02b836c)
  + route53 module: tidy up to meet PEP8 better. (issue 2571, commit 3a3e960)
  + iam module: tidy up to meet PEP8 better. (issue 2566, commit 3c83da9)
  + Assigning ACL ID to network_acl_id instead of route_table_id.
    (issue 2548, commit c017b02)
  + Avoid infinite loop with bucket listing and encoding_type=?url?.
    (issue 2562, issue 2561, commit 39cbcb5)
  + Use urllib timeout param instead of hacking socket global timeout.
    (issue 2560, issue 1935, commit c1dd1fb)
  + Support non-ascii unicode strings in _get_all_query_args.
    Fixes: #2558, #2559. (issue 2559, issue 2558, commit 069d04b)
  + Truncated Response Handling in Route53 ListResourceRecordSets.
    (issue 2542, commit 3ba380f)
  + Update to latest OpsWorks API. (issue 2547, commit ac2b311)
  + Better S3 key repr support for unicode. (issue 2525, issue 2516,
    commit 8198884)
  + Skip test when locale is missing. (issue 2554, issue 2540, commit 2b87583)
  + Add profile_name support to SQS. (issue 2459, commit 3837951)
  + Include test_endpoints.json in source distribution. (issue 2550,
    commit 7f907b7)
  + Pass along params in make_request for elastic transcoder api.
    (issue 2537, commit 964999e)
  + Support auth when headers contains bytes. (issue 2521, issue 2520,
    commit 885348d)
  + PEP8 style fixes for ElastiCache. (issue 2539, commit bd0d6db)
  + PEP8 style fixes for SES. (issue 2538, commit c620c43)
  + Update to latest Redshift API. (issue 2545, commit 9151092)
  + Update to latest support API. (issue 2541, issue 2426, commit 8cf1b52)
  + Uses file name as archive description when uploading to glacier.
    (issue 2535, issue 2528, commit 38478c1)
  + Fix the ec2.elb.listener.Listener class?s __getitem__ method.
    (issue 2533, commit 7b67f98)
  + Add recognized HTTP headers for S3 metadata. (issue 2477,
    issue 2050, commit c8c625a)
  + Fix class name for document. (issue 2530, commit 2f0e689)
  + Copy CloudSearch proxy settings to endpoint services. (issue 2513,
    commit 3cbbc21)
  + Merge branch ?develop? into cloudsearch2-proxy (commit 5b424db)
  + Add IAMer as an application built on boto. (issue 2515, commit 1f35224)
  + Fix Amazon Cognito links in docs (issue 2674, commit 7c28577)
  + fix ELB ConnectionSettings values in documentation (issue 2620,
    commit d2231a2)
  + Update count_slow documentation. (issue 2569, commit e926d2d)
  + Documents not found behavior of get_item(). (issue 2544, commit 9b9c1c4)
  + Doc updates for CloudSearch. (issue 2546, commit 9efebc2)
* Sat Sep 13 2014 tbechtold@suse.com
- update to 2.32.1:
  + DynamoDB (issue 2441, commit 0ef0466, issue 2473, commit 102c3b6,
    issue 2453)
  + CloudWatch Logs (issue 2448, commit 23cbcd1)
  + Support (issue 2406, commit 7b489a0)
  + Elastic Beanstalk (issue 2372, commit d45d00e)
  + CloudSearch (issue 2439, commit 25416f9, issue 2432, commit b17f2d9)
  + STS (issue 2435, commit 1c1239b)
  + SimpleDB (issue 2403, commit 604318d)
  + EC2 (issue 2424, commit 5e5dc4c)
  + VPC (issue 2399, commit 356da91)
  + OpsWorks (issue 2402, commit 68d15a5)
  + CloudWatch (issue 2400, commit a4d0a7a)
  + SWF (issue 2397, commit 6db918e)
  + MWS (issue 2385, commit 5347fbd)
  + ELB (issue 2384, commit 4dcc9be)
  + Elastic Transcoder (issue 2382, commit 40c5e35)
  + EMR (issue 2381, commit edf4020)
  + Route53 (issue 2359, commit 15514f7)
  + Glacier (issue 2357, commit a41042e)
  + RedShift (issue 2362, commit b8888cc)
  + CloudFront (issue 2355, commit f2f54b1)
  + ECS (issue 2364, commit ab84969)
  + Fix pylintrc to run with pylint/python 3. (issue 2366, commit 6292ab2)
  + SNS (issue 2365, commit 170f735)
  + AutoScaling (issue 2393, commit 6a78057)
  + Direct Connect (issue 2361, commit 8488d94)
  + CloudFormation (issue 2373, commit 9872f27)
  + IAM (issue 2358, commit 29ad3e3)
  + ElastiCache (issue 2356, commit 2880f91)
  + SES (issue 2354, commit 1db129e)
  + Fix S3 integration test on Py3. (issue 2466, commit f3eb4cd)
  + Use unittest.mock if exists. (issue 2451, commit cc58978)
  + Add tests/compat.py for test-only imports. (issue 2442, commit 556f3cf)
  + Add backward-compatible support for Python 3.3+ (S3, SQS, Kinesis, CloudTrail). (issue 2344, issue 677, commit b503f4b)
  + Add marker param to describe all ELBs. (issue 2433, commit 49af8b6)
  + Update .travis.yml to add pypy. (issue 2440, commit 4b8667c)
  + Add ?include_all_instances? support to ?get_all_instance_status?. (issue 2446, issue 2230, commit 5949012)
  + Support security tokens in configuration file profiles. (issue 2445, commit a16bcfd)
  + Singapore, Sydney and Tokyo are missing in Kinesis Region. (issue 2434, commit 723290d)
  + Add support for VPC connection peering. (issue 2438, commit 63c78a8)
  + Add seperate doc requirements. (issue 2412, commit 2922d89)
  + Route53 support IP health checks (issue 2195, commit 319d44e)
  + IPv6 support when making connections (issue 2380, commit 1e70179)
  + Support SNS message attributes (issue 2360, commit ec106bd)
  + Add ?attributes? argument to boto.dynamodb2.table.Table.batch_get. (issue 2276, commit fe67f43)
  + Add documentation for top-level S3 module. (issue 2379, commit db77546)
  + Prevent an infinite loop. (issue 2465, commit 71b795a)
  + Updated documentation for copy_image. (issue 2471, commit f9f683a)
  + Fixed #2464 added keyword ?detailed? to docs. (issue 2467, issue 2464, commit eb26fdc)
  + Retry installation commands on Travis CI. (issue 2457, commit a9e8057)
  + Fix for run_instances() network_interfaces argument documentation. (issue 2461, commit 798fd70)
  + pyami module: tidy up to meet PEP8 better. (issue 2460, commit e5a23ed)
  + Updating documentation on cloudsearch regions. (issue 2455, commit de284a4)
  + Fixing lost errors bug in cloudsearch2 commit implementation. (issue 2408, commit fedb937)
  + Import json from boto.compat for several modules. (issue 2450, commit 55e716b)
  + Relocate MWS requirements checks; closes #2304, #2314. (issue 2314, issue 2304, commit 6a8f98b)
  + Added support for creating EMR clusters with a ServiceRole. (issue 2389, commit 7693956)
  + Doc fix: doc_service instead of service on Deleting. (issue 2419, commit f7b7980)
  + Fix dummy value typo on aws_access_key_id. (issue 2418, commit fc2a212)
  + Fix typo; add test. (issue 2447, commit effa8a8)
  + Fix CloudWatch Logs docstring. (issue 2444, commit d4a2b02)
  + Fix S3 mock encoding bug (issue 2443, commit 8dca89b)
  + Skip the ETag header check in responce while using SSE-C encrpytion of S3. (issue 2368, commit 907fc6d)
  + Fix Beanstalk exception handling. (issue 2431, commit 40f4b5d)
  + EC2 UserData encoding fix (Full version of #1698). (issue 2396, issue 1698, commit 78300f1)
  + Fetch S3 key storage class on-demand. (issue 2404, commit 8c4cc67)
  + Added documentation for /manage/cmdshell.py. (issue 2395, commit 5a28d1c)
  + Remove redundant lines in auth.py. (issue 2374, commit 317e322)
  + Fix SWF continue_as_new_workflow_execution start_to_close_timeout. (issue 2378, commit 5101b06)
  + Fix StringIO imports and invocations. (issue 2390, commit 03952c7)
  + Fixed wrong call of urlparse. (issue 2387, commit 4935f67)
  + Update documentation on Valid Values for ses:SetIdentityNotificationTopic. (issue 2367, commit 3f5de0d)
  + Correct list_saml_providers to return all items. (issue 2338, commit 9e9427f)
  + Fixing ELB unit tests. Also did some PEP8 cleanup on ELB code. (issue 2352, commit 5220621)
  + Documentation updates. (issue 2353, commit c9233d4)
  + Add support for Amazon CloudWatch Logs. (commit 125c94d)
  + Add EC2 T2 instance types (commit 544f8925cb)
  + Add new regions for CloudTrail and Kinesis (commit 4d67e19914)
  + Fixed some code formatting and typo in SQS tutorial docs. (issue 2332, commit 08c8fed)
  + Documentation update ? Child workflows and poll API. (issue 2333, issue 2063, issue 2064, commit 4835676)
  + DOC Tutorial update for metrics and use of dimensions property. (issue 2340, issue 2336, commit 45fda90)
  + Let people know only EC2 supported for cloudwatch. (issue 2341, commit 98f03e2)
  + Add namespace to AccessControlPolicy xml representation. (issue 2342, commit ce07446)
  + Make ip_addr optional in Route53 HealthCheck. (issue 2345, commit 79c35ca)
  + Add S3 SigV4 Presigning. (issue 2349, commit 125c4ce)
  + Add missing route53 autodoc. (issue 2343, commit 6472811)
  + Adds scan_index_forward and limit to DynamoDB table query count. (issue 2184, commit 4b6d222)
  + Add method TaggedEC2Object.add_tags(). (issue 2259, commit eea5467)
  + Add network interface lookup to EC2. Add update/attach/detach methods to NetworkInterface object. (issue 2311, commit 4d44530)
  + Parse date/time in a locale independent manner. (issue 2317, issue 2271, commit 3b715e5)
  + Add documentation for delete_hosted_zone. (issue 2316, commit a0fdd39)
  + s/existance/existence/ (issue 2315, commit b8dfa1c)
  + Add multipart upload section to the S3 tutorial. (issue 2308, commit 99953d4)
  + Only attempt shared creds load if path is a file. (issue 2305, commit 0bffa3b)
- Add BotoCheatSheet.pdf
* Mon Jun 16 2014 dmueller@suse.com
- update to 2.29.1:
  + Fix crash when provider is google. (issue 2302, commit 33329d5888)
  + Fix connection pooling issue with CloudSearch (commit 82e83be12a)
  + Added support for shared credentials file.
  + Added support for EBS encryption. (issue 2282, commit d85a449)
  + Added GovCloud CloudFormation endpoint. (issue 2297, commit 0f75fb9)
  + Added new CloudTrail endpoints to endpoints.json. (issue 2269, commit 1168580)
  + Added ?name? param to documentation of ELB LoadBalancer. (issue 2291, commit 86e1174)
  + Fix typo in ELB docs. (issue 2294, commit 37aaa0f)
  + Fix typo in ELB tutorial. (issue 2290, commit 40a758a)
  + Fix OpsWorks connect_to_region exception. (issue 2288, commit 26729c7)
  + Fix timezones in CloudWatch date range example. (issue 2285, commit 138a6d0)
  + Fix description of param tags into rds2.create_db_subnet_group. (issue 2279, commit dc1037f)
  + Fix the incorrect name of a test case. (issue 2273, commit ee195a1)
  + Fix ?consistent? argument to boto.dynamodb2.table.Table.batch_get. (issue 2272, commit c432b09)
  + Update the wheel to be python 2 compatible only. (issue 2286, commit 6ad0b75)
  + Crate.io is no longer a package index. (issue 2289, commit 7f23de0)
* Thu May 15 2014 rschweikert@suse.com
- update to version 2.28.0
  + Add support for SQS message attributes. (issue 2257, commit a04ca92)
  + Update DynamoDB to support query filters. (issue 2242, commit 141eb71)
  + Implement new Cloudsearch API 2013-01-01 as cloudsearch2 module
    (commit b0ababa)
  + Miscellaneous improvements to the MTurk CLI. (issue 2188, commit c213ff1)
  + Update MWS to latest API version and adds missing API calls.
    (issue 2203, issue 2201, commit 8adf720, commit 8d0a6a8)
  + Update EC2 register_image to expose an option which sets whether an
    instance store is deleted on termination. The default value is
    left as-is. (commit d295ee9)
  + Clarify that MTurkConnection.get_assignments attributes are actually
    strings. (issue 2187, issue 2176, commit 075636b)
  + Add support for ELB Connection Draining attribute.
    (issue 2174, issue 2173, commit 78fa43c)
  + Add support for setting failure threshold for Route53 health checks.
    (issue 2171, issue 2170, commit 15b812f)
  + Fix specification of Elastic Beanstalk tier parameter.
    (issue 2168, commit 4492e86)
  + Fixed part of roboto for euca2ools. (issue 2166, issue 1730,
    commit 63b7a34)
  + Fixed removing policies from listeners. (issue 2165, issue 1708,
    commit e5a2d9b)
  + Reintroduced the reverse fix for DDB. (issue 2163, commit 70ec722)
  + Several fixes to DynamoDB describe calls. (issue 2161, issue 1649,
    issue 1663, commit 84fb748)
  + Fixed how reverse works in DynamoDBv2. (issue 2160, issue 2070,
    issue 2115, commit afdd805)
  + Update Kinesis exceptions (issue 2159, issue 2153, commit 22c6751)
  + Fix ECS problem using new-style classes (issue 2103, commit dc466c7)
  + Add support for passing region info from SWF layer2 to layer1
    (issue 2137, commit 0dc8ce6)
  + Handle plus signs in S3 metadata (issue 2145, commit c2a0f95)
  + Fix Glacier vault date parsing (issue 2158, commit 9e7b132)
  + Fix Route53 evaluate target health bug. (issue 2157, commit 398bb62)
  + Removing obselete core directory. (issue 1987, commit 8e83292)
  + Improve IAM behavior in the cn-north-1 region. (issue 2152, commit 4050e70)
  + Add SetIdentityFeedbackForwardingEnabled and SetIdentityNotificationTopic
    for SES. (issue 2130, issue 2128, commit 83002d5)
  + Altered Route53 bin script to use UPSERT rather than CREATE.
    (issue 2151, commit 2cd20e7)
  + Documentation fix. (issue 2156, commit 7592a58)
  + Fix EC2 documentation typo (issue 2178, commit 2627843)
  + Update Boto configuration tutorial (issue 2191, commit f2a7a08)
  + Correct typo ?possile? ?> ?possible?. (issue 2196, commit d228352)