Hello community,

here is the log from the commit of package python-elasticsearch for 
openSUSE:Factory checked in at 2019-06-13 22:29:19
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-elasticsearch (Old)
 and      /work/SRC/openSUSE:Factory/.python-elasticsearch.new.4811 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-elasticsearch"

Thu Jun 13 22:29:19 2019 rev:6 rq:708268 version:7.0.2

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/python-elasticsearch/python-elasticsearch.changes    
    2019-01-11 14:06:34.035734956 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-elasticsearch.new.4811/python-elasticsearch.changes
      2019-06-13 22:29:20.496459337 +0200
@@ -1,0 +2,13 @@
+Fri Jun  7 09:21:34 UTC 2019 - Marketa Calabkova <[email protected]>
+
+- update to 7.0.2
+  * Add connection parameter for Elastic Cloud cloud_id
+  * ML client uses client object for _bulk_body requests
+  * Blocking pool must fit thread_count
+  * Update client to support missing ES 7 API's and query params.
+  * Removed deprecated option update_all_types
+  * Using insecure SSL configuration (verify_cert=False) raises a 
+    warning, this can be not showed with ssl_show_warn=False
+  * Add support for 7.x api's in Elasticsearch
+
+-------------------------------------------------------------------

Old:
----
  elasticsearch-6.3.1.tar.gz

New:
----
  7.0.2.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-elasticsearch.spec ++++++
--- /var/tmp/diff_new_pack.PTy7gP/_old  2019-06-13 22:29:21.116459135 +0200
+++ /var/tmp/diff_new_pack.PTy7gP/_new  2019-06-13 22:29:21.120459134 +0200
@@ -17,20 +17,20 @@
 
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
-# Test files not included in source archive
-%bcond_with     test
+%bcond_without  test
 Name:           python-elasticsearch
-Version:        6.3.1
+Version:        7.0.2
 Release:        0
 Summary:        Python client for Elasticsearch
 License:        Apache-2.0
 Group:          Development/Languages/Python
 Url:            https://github.com/elastic/elasticsearch-py
-Source:         
https://files.pythonhosted.org/packages/source/e/elasticsearch/elasticsearch-%{version}.tar.gz
+Source:         
https://github.com/elastic/elasticsearch-py/archive/%{version}.tar.gz
 BuildRequires:  %{python_module setuptools}
 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}
@@ -49,7 +49,7 @@
 to be opinion-free and very extendable.
 
 %prep
-%setup -q -n elasticsearch-%{version}
+%setup -q -n elasticsearch-py-%{version}
 rm README.rst
 
 %build

++++++ elasticsearch-6.3.1.tar.gz -> 7.0.2.tar.gz ++++++
++++ 13351 lines of diff (skipped)


Reply via email to