- 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
This commit is contained in:
Dirk Mueller 2023-12-02 17:08:19 +00:00 committed by Git OBS Bridge
parent cea5b15144
commit 9c80c7d004
4 changed files with 18 additions and 10 deletions

View File

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

BIN
elastic-transport-python-8.4.0.tar.gz (Stored with Git LFS)

Binary file not shown.

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
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.
-------------------------------------------------------------------
Tue May 9 12:00:12 UTC 2023 - Daniel Garcia <daniel.garcia@suse.com>

View File

@ -16,10 +16,9 @@
#
%define skip_python2 1
%{?sle15_python_module_pythons}
Name: python-elastic-transport
Version: 8.4.0
Version: 8.10.0
Release: 0
Summary: Transport classes and utilities shared among Python Elastic client libraries
License: Apache-2.0
@ -29,8 +28,7 @@ BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-certifi
# Removed upper limit to work with urllib3 >= 2.0.0 -- gh#elastic/elastic-transport-python#102
Requires: (python-urllib3 >= 1.26.2)
Requires: python-urllib3
BuildArch: noarch
%if 0%{python_version_nodots} < 37
Requires: python-dataclasses
@ -45,7 +43,7 @@ BuildRequires: %{python_module pytest-mock}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module requests}
BuildRequires: %{python_module trustme}
BuildRequires: %{python_module urllib3 >= 1.26.2}
BuildRequires: %{python_module urllib3}
# /SECTION
%python_subpackages