Package Release Info

python-boto-2.48.0-3.17

Update Info: Base Release
Available in Package Hub : 15 Subpackages

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

python2-boto

Change Logs

* 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