Skip to content

Commit

Permalink
Update python-sorl-thumbnail to version 12.7.0 / rev 6 via SR 925047
Browse files Browse the repository at this point in the history
https://build.opensuse.org/request/show/925047
by user mcepl + dimstar_suse
- Skip test_orientation with
  DJANGO_SETTINGS_MODULE=tests.settings.imagemagick
  (gh#jazzband/sorl-thumbnail#676).
  • Loading branch information
mcepl authored and bmwiedemann committed Oct 13, 2021
1 parent 864094b commit b8d50c7
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 2 deletions.
Binary file modified packages/p/python-sorl-thumbnail/.files
Binary file not shown.
11 changes: 11 additions & 0 deletions packages/p/python-sorl-thumbnail/.rev
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,15 @@
<comment></comment>
<requestid>878599</requestid>
</revision>
<revision rev="6" vrev="4">
<srcmd5>7cc4d8851b3c53c56963930770d18e73</srcmd5>
<version>12.7.0</version>
<time>1634141179</time>
<user>dimstar_suse</user>
<comment>- Skip test_orientation with
DJANGO_SETTINGS_MODULE=tests.settings.imagemagick
(gh#jazzband/sorl-thumbnail#676).
</comment>
<requestid>925047</requestid>
</revision>
</revisionlist>
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Wed Oct 13 08:14:36 UTC 2021 - Matej Cepl <mcepl@suse.com>

- Skip test_orientation with
DJANGO_SETTINGS_MODULE=tests.settings.imagemagick
(gh#jazzband/sorl-thumbnail#676).

-------------------------------------------------------------------
Mon Mar 1 02:12:42 UTC 2021 - John Vandenberg <jayvdb@gmail.com>

Expand Down
5 changes: 3 additions & 2 deletions packages/p/python-sorl-thumbnail/python-sorl-thumbnail.spec
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,11 @@ Suggests: vips-tools
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
Expand Down Expand Up @@ -88,7 +88,8 @@ PYTHONPATH=.
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
Expand Down

0 comments on commit b8d50c7

Please sign in to comment.