2024-05-23 10:49:58 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu May 23 08:17:35 UTC 2024 - Markéta Machová <mmachova@suse.com>
|
|
|
|
|
|
|
|
- Add requests232.patch to fix compatibility with new requests
|
|
|
|
|
2024-05-20 03:37:27 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri May 17 13:29:03 UTC 2024 - Markéta Machová <mmachova@suse.com>
|
|
|
|
|
|
|
|
- update to 8.13.0
|
|
|
|
* Support the HTTPX client with asyncio
|
|
|
|
* Added optional orjson serializer support
|
|
|
|
|
2023-12-14 11:21:39 +01:00
|
|
|
-------------------------------------------------------------------
|
2024-01-20 15:03:28 +01:00
|
|
|
Sat Jan 20 14:03:15 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
|
|
|
|
|
|
|
- update to 8.12.0:
|
|
|
|
* Fix basic auth built from percent-encoded URLs
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
2023-12-14 11:21:39 +01:00
|
|
|
Thu Dec 14 10:21:02 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
|
|
|
|
|
|
|
- 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
|
|
|
|
|
2023-12-02 18:08:19 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sat Dec 2 17:07:21 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
|
|
|
|
|
|
|
- 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.
|
|
|
|
|
2023-05-09 14:01:34 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue May 9 12:00:12 UTC 2023 - Daniel Garcia <daniel.garcia@suse.com>
|
|
|
|
|
|
|
|
- Update python-urllib3 minimum requirement to build with latest
|
|
|
|
python-urllib3
|
|
|
|
|
2023-04-21 16:42:15 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Apr 21 12:24:34 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
|
|
|
|
|
|
|
- add sle15_python_module_pythons (jsc#PED-68)
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Apr 13 22:41:03 UTC 2023 - Matej Cepl <mcepl@suse.com>
|
|
|
|
|
|
|
|
- Make calling of %{sle15modernpython} optional.
|
|
|
|
|
2022-12-05 13:10:28 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Dec 5 12:09:29 UTC 2022 - Daniel Garcia <daniel.garcia@suse.com>
|
|
|
|
|
|
|
|
- Disable broken test with latest urllib3 release
|
2023-12-02 18:08:19 +01:00
|
|
|
gh#elastic/elastic-transport-python#96
|
2022-12-05 13:10:28 +01:00
|
|
|
|
2022-09-27 21:36:19 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Sep 27 19:15:33 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
|
|
|
|
|
|
|
|
- Update to 8.4.0
|
2023-12-02 18:08:19 +01:00
|
|
|
* Added method for clients to use default ports for URL scheme.
|
2022-09-27 21:36:19 +02:00
|
|
|
|
2022-08-19 08:46:26 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Aug 18 16:43:36 UTC 2022 - Ben Greiner <code@bnavigator.de>
|
|
|
|
|
|
|
|
- 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.
|