- update to 8.11.0:
* Always set default HTTPS port to 443 * Drop support for Python 3.6 * Include tests in sdist * Fix `__iter__` return type to Iterator OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-elastic-transport?expand=0&rev=14
This commit is contained in:
parent
9c80c7d004
commit
b9cc0dd8a8
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a93e2d53ca09127fdd6dafd7e571866e296e563d3fb77957320be5b501947e91
|
||||
size 71836
|
3
elastic-transport-python-8.11.0.tar.gz
Normal file
3
elastic-transport-python-8.11.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8b73854dd39b1c282abfb0680f064edb84c6905a3d210f88d84c8fbdd80f289c
|
||||
size 71944
|
@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 14 10:21:02 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 8.11.0:
|
||||
* Always set default HTTPS port to 443
|
||||
* Drop support for Python 3.6
|
||||
* Include tests in sdist
|
||||
* Fix `__iter__` return type to Iterator
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Dec 2 17:07:21 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
|
@ -18,12 +18,13 @@
|
||||
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-elastic-transport
|
||||
Version: 8.10.0
|
||||
Version: 8.11.0
|
||||
Release: 0
|
||||
Summary: Transport classes and utilities shared among Python Elastic client libraries
|
||||
License: Apache-2.0
|
||||
URL: https://github.com/elastic/elastic-transport-python
|
||||
Source: https://github.com/elastic/elastic-transport-python/archive/refs/tags/v%{version}.tar.gz#/elastic-transport-python-%{version}.tar.gz
|
||||
BuildRequires: %{python_module base >= 3.7}
|
||||
BuildRequires: %{python_module setuptools}
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: python-rpm-macros
|
||||
|
Loading…
Reference in New Issue
Block a user