Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-sorl-thumbnail for
openSUSE:Factory checked in at 2021-03-15 10:54:41
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-sorl-thumbnail (Old)
and /work/SRC/openSUSE:Factory/.python-sorl-thumbnail.new.2401 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-sorl-thumbnail"
Mon Mar 15 10:54:41 2021 rev:5 rq:878599 version:12.7.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-sorl-thumbnail/python-sorl-thumbnail.changes
2021-02-23 20:23:17.119808499 +0100
+++
/work/SRC/openSUSE:Factory/.python-sorl-thumbnail.new.2401/python-sorl-thumbnail.changes
2021-03-15 10:54:43.425201501 +0100
@@ -1,0 +2,5 @@
+Mon Mar 1 02:12:42 UTC 2021 - John Vandenberg <[email protected]>
+
+- Enable Wand tests
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-sorl-thumbnail.spec ++++++
--- /var/tmp/diff_new_pack.yyvyXB/_old 2021-03-15 10:54:44.037202440 +0100
+++ /var/tmp/diff_new_pack.yyvyXB/_new 2021-03-15 10:54:44.041202447 +0100
@@ -45,6 +45,7 @@
BuildRequires: %{python_module dbm}
BuildRequires: %{python_module pytest-django}
BuildRequires: %{python_module redis}
+BuildRequires: %{python_module Wand}
BuildRequires: %{pythons}
BuildRequires: GraphicsMagick
BuildRequires: ImageMagick
@@ -92,6 +93,8 @@
%pytest -rs -k 'not TemplateTestCaseB and not test_image_file_deserialize'
export DJANGO_SETTINGS_MODULE=tests.settings.graphicsmagick
%pytest -rs -k 'not TemplateTestCaseB and not test_image_file_deserialize'
+export DJANGO_SETTINGS_MODULE=tests.settings.wand
+%pytest -rs -k 'not TemplateTestCaseB and not test_image_file_deserialize'
# pgmagick is not installed in all environments
%{python_expand if [ -d %{$python_sitearch}/pgmagick/ ]; then