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:
parent
f40122ce9a
commit
f9b623575e
@ -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
3
Jinja2-3.0.3.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:611bb273cd68f3b993fabdc4064fc858c5b47a973cb5aa7999ec1ba405c87cd7
|
||||
size 269196
|
@ -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>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user