Skip to content

Commit

Permalink
Update python-Jinja2 to version 3.1.3 / rev 52 via SR 1142212
Browse files Browse the repository at this point in the history
https://build.opensuse.org/request/show/1142212
by user dgarcia + anag+factory
- Disable broken test with latest version of MarkupSafe (2.1.4)
  (gh#pallets/jinja#1930, gh#pallets/markupsafe#417)
  • Loading branch information
dgarcia authored and bmwiedemann committed Jan 29, 2024
1 parent 0843241 commit e43f7e3
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 1 deletion.
Binary file modified packages/p/python-Jinja2/.files
Binary file not shown.
9 changes: 9 additions & 0 deletions packages/p/python-Jinja2/.rev
Original file line number Diff line number Diff line change
Expand Up @@ -565,4 +565,13 @@
- Add suggests for vim and emacs in their respective</comment>
<requestid>1138254</requestid>
</revision>
<revision rev="52" vrev="2">
<srcmd5>308ce69fb5a0f4428490d2024a0b4740</srcmd5>
<version>3.1.3</version>
<time>1706563618</time>
<user>anag+factory</user>
<comment>- Disable broken test with latest version of MarkupSafe (2.1.4)
(gh#pallets/jinja#1930, gh#pallets/markupsafe#417)</comment>
<requestid>1142212</requestid>
</revision>
</revisionlist>
6 changes: 6 additions & 0 deletions packages/p/python-Jinja2/python-Jinja2.changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Jan 29 10:10:29 UTC 2024 - Daniel Garcia <daniel.garcia@suse.com>

- Disable broken test with latest version of MarkupSafe (2.1.4)
(gh#pallets/jinja#1930, gh#pallets/markupsafe#417)

-------------------------------------------------------------------
Fri Jan 12 09:35:16 UTC 2024 - Dirk Müller <dmueller@suse.com>

Expand Down
5 changes: 4 additions & 1 deletion packages/p/python-Jinja2/python-Jinja2.spec
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,10 @@ dos2unix LICENSE.rst # Fix wrong EOL encoding

%check
%if %{with test}
%pytest -W ignore:'Support for nose tests is deprecated'
# Test broken with latest version of MarkupSafe (2.1.4)
# gh#pallets/jinja#1930, gh#pallets/markupsafe#417
donttest="test_striptags"
%pytest -W ignore:'Support for nose tests is deprecated' -k "not ($donttest)"
%endif

%files %{python_files}
Expand Down

0 comments on commit e43f7e3

Please sign in to comment.