Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-django-haystack for
openSUSE:Factory checked in at 2022-09-18 17:32:26
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-django-haystack (Old)
and /work/SRC/openSUSE:Factory/.python-django-haystack.new.2083 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-django-haystack"
Sun Sep 18 17:32:26 2022 rev:7 rq:1004402 version:3.2.1
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-django-haystack/python-django-haystack.changes
2022-01-07 12:47:58.367911767 +0100
+++
/work/SRC/openSUSE:Factory/.python-django-haystack.new.2083/python-django-haystack.changes
2022-09-18 17:32:27.681812712 +0200
@@ -1,0 +2,7 @@
+Sun Sep 18 02:31:29 UTC 2022 - John Vandenberg <[email protected]>
+
+- Update to v3.2.1
+ * Fix Django 4.0 compatibility
+ * No changelog maintained upstream
+
+-------------------------------------------------------------------
Old:
----
django-haystack-3.1.1.tar.gz
New:
----
django-haystack-3.2.1.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-django-haystack.spec ++++++
--- /var/tmp/diff_new_pack.8lfsRc/_old 2022-09-18 17:32:28.137814042 +0200
+++ /var/tmp/diff_new_pack.8lfsRc/_new 2022-09-18 17:32:28.141814054 +0200
@@ -20,13 +20,12 @@
%define skip_python2 1
%define skip_python36 1
Name: python-django-haystack
-Version: 3.1.1
+Version: 3.2.1
Release: 0
Summary: Pluggable search for Django
License: BSD-3-Clause
-URL: https://haystacksearch.org/
+URL: https://github.com/django-haystack/django-haystack
Source:
https://files.pythonhosted.org/packages/source/d/django-haystack/django-haystack-%{version}.tar.gz
-BuildRequires: %{python_module django-codemod}
BuildRequires: %{python_module setuptools_scm}
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
@@ -57,8 +56,6 @@
%setup -q -n django-haystack-%{version}
sed -i 's:==:>=:' setup.py
-djcodemod run --removed-in 4.0 haystack/{admin,forms}.py
-
# This causes errors with pytest
sed -i '/django.setup()/d' test_haystack/__init__.py
echo 'import django; django.setup()' > conftest.py
@@ -75,7 +72,7 @@
# elasticsearch and solr tests require running services
# test_ensure_wgs84 is broken with some GDAL issues
%{python_expand export PYTHONPATH=%{buildroot}%{$python_sitelib}:${PWD}
-$python -m pytest -k 'not (elasticsearch or solr or test_ensure_wgs84)'
+$python -m pytest -rs -k 'not (elasticsearch or solr or test_ensure_wgs84)'
}
%files %{python_files}
++++++ django-haystack-3.1.1.tar.gz -> django-haystack-3.2.1.tar.gz ++++++
++++ 2754 lines of diff (skipped)