Accepting request 1006512 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1006512 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-elastic-transport?expand=0&rev=2
This commit is contained in:
commit
74455d58e5
@ -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
BIN
elastic-transport-python-8.4.0.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -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>
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
%{?!python_module:%define python_module() python3-%{**}}
|
||||
%define skip_python2 1
|
||||
Name: python-elastic-transport
|
||||
Version: 8.1.2
|
||||
Version: 8.4.0
|
||||
Release: 0
|
||||
Summary: Transport classes and utilities shared among Python Elastic client libraries
|
||||
License: Apache-2.0
|
||||
@ -28,8 +28,8 @@ Source: https://github.com/elastic/elastic-transport-python/archive/refs
|
||||
BuildRequires: %{python_module setuptools}
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: python-rpm-macros
|
||||
Requires: (python-urllib3 >= 1.26.2 with python-urllib3 < 2)
|
||||
Requires: python-certifi
|
||||
Requires: (python-urllib3 >= 1.26.2 with python-urllib3 < 2)
|
||||
BuildArch: noarch
|
||||
%if 0%{python_version_nodots} < 37
|
||||
Requires: python-dataclasses
|
||||
|
Loading…
Reference in New Issue
Block a user