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
This commit is contained in:
Dirk Mueller 2022-09-27 19:36:19 +00:00 committed by Git OBS Bridge
parent 6c7dfed040
commit bd04ec12be
4 changed files with 11 additions and 5 deletions

View File

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

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

Binary file not shown.

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Sep 27 19:15:33 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
- Update to 8.4.0
* Added method for clients to use default ports for URL scheme.
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Aug 18 16:43:36 UTC 2022 - Ben Greiner <code@bnavigator.de> Thu Aug 18 16:43:36 UTC 2022 - Ben Greiner <code@bnavigator.de>

View File

@ -19,7 +19,7 @@
%{?!python_module:%define python_module() python3-%{**}} %{?!python_module:%define python_module() python3-%{**}}
%define skip_python2 1 %define skip_python2 1
Name: python-elastic-transport Name: python-elastic-transport
Version: 8.1.2 Version: 8.4.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
@ -28,8 +28,8 @@ Source: https://github.com/elastic/elastic-transport-python/archive/refs
BuildRequires: %{python_module setuptools} BuildRequires: %{python_module setuptools}
BuildRequires: fdupes BuildRequires: fdupes
BuildRequires: python-rpm-macros BuildRequires: python-rpm-macros
Requires: (python-urllib3 >= 1.26.2 with python-urllib3 < 2)
Requires: python-certifi Requires: python-certifi
Requires: (python-urllib3 >= 1.26.2 with python-urllib3 < 2)
BuildArch: noarch BuildArch: noarch
%if 0%{python_version_nodots} < 37 %if 0%{python_version_nodots} < 37
Requires: python-dataclasses Requires: python-dataclasses