15
0
forked from pool/python-Jinja2

- update to 3.1.2:

* Add parameters to ``Environment.overlay`` to match ``__init__``.
  * Handle race condition in ``FileSystemBytecodeCache``. :issue:`1654`

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Jinja2?expand=0&rev=97
This commit is contained in:
2022-06-04 11:36:36 +00:00
committed by Git OBS Bridge
parent 8cf69a50fd
commit 53be6e047d
4 changed files with 11 additions and 4 deletions

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Sat Jun 4 11:35:44 UTC 2022 - Dirk Müller <dmueller@suse.com>
- update to 3.1.2:
* Add parameters to ``Environment.overlay`` to match ``__init__``.
* Handle race condition in ``FileSystemBytecodeCache``. :issue:`1654`
-------------------------------------------------------------------
Sun Mar 27 18:03:52 UTC 2022 - Arun Persaud <arun@gmx.de>