|
|
|
|
Changelog for python3-boto-2.49.0-lp151.2.6.1.noarch.rpm :
* Tue May 19 2020 John Paul Adrian Glaubitz - Update in SLE-15 (bsc#1171769) * Tue Jan 14 2020 Tomáš Chvátal - Fix build under python3.8 by skipping more tests that break with that release (upstream is dead so not worth spending the time fixing them) * Fri Sep 13 2019 John Vandenberg - Skip the tests for the flavors not being built- Remove old comment * Sat Feb 16 2019 John Vandenberg - Fix breakages caused by removing boto.cacerts module which is imported elsewhere in the package. The file boto/cacerts/cacerts.txt is removed instead, and boto-no-builtin-certs.patch is trimmed.- Activate the test suite, adding many build dependencies with versions. 11 failing Cloudfront signings tests are skipped only on Python 3.- Add versions to runtime dependencies.- python-rsa is added as a Recommends as it is needed for Cloudfront.- python-requests is added as a Recommends as it is needed for Cloudsearch.- python-requests is added as a Suggests as it is used for contrib ymlmessage. * Fri Feb 08 2019 Robert Schweikert - 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 Robert Schweikert - Undo previous change, name confusion between boto and boto3 * Wed Nov 07 2018 Robert Schweikert - 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 John Paul Adrian Glaubitz - 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 tchvatalAATTsuse.com- Format with spec-cleaner * Fri Feb 02 2018 tchvatalAATTsuse.com- Drop the doc subpkg, docu is on the web anyway and it fails to build * Mon Aug 21 2017 tbechtoldAATTsuse.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 toddrme2178AATTgmail.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 rjschweiAATTsuse.com- Disable source service * Thu Oct 06 2016 dmuellerAATTsuse.com- fix requirements * Wed Oct 05 2016 rjschweiAATTsuse.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 toddrme2178AATTgmail.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 rjschweiAATTsuse.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 toddrme2178AATTgmail.com- Fix update-alternatives usage. * Wed Jul 29 2015 toddrme2178AATTgmail.com- Implement update-alternatives to allow for python 3 version, which is now supported upstream.- specfile cleanups * Mon Apr 27 2015 benoit.moninAATTgmx.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 AATT2774. * 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 rschweikertAATTsuse.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)
|
|
|