15
0
forked from pool/python-Mako

- update to 1.3.3:

* Fixed unexpected error when use control lines which the
    first control block with no bodies other than comments,
    as `pass` is now added to the first empty block.
  * Fixed unexpected syntax error in strict_undefined mode that
    occurred when using comprehensions within a function in a Mako
    Python code block.
    Now, the local variable in comprehensions won't be added to the
    checklist when using strict_undefined mode.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Mako?expand=0&rev=105
This commit is contained in:
2024-04-15 06:15:36 +00:00
committed by Git OBS Bridge
parent 4b320e09c8
commit 311d04e39e
4 changed files with 17 additions and 4 deletions

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Mon Apr 15 06:14:49 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 1.3.3:
* Fixed unexpected error when use control lines which the
first control block with no bodies other than comments,
as `pass` is now added to the first empty block.
* Fixed unexpected syntax error in strict_undefined mode that
occurred when using comprehensions within a function in a Mako
Python code block.
Now, the local variable in comprehensions won't be added to the
checklist when using strict_undefined mode.
-------------------------------------------------------------------
Thu Feb 1 10:09:39 UTC 2024 - Dirk Müller <dmueller@suse.com>