15
0

17 Commits

Author SHA256 Message Date
720c90e096 Accepting request 1267630 from home:glaubitz:branches:devel:languages:python
- Update to 8.17.1
  * Ensure compatibility with httpx v0.28.0+ (#222)
  * Add missing NOTICE file (#229)

OBS-URL: https://build.opensuse.org/request/show/1267630
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-elastic-transport?expand=0&rev=34
2025-04-07 12:19:31 +00:00
d5767f71ff - 8.17.0:
* Fix use of SSLContext with sniffing (#199)
  * Fix enabled_cleanup_closed warning (#202)
  * Remove unneeded install requirement (#196)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-elastic-transport?expand=0&rev=31
2025-01-08 09:46:09 +00:00
c70169a36f Accepting request 1230637 from home:bnavigator:branches:devel:languages:python
- Update test runs: pytest 8 is supported, httpx 0.28 creates
  problems

OBS-URL: https://build.opensuse.org/request/show/1230637
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-elastic-transport?expand=0&rev=29
2024-12-13 10:45:12 +00:00
47ba150dbf Accepting request 1228521 from home:dgarcia:branches:devel:languages:python
- drop remove-mock.patch, it's part of upstream now.
- Update to 8.15.1
  * Add explicit Python 3.13 support (#189)
- 8.15.0:
  * Removed call to raise_for_status() when using HttpxAsyncHttpNode
    to prevent exceptions being raised for 404 responses (#182)
  * Documented response classes (#175)
  * Dropped support for Python 3.7 (#179)

OBS-URL: https://build.opensuse.org/request/show/1228521
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-elastic-transport?expand=0&rev=27
2024-12-05 14:00:15 +00:00
009687a281 - Skip some failing tests with pytest 8.x.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-elastic-transport?expand=0&rev=25
2024-06-21 07:56:07 +00:00
d5e293a593 Accepting request 1178988 from home:mcalabkova:branches:devel:languages:python
- 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

OBS-URL: https://build.opensuse.org/request/show/1178988
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-elastic-transport?expand=0&rev=23
2024-06-07 17:16:29 +00:00
e1d0cafab6 - 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.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-elastic-transport?expand=0&rev=21
2024-05-27 04:25:16 +00:00
2dcbde1a2b Accepting request 1176037 from home:mcalabkova:branches:devel:languages:python
- Add requests232.patch to fix compatibility with new requests

OBS-URL: https://build.opensuse.org/request/show/1176037
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-elastic-transport?expand=0&rev=19
2024-05-23 08:49:58 +00:00
7e7a038be2 Accepting request 1174871 from home:mcalabkova:branches:devel:languages:python:pytest
- update to 8.13.0
  * Support the HTTPX client with asyncio
  * Added optional orjson serializer support

OBS-URL: https://build.opensuse.org/request/show/1174871
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-elastic-transport?expand=0&rev=18
2024-05-20 01:37:27 +00:00
b0d4060cc1 - update to 8.12.0:
* Fix basic auth built from percent-encoded URLs

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-elastic-transport?expand=0&rev=16
2024-01-20 14:03:28 +00:00
b9cc0dd8a8 - 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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-elastic-transport?expand=0&rev=14
2023-12-14 10:21:39 +00:00
9c80c7d004 - 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.
  gh#elastic/elastic-transport-python#96
  * Added method for clients to use default ports for URL scheme.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-elastic-transport?expand=0&rev=12
2023-12-02 17:08:19 +00:00
4437532dc1 - Update python-urllib3 minimum requirement to build with latest
python-urllib3

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-elastic-transport?expand=0&rev=9
2023-05-09 12:01:34 +00:00
534fb48e1b Accepting request 1081395 from home:dirkmueller:acdc:as_python3_module
SR for python stack proposal

OBS-URL: https://build.opensuse.org/request/show/1081395
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-elastic-transport?expand=0&rev=7
2023-04-21 14:42:15 +00:00
081360dd61 - Disable broken test with latest urllib3 release
gh#elastic/elastic-transport-python#96

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-elastic-transport?expand=0&rev=5
2022-12-05 12:10:28 +00:00
bd04ec12be Accepting request 1006508 from home:yarunachalam:branches:devel:languages:python
- Update to 8.4.0
  * Added method for clients to use default ports for URL scheme.

OBS-URL: https://build.opensuse.org/request/show/1006508
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-elastic-transport?expand=0&rev=3
2022-09-27 19:36:19 +00:00
5c811d817a Accepting request 998022 from home:bnavigator:branches:devel:languages:python
- This library was lifted from elasticsearch-py and then
  transformed to be used across all Elastic services rather than
  only Elasticsearch.

OBS-URL: https://build.opensuse.org/request/show/998022
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-elastic-transport?expand=0&rev=1
2022-08-19 06:46:26 +00:00