- update to 3.1.3 (bsc#1218722, CVE-2024-22195):
* Fix compiler error when checking if required blocks in parent templates are xmlattr filter does not allow keys with spaces. * Make error messages stemming from invalid nesting of {% trans %} blocks more helpful. :pr:`1916` - Security issue: Corrected the security fix for the cache folder. - avoid rebuildcycle with vim - Add suggests for vim and emacs in their respective OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Jinja2?expand=0&rev=106
This commit is contained in:
parent
99fd2ac438
commit
6d8e93bca6
BIN
Jinja2-3.1.2.tar.gz
(Stored with Git LFS)
BIN
Jinja2-3.1.2.tar.gz
(Stored with Git LFS)
Binary file not shown.
3
Jinja2-3.1.3.tar.gz
Normal file
3
Jinja2-3.1.3.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:ac8bd6544d4bb2c9792bf3a159e80bba8fda7f07e81bc3aed565432d5925ba90
|
||||||
|
size 268261
|
@ -1,3 +1,12 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jan 12 09:35:16 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
- update to 3.1.3 (bsc#1218722, CVE-2024-22195):
|
||||||
|
* Fix compiler error when checking if required blocks in parent
|
||||||
|
templates are xmlattr filter does not allow keys with spaces.
|
||||||
|
* Make error messages stemming from invalid nesting of {% trans
|
||||||
|
%} blocks more helpful. :pr:`1916`
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Apr 21 12:20:44 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
Fri Apr 21 12:20:44 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-Jinja2
|
# spec file for package python-Jinja2
|
||||||
#
|
#
|
||||||
# Copyright (c) 2023 SUSE LLC
|
# Copyright (c) 2024 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -24,7 +24,7 @@
|
|||||||
%endif
|
%endif
|
||||||
%{?sle15_python_module_pythons}
|
%{?sle15_python_module_pythons}
|
||||||
Name: python-Jinja2
|
Name: python-Jinja2
|
||||||
Version: 3.1.2
|
Version: 3.1.3
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A template engine written in pure Python
|
Summary: A template engine written in pure Python
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
|
Loading…
x
Reference in New Issue
Block a user