diff --git a/Jinja2-2.11.2.tar.gz b/Jinja2-2.11.2.tar.gz deleted file mode 100644 index 6b318d2..0000000 --- a/Jinja2-2.11.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:89aab215427ef59c34ad58735269eb58b1a5808103067f7bb9d5836c651b3bb0 -size 257594 diff --git a/Jinja2-2.11.3.tar.gz b/Jinja2-2.11.3.tar.gz new file mode 100644 index 0000000..837878f --- /dev/null +++ b/Jinja2-2.11.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6d58433de0ae800347cab1fa3043cebbabe8baa9d29e668f1c768cb87a333c6 +size 257589 diff --git a/python-Jinja2.changes b/python-Jinja2.changes index f368a37..6efc448 100644 --- a/python-Jinja2.changes +++ b/python-Jinja2.changes @@ -1,7 +1,15 @@ +------------------------------------------------------------------- +Tue Feb 9 15:42:40 UTC 2021 - Alexandros Toptsoglou + +- update to 2.11.3 + * Improve the speed of the urlize filter by reducing regex backtracking. + Email matching requires a word character at the start of the domain part + and only word characters in the TLD (CVE-2020-28493 bsc#1181944). + ------------------------------------------------------------------- Mon May 4 09:35:51 UTC 2020 - Johannes Grassler -- update to 2.11.1 +- update to 2.11.2 * Fix a bug that caused callable objects with __getattr__, like :class:~unittest.mock.Mock to be treated as a :func:contextfunction. :issue:1145 diff --git a/python-Jinja2.spec b/python-Jinja2.spec index 4cff8f3..3c1f1fd 100644 --- a/python-Jinja2.spec +++ b/python-Jinja2.spec @@ -1,7 +1,7 @@ # # spec file for package python-Jinja2 # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 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 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define oldpython python Name: python-Jinja2 -Version: 2.11.2 +Version: 2.11.3 Release: 0 Summary: A template engine written in pure Python License: BSD-3-Clause