Changelog for
python310-elastic-transport-8.13.1-31.3.noarch.rpm :
* Fri Jun 21 2024 Steve Kowalik
- Skip some failing tests with pytest 8.x.
* Thu Jun 06 2024 Markéta Machová - Update to 8.13.1
* Fixed requests 2.32 compatibility
* Fixed TypeError when two nodes are declared dead at the same time
* Added TransportApiResponse- Drop merged requests232.patch
* Mon May 27 2024 Steve Kowalik - Switch to pyproject macros.- Require pytest 8 or greater.- Add patch remove-mock.patch:
* Remove requirement on mock, now as a patch, rather than sed.
* Thu May 23 2024 Markéta Machová - Add requests232.patch to fix compatibility with new requests
* Fri May 17 2024 Markéta Machová - update to 8.13.0
* Support the HTTPX client with asyncio
* Added optional orjson serializer support
* Sat Jan 20 2024 Dirk Müller - update to 8.12.0:
* Fix basic auth built from percent-encoded URLs
* Thu Dec 14 2023 Dirk Müller - update to 8.11.0:
* Always set default HTTPS port to 443
* Drop support for Python 3.6
* Include tests in sdist
* Fix `__iter__` return type to Iterator
* Sat Dec 02 2023 Dirk Müller - update to 8.10.0:
* Support urllib3 2.x in addition to urllib3 1.26.x (#121)
* Add 409 to `NOT_DEAD_NODE_HTTP_STATUSES` (#120)
* Fixed an issue where a large number of consecutive failures to connect to a node would raise an `OverflowError`.
* Fixed an issue to ensure that `ApiResponse` can be pickled.
* Tue May 09 2023 Daniel Garcia - Update python-urllib3 minimum requirement to build with latest python-urllib3
* Fri Apr 21 2023 Dirk Müller - add sle15_python_module_pythons (jsc#PED-68)
* Thu Apr 13 2023 Matej Cepl - Make calling of %{sle15modernpython} optional.
* Mon Dec 05 2022 Daniel Garcia - Disable broken test with latest urllib3 release gh#elastic/elastic-transport-python#96
* Tue Sep 27 2022 Yogalakshmi Arunachalam - Update to 8.4.0
* Added method for clients to use default ports for URL scheme.
* Thu Aug 18 2022 Ben Greiner - Initial specfile for v8.3.3- This library was lifted from elasticsearch-py and then transformed to be used across all Elastic services rather than only Elasticsearch.