diff --git a/Jinja2-3.0.2.tar.gz b/Jinja2-3.0.2.tar.gz deleted file mode 100644 index 4731687..0000000 --- a/Jinja2-3.0.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:827a0e32839ab1600d4eb1c4c33ec5a8edfbc5cb42dafa13b81f182f97784b45 -size 268723 diff --git a/Jinja2-3.0.3.tar.gz b/Jinja2-3.0.3.tar.gz new file mode 100644 index 0000000..c0d35b3 --- /dev/null +++ b/Jinja2-3.0.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:611bb273cd68f3b993fabdc4064fc858c5b47a973cb5aa7999ec1ba405c87cd7 +size 269196 diff --git a/python-Jinja2.changes b/python-Jinja2.changes index 61371d5..f55f4dc 100644 --- a/python-Jinja2.changes +++ b/python-Jinja2.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Sun Nov 14 14:59:31 UTC 2021 - Michael Ströder + +- update to 3.0.3 + * Fix traceback rewriting internals for Python 3.10 and 3.11. (#1535) + * Fix how the native environment treats leading and trailing spaces + when parsing values on Python 3.10. (PR#1537) + * Improve async performance by avoiding checks for common types. (#1514) + * Revert change to ``hash(Node)`` behavior. Nodes are hashed by id again (#1521) + * ``PackageLoader`` works when the package is a single module file. (#1512) + ------------------------------------------------------------------- Sun Oct 10 00:16:28 UTC 2021 - Michael Ströder diff --git a/python-Jinja2.spec b/python-Jinja2.spec index b4ee907..54e0c8a 100644 --- a/python-Jinja2.spec +++ b/python-Jinja2.spec @@ -24,7 +24,7 @@ %bcond_without test %endif Name: python-Jinja2 -Version: 3.0.2 +Version: 3.0.3 Release: 0 Summary: A template engine written in pure Python License: BSD-3-Clause