15
0
forked from pool/python-Mako

- update to 1.3.10:

* Fix undefined variable errors when strict_undefined=True when
    using a nested list comprehension.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Mako?expand=0&rev=117
This commit is contained in:
2025-04-14 20:21:42 +00:00
committed by Git OBS Bridge
parent 548a25b6b9
commit 73fdb05464
4 changed files with 11 additions and 4 deletions

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Mon Apr 14 20:20:59 UTC 2025 - Dirk Müller <dmueller@suse.com>
- update to 1.3.10:
* Fix undefined variable errors when strict_undefined=True when
using a nested list comprehension.
-------------------------------------------------------------------
Mon Feb 10 10:15:18 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>