Accepting request 1236129 from devel:languages:python

- 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/request/show/1236129
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-elastic-transport?expand=0&rev=15
This commit is contained in:
Ana Guerrero 2025-01-09 14:05:52 +00:00 committed by Git OBS Bridge
commit b7148d4956
4 changed files with 14 additions and 5 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9bc0aa1b94cc0761efeceac5f0ba1d7dd19bf8b5571d863ca49c6b2f212db75c
size 76741

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:58dd66a35cf11577e017d2ffb2d85b53523a0f3faa7f89b4b54882987afcdcb4
size 77173

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Wed Jan 8 09:45:07 UTC 2025 - Daniel Garcia <daniel.garcia@suse.com>
- 8.17.0:
* Fix use of SSLContext with sniffing (#199)
* Fix enabled_cleanup_closed warning (#202)
* Remove unneeded install requirement (#196)
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Dec 12 15:56:05 UTC 2024 - Ben Greiner <code@bnavigator.de> Thu Dec 12 15:56:05 UTC 2024 - Ben Greiner <code@bnavigator.de>

View File

@ -1,7 +1,7 @@
# #
# spec file for package python-elastic-transport # spec file for package python-elastic-transport
# #
# Copyright (c) 2024 SUSE LLC # Copyright (c) 2025 SUSE LLC
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -18,7 +18,7 @@
%{?sle15_python_module_pythons} %{?sle15_python_module_pythons}
Name: python-elastic-transport Name: python-elastic-transport
Version: 8.15.1 Version: 8.17.0
Release: 0 Release: 0
Summary: Transport classes and utilities shared among Python Elastic client libraries Summary: Transport classes and utilities shared among Python Elastic client libraries
License: Apache-2.0 License: Apache-2.0
@ -77,6 +77,7 @@ donttest="$donttest or test_simple_request"
donttest="$donttest or (TestHttpxAsyncNode and not Creation)" donttest="$donttest or (TestHttpxAsyncNode and not Creation)"
# Flaky test # Flaky test
donttest="$donttest or test_decimal_serialization[OrjsonSerializer]" donttest="$donttest or test_decimal_serialization[OrjsonSerializer]"
donttest="$donttest or test_sniff_before_requests or test_sniffed_nodes_added_to_pool or test_sniff_on_node_failure"
%pytest -W ignore::DeprecationWarning -k "not ($donttest)" %pytest -W ignore::DeprecationWarning -k "not ($donttest)"
%files %{python_files} %files %{python_files}