Hello community,
here is the log from the commit of package python-elasticsearch for
openSUSE:Factory checked in at 2019-01-11 14:05:24
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-elasticsearch (Old)
and /work/SRC/openSUSE:Factory/.python-elasticsearch.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-elasticsearch"
Fri Jan 11 14:05:24 2019 rev:5 rq:664361 version:6.3.1
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-elasticsearch/python-elasticsearch.changes
2018-12-13 19:43:38.101075958 +0100
+++
/work/SRC/openSUSE:Factory/.python-elasticsearch.new.28833/python-elasticsearch.changes
2019-01-11 14:06:34.035734956 +0100
@@ -1,0 +2,21 @@
+Thu Jan 10 13:18:55 UTC 2019 - Thomas Bechtold <[email protected]>
+
+- update to 6.3.1:
+ * Removed deprecated option ``update_all_types``.
+ * Pass retry object instead of False in urllib3
+ * Add support for `allow_partial_search_results`
+ * Deprecate `update_all_types`
+ * Add an exponential wait on delays
+ * Fix issues with dependencies
+ * Adding X-pack Docs
+ * Adding forecast to x-pack ML client
+ * cleanup for SSL Context
+ * Add X-Pack clients to -py
+ * Adding Gzip support for capacity constrained networks
+ * ``_routing`` in bulk action has been deprecated in ES. Introduces a
breaking change
+ if you use ``routing`` as a field in your documents.
+ * Updates to SSLContext logic to make it easier to use and have saner
defaults.
+ * Doc updates
+ * bad release
+
+-------------------------------------------------------------------
Old:
----
elasticsearch-6.0.0.tar.gz
New:
----
elasticsearch-6.3.1.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-elasticsearch.spec ++++++
--- /var/tmp/diff_new_pack.5JX2V8/_old 2019-01-11 14:06:34.543734445 +0100
+++ /var/tmp/diff_new_pack.5JX2V8/_new 2019-01-11 14:06:34.543734445 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-elasticsearch
#
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -20,7 +20,7 @@
# Test files not included in source archive
%bcond_with test
Name: python-elasticsearch
-Version: 6.0.0
+Version: 6.3.1
Release: 0
Summary: Python client for Elasticsearch
License: Apache-2.0
@@ -31,15 +31,14 @@
BuildRequires: fdupes
BuildRequires: python-rpm-macros
%if %{with test}
-BuildRequires: %{python_module coverage}
BuildRequires: %{python_module mock}
BuildRequires: %{python_module nosexcover}
BuildRequires: %{python_module nose}
BuildRequires: %{python_module pyaml}
BuildRequires: %{python_module requests >= 2.0.0}
-BuildRequires: %{python_module urllib3 >= 1.8}
+BuildRequires: %{python_module urllib3 >= 1.21.1}
%endif
-Requires: python-urllib3 >= 1.8
+Requires: python-urllib3 >= 1.21.1
BuildArch: noarch
%python_subpackages
++++++ elasticsearch-6.0.0.tar.gz -> elasticsearch-6.3.1.tar.gz ++++++
++++ 2550 lines of diff (skipped)