15
0
forked from pool/python-Jinja2

Accepting request 924494 from home:stroeder:python

update to 3.0.2

OBS-URL: https://build.opensuse.org/request/show/924494
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Jinja2?expand=0&rev=94
This commit is contained in:
2021-10-11 09:58:41 +00:00
committed by Git OBS Bridge
parent fa61b789b2
commit f40122ce9a
5 changed files with 24 additions and 19 deletions

View File

@@ -1,3 +1,18 @@
-------------------------------------------------------------------
Sun Oct 10 00:16:28 UTC 2021 - Michael Ströder <michael@stroeder.com>
- dropped obsolete no-warnings-as-errors.patch
- update to 3.0.2
* Fix a loop scoping bug that caused assignments in nested loops to still
be referenced outside of it. #1427
* Make compile_templates deterministic for filter and import names. #1452, #1453
* Revert an unintended change that caused Undefined to act like
StrictUndefined for the in operator. #1448
* Imported macros have access to the current template globals in async
environments. #1494
* PackageLoader will not include a current directory (.) path segment.
This allows loading templates from the root of a zip import. #1467
-------------------------------------------------------------------
Fri Sep 10 08:07:58 UTC 2021 - Steve Kowalik <steven.kowalik@suse.com>
@@ -14,6 +29,11 @@ Fri Jul 9 11:03:56 UTC 2021 - Ben Greiner <code@bnavigator.de>
- clean up single-spec: Remove python2 remnants
-------------------------------------------------------------------
Sat Jun 19 12:42:15 UTC 2021 - Michael Ströder <michael@stroeder.com>
- updated upstream project URL
-------------------------------------------------------------------
Sun Jun 13 13:55:29 UTC 2021 - Michael Ströder <michael@stroeder.com>