diff --git a/Jinja2-2.10.1.tar.gz b/Jinja2-2.10.1.tar.gz new file mode 100644 index 0000000..16dd892 --- /dev/null +++ b/Jinja2-2.10.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:065c4f02ebe7f7cf559e49ee5a95fb800a9e4528727aec6f24402a5374c65013 +size 260956 diff --git a/Jinja2-2.10.tar.gz b/Jinja2-2.10.tar.gz deleted file mode 100644 index 88ed367..0000000 --- a/Jinja2-2.10.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f84be1bb0040caca4cea721fcbbbbd61f9be9464ca236387158b0feea01914a4 -size 261631 diff --git a/python-Jinja2.changes b/python-Jinja2.changes index 3bcdc70..ea0f694 100644 --- a/python-Jinja2.changes +++ b/python-Jinja2.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Sat Apr 13 03:06:31 UTC 2019 - Arun Persaud + +- update to version 2.10.1: + * "SandboxedEnvironment" securely handles "str.format_map" in order + to prevent code execution through untrusted format strings. The + sandbox already handled "str.format". + ------------------------------------------------------------------- Tue Feb 19 03:45:55 UTC 2019 - John Vandenberg diff --git a/python-Jinja2.spec b/python-Jinja2.spec index 4ad893c..af82bda 100644 --- a/python-Jinja2.spec +++ b/python-Jinja2.spec @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define oldpython python Name: python-Jinja2 -Version: 2.10 +Version: 2.10.1 Release: 0 Summary: A fast and easy to use template engine written in pure Python License: BSD-3-Clause @@ -95,7 +95,7 @@ install -Dm644 ext/jinja.el %{buildroot}%{_datadir}/emacs/site-lisp/jinja.el # I %endif %check -%python_exec -m pytest +%pytest %files %{python_files} %license LICENSE