Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-xapian-haystack for
openSUSE:Factory checked in at 2023-08-07 15:29:00
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-xapian-haystack (Old)
and /work/SRC/openSUSE:Factory/.python-xapian-haystack.new.22712 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-xapian-haystack"
Mon Aug 7 15:29:00 2023 rev:3 rq:1102595 version:3.1.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-xapian-haystack/python-xapian-haystack.changes
2023-07-01 23:18:31.470430519 +0200
+++
/work/SRC/openSUSE:Factory/.python-xapian-haystack.new.22712/python-xapian-haystack.changes
2023-08-07 15:29:09.568339260 +0200
@@ -1,0 +2,13 @@
+Sun Jul 30 18:45:04 UTC 2023 - Matej Cepl <[email protected]>
+
+- Clean up SPEC file.
+
+-------------------------------------------------------------------
+Sun Jul 30 00:35:49 UTC 2023 - Georg Pfuetzenreuter
<[email protected]>
+
+- Update to version 3.1.0
+ * multiple versions skipped, reference
+ https://github.com/notanumber/xapian-haystack/commits/3.1.0
+- Clean up spec file
+
+-------------------------------------------------------------------
Old:
----
xapian-haystack-2.1.1.tar.gz
New:
----
xapian-haystack-3.1.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-xapian-haystack.spec ++++++
--- /var/tmp/diff_new_pack.GPAghX/_old 2023-08-07 15:29:10.816346920 +0200
+++ /var/tmp/diff_new_pack.GPAghX/_new 2023-08-07 15:29:10.820346944 +0200
@@ -19,18 +19,22 @@
%{?sle15_python_module_pythons}
%global modname xapian-haystack
+%global modname2 xapian_haystack
Name: python-%{modname}
-Version: 2.1.1
+Version: 3.1.0
Release: 0
Summary: Backend of Django-Haystack for the Xapian search engine
License: GPL-2.0-only
URL: https://github.com/notanumber/xapian-haystack
-Source:
https://files.pythonhosted.org/packages/source/x/xapian-haystack/%{modname}-%{version}.tar.gz
-BuildRequires: %{python_module Django >= 1.8}
-BuildRequires: %{python_module django-haystack >= 2.5.1}
+Source:
https://files.pythonhosted.org/packages/source/x/xapian_haystack/%{modname}-%{version}.tar.gz
+BuildRequires: %{python_module Django >= 2.2}
+BuildRequires: %{python_module django-haystack >= 3.0}
+BuildRequires: %{python_module pip}
+BuildRequires: %{python_module wheel}
BuildRequires: python-rpm-macros
-Requires: python-Django >= 1.8
-Requires: python-django-haystack >= 2.5.1
+Requires: python-Django >= 2.2
+Requires: python-django-haystack >= 3.0
+Requires: python-filelock
BuildArch: noarch
%python_subpackages
@@ -38,17 +42,19 @@
Xapian-haystack is a backend of Django-Haystack for the Xapian search engine.
%prep
-%setup -q -n %{modname}-%{version}
+%autosetup -p1 -n %{modname}-%{version}
%build
-%python_build
+%pyproject_wheel
%install
-%python_install
+%pyproject_install
%files %{python_files}
%doc README.rst
%license LICENSE
-%{python_sitelib}/*
+%{python_sitelib}/xapian_backend.py
+%pycache_only %{python_sitelib}/__pycache__
+%{python_sitelib}/%{modname2}-%{version}*-info
%changelog
++++++ xapian-haystack-2.1.1.tar.gz -> xapian-haystack-3.1.0.tar.gz ++++++
++++ 2453 lines of diff (skipped)