Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-elasticsearch for
openSUSE:Factory checked in at 2023-09-10 13:09:38
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-elasticsearch (Old)
and /work/SRC/openSUSE:Factory/.python-elasticsearch.new.1766 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-elasticsearch"
Sun Sep 10 13:09:38 2023 rev:15 rq:1109633 version:8.9.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-elasticsearch/python-elasticsearch.changes
2023-04-22 22:02:08.285818256 +0200
+++
/work/SRC/openSUSE:Factory/.python-elasticsearch.new.1766/python-elasticsearch.changes
2023-09-10 13:10:09.490399905 +0200
@@ -1,0 +2,9 @@
+Fri Sep 1 16:36:50 UTC 2023 - Matej Cepl <[email protected]>
+
+- Update to 8.9.0:
+ Number of changes is so large, that I suggest looking at it at
+
https://www.elastic.co/guide/en/elasticsearch/client/python-api/master/release-notes.html.
+- Remove upstreamed python-elasticsearch-no-nose.patch and
+ python-elasticsearch-no-mock.patch.
+
+-------------------------------------------------------------------
@@ -4,0 +14 @@
+- Remove upstreamed python-elasticsearch-no-mock.patch.
Old:
----
7.6.0.tar.gz
python-elasticsearch-no-mock.patch
python-elasticsearch-no-nose.patch
New:
----
v8.9.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-elasticsearch.spec ++++++
--- /var/tmp/diff_new_pack.pg3SiX/_old 2023-09-10 13:10:11.166459787 +0200
+++ /var/tmp/diff_new_pack.pg3SiX/_new 2023-09-10 13:10:11.166459787 +0200
@@ -22,20 +22,18 @@
# DO NOT UPDATE until the compatible version of
# python-elasticsearch-dsl is available (i.e., the same major
# version ... currently we are waiting on 8.* release).
-Version: 7.6.0
+Version: 8.9.0
Release: 0
Summary: Python client for Elasticsearch
License: Apache-2.0
Group: Development/Languages/Python
URL: https://github.com/elastic/elasticsearch-py
-Source:
https://github.com/elastic/elasticsearch-py/archive/%{version}.tar.gz
-Patch0: python-elasticsearch-no-nose.patch
-# https://github.com/elastic/elasticsearch-py/issues/1983
-Patch1: python-elasticsearch-no-mock.patch
+Source:
https://github.com/elastic/elasticsearch-py/archive/refs/tags/v%{version}.tar.gz
BuildRequires: %{python_module certifi}
BuildRequires: %{python_module elastic-transport}
-BuildRequires: %{python_module setuptools}
+BuildRequires: %{python_module pip}
BuildRequires: %{python_module urllib3 >= 1.21.1}
+BuildRequires: %{python_module wheel}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-elastic-transport
@@ -58,13 +56,12 @@
%prep
%autosetup -p1 -n elasticsearch-py-%{version}
sed -i '/addopts/d' setup.cfg
-rm README.rst
%build
-%python_build
+%pyproject_wheel
%install
-%python_install
+%pyproject_install
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
@@ -72,7 +69,7 @@
%files %{python_files}
%license LICENSE
-%doc AUTHORS Changelog.rst README
+%doc CODE_OF_CONDUCT.md CHANGELOG.md README.rst
%{python_sitelib}/elasticsearch
%{python_sitelib}/elasticsearch-%{version}*-info