diff --git a/elastic-transport-python-8.10.0.tar.gz b/elastic-transport-python-8.10.0.tar.gz new file mode 100644 index 0000000..9fa0019 --- /dev/null +++ b/elastic-transport-python-8.10.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a93e2d53ca09127fdd6dafd7e571866e296e563d3fb77957320be5b501947e91 +size 71836 diff --git a/elastic-transport-python-8.4.0.tar.gz b/elastic-transport-python-8.4.0.tar.gz deleted file mode 100644 index 559f840..0000000 --- a/elastic-transport-python-8.4.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6a146686ae8f0647231bdaa66ce54537f0159d573d1aba107b312931184a7708 -size 70975 diff --git a/python-elastic-transport.changes b/python-elastic-transport.changes index 693e106..c378644 100644 --- a/python-elastic-transport.changes +++ b/python-elastic-transport.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Sat Dec 2 17:07:21 UTC 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 9 12:00:12 UTC 2023 - Daniel Garcia @@ -18,13 +28,13 @@ Thu Apr 13 22:41:03 UTC 2023 - Matej Cepl Mon Dec 5 12:09:29 UTC 2022 - Daniel Garcia - Disable broken test with latest urllib3 release - gh#elastic/elastic-transport-python#96 + gh#elastic/elastic-transport-python#96 ------------------------------------------------------------------- Tue Sep 27 19:15:33 UTC 2022 - Yogalakshmi Arunachalam - Update to 8.4.0 - * Added method for clients to use default ports for URL scheme. + * Added method for clients to use default ports for URL scheme. ------------------------------------------------------------------- Thu Aug 18 16:43:36 UTC 2022 - Ben Greiner diff --git a/python-elastic-transport.spec b/python-elastic-transport.spec index 4265b20..76c4feb 100644 --- a/python-elastic-transport.spec +++ b/python-elastic-transport.spec @@ -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