diff --git a/Jinja2-3.1.2.tar.gz b/Jinja2-3.1.2.tar.gz deleted file mode 100644 index 5055b6a..0000000 --- a/Jinja2-3.1.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:31351a702a408a9e7595a8fc6150fc3f43bb6bf7e319770cbc0db9df9437e852 -size 268239 diff --git a/Jinja2-3.1.3.tar.gz b/Jinja2-3.1.3.tar.gz new file mode 100644 index 0000000..ec9b62a --- /dev/null +++ b/Jinja2-3.1.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac8bd6544d4bb2c9792bf3a159e80bba8fda7f07e81bc3aed565432d5925ba90 +size 268261 diff --git a/python-Jinja2.changes b/python-Jinja2.changes index f27f312..c3d406c 100644 --- a/python-Jinja2.changes +++ b/python-Jinja2.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Fri Jan 12 09:35:16 UTC 2024 - Dirk Müller + +- 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 @@ -167,7 +176,7 @@ Mon May 4 09:35:51 UTC 2020 - Johannes Grassler intermediate strings during rendering. This prevents early evaluation which could change the value of an expression. :issue:1186 - + ------------------------------------------------------------------- Wed Apr 8 11:59:35 UTC 2020 - Tomáš Chvátal @@ -181,7 +190,7 @@ Fri Feb 21 18:56:05 UTC 2020 - Ondřej Súkup ------------------------------------------------------------------- Tue Feb 18 17:26:13 UTC 2020 - Ondřej Súkup - + - update to 2.11.1 * Fix a bug that prevented looking up a key after an attribute ({{ data.items[1:] }}) in an async template @@ -427,7 +436,7 @@ Fri Aug 15 12:29:35 UTC 2014 - mcihar@suse.cz Tue Jul 15 10:41:00 UTC 2014 - toddrme2178@gmail.com - Update to 2.7.3 (bnc#858239, CVE-2014-0012) - - Security issue: Corrected the security fix for the cache folder. + - Security issue: Corrected the security fix for the cache folder. This fix was provided by RedHat. ------------------------------------------------------------------- @@ -438,7 +447,7 @@ Thu May 8 21:21:45 UTC 2014 - hpj@urpla.net ------------------------------------------------------------------- Sat Apr 26 19:38:39 UTC 2014 - dmueller@suse.com -- avoid rebuildcycle with vim +- avoid rebuildcycle with vim ------------------------------------------------------------------- Mon Jan 13 13:18:53 UTC 2014 - dmueller@suse.com @@ -522,7 +531,7 @@ Mon Apr 23 12:00:49 UTC 2012 - toddrme2178@gmail.com - Add python 3 package - Simplify vim plugin packaging -- Add suggests for vim and emacs in their respective +- Add suggests for vim and emacs in their respective packages - Removed test for obsolete openSUSE version diff --git a/python-Jinja2.spec b/python-Jinja2.spec index d935ebd..efd663d 100644 --- a/python-Jinja2.spec +++ b/python-Jinja2.spec @@ -1,7 +1,7 @@ # # 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 # remain the property of their copyright owners, unless otherwise agreed @@ -24,7 +24,7 @@ %endif %{?sle15_python_module_pythons} Name: python-Jinja2 -Version: 3.1.2 +Version: 3.1.3 Release: 0 Summary: A template engine written in pure Python License: BSD-3-Clause