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-10-13 18:06:19
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-sorl-thumbnail (Old)
and /work/SRC/openSUSE:Factory/.python-sorl-thumbnail.new.2443 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-sorl-thumbnail"
Wed Oct 13 18:06:19 2021 rev:6 rq:925047 version:12.7.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-sorl-thumbnail/python-sorl-thumbnail.changes
2021-03-15 10:54:43.425201501 +0100
+++
/work/SRC/openSUSE:Factory/.python-sorl-thumbnail.new.2443/python-sorl-thumbnail.changes
2021-10-13 18:10:40.683706420 +0200
@@ -1,0 +2,7 @@
+Wed Oct 13 08:14:36 UTC 2021 - Matej Cepl <[email protected]>
+
+- Skip test_orientation with
+ DJANGO_SETTINGS_MODULE=tests.settings.imagemagick
+ (gh#jazzband/sorl-thumbnail#676).
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-sorl-thumbnail.spec ++++++
--- /var/tmp/diff_new_pack.0s7o4N/_old 2021-10-13 18:10:41.079707041 +0200
+++ /var/tmp/diff_new_pack.0s7o4N/_new 2021-10-13 18:10:41.083707047 +0200
@@ -41,11 +41,11 @@
BuildArch: noarch
# SECTION test requirements
BuildRequires: %{python_module Django >= 2}
+BuildRequires: %{python_module Wand}
BuildRequires: %{python_module boto}
BuildRequires: %{python_module dbm}
BuildRequires: %{python_module pytest-django}
BuildRequires: %{python_module redis}
-BuildRequires: %{python_module Wand}
BuildRequires: %{pythons}
BuildRequires: GraphicsMagick
BuildRequires: ImageMagick
@@ -88,7 +88,8 @@
export DJANGO_SETTINGS_MODULE=tests.settings.pil
%pytest -rs -k 'not TemplateTestCaseB and not test_image_file_deserialize'
export DJANGO_SETTINGS_MODULE=tests.settings.imagemagick
-%pytest -rs -k 'not TemplateTestCaseB and not test_image_file_deserialize'
+# test_orientation skipped because of gh#jazzband/sorl-thumbnail#676
+%pytest -rs -k 'not (TemplateTestCaseB or test_image_file_deserialize or
test_orientation)'
export DJANGO_SETTINGS_MODULE=tests.settings.dbm
%pytest -rs -k 'not TemplateTestCaseB and not test_image_file_deserialize'
export DJANGO_SETTINGS_MODULE=tests.settings.graphicsmagick