Accepting request 931401 from home:stroeder:python

update to 3.0.3

OBS-URL: https://build.opensuse.org/request/show/931401
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Jinja2?expand=0&rev=95
This commit is contained in:
Matej Cepl 2021-11-16 15:38:56 +00:00 committed by Git OBS Bridge
parent f40122ce9a
commit f9b623575e
4 changed files with 15 additions and 4 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:827a0e32839ab1600d4eb1c4c33ec5a8edfbc5cb42dafa13b81f182f97784b45
size 268723

3
Jinja2-3.0.3.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:611bb273cd68f3b993fabdc4064fc858c5b47a973cb5aa7999ec1ba405c87cd7
size 269196

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
Sun Nov 14 14:59:31 UTC 2021 - Michael Ströder <michael@stroeder.com>
- 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 <michael@stroeder.com>

View File

@ -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