Hello community,
here is the log from the commit of package python-elasticsearch for
openSUSE:Factory checked in at 2020-03-05 23:17:37
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-elasticsearch (Old)
and /work/SRC/openSUSE:Factory/.python-elasticsearch.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-elasticsearch"
Thu Mar 5 23:17:37 2020 rev:8 rq:781062 version:7.5.1
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-elasticsearch/python-elasticsearch.changes
2019-09-17 13:36:18.777853345 +0200
+++
/work/SRC/openSUSE:Factory/.python-elasticsearch.new.26092/python-elasticsearch.changes
2020-03-05 23:17:48.593161225 +0100
@@ -1,0 +2,12 @@
+Mon Mar 2 15:39:59 UTC 2020 - Marketa Calabkova <[email protected]>
+
+- Update to 7.5.1
+ * All API is now auto generated
+ * deprecated the .xpack namespace
+ * Update client to support ES 7.5 APIs
+ * Fix sniffing with http.publish_host
+ * Fix request_timeout for indices APIs
+ * Allow access to x-pack features without xpack namespace
+ * Fix verify_certs=False
+
+-------------------------------------------------------------------
Old:
----
7.0.4.tar.gz
New:
----
7.5.1.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-elasticsearch.spec ++++++
--- /var/tmp/diff_new_pack.KgtArG/_old 2020-03-05 23:17:49.053161485 +0100
+++ /var/tmp/diff_new_pack.KgtArG/_new 2020-03-05 23:17:49.053161485 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-elasticsearch
#
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -19,16 +19,18 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%bcond_without test
Name: python-elasticsearch
-Version: 7.0.4
+Version: 7.5.1
Release: 0
Summary: Python client for Elasticsearch
License: Apache-2.0
Group: Development/Languages/Python
-Url: https://github.com/elastic/elasticsearch-py
+URL: https://github.com/elastic/elasticsearch-py
Source:
https://github.com/elastic/elasticsearch-py/archive/%{version}.tar.gz
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
+Requires: python-urllib3 >= 1.21.1
+BuildArch: noarch
%if %{with test}
BuildRequires: %{python_module coverage}
BuildRequires: %{python_module mock}
@@ -38,9 +40,6 @@
BuildRequires: %{python_module requests >= 2.0.0}
BuildRequires: %{python_module urllib3 >= 1.21.1}
%endif
-Requires: python-urllib3 >= 1.21.1
-BuildArch: noarch
-
%python_subpackages
%description
++++++ 7.0.4.tar.gz -> 7.5.1.tar.gz ++++++
++++ 14548 lines of diff (skipped)