14
0
forked from pool/python-Mako

- update to 1.3.4:

* Fixed regression caused by the fix for 🎫`320` where new
    logic added to interpret list and dictionary comprehensions
    would fail for expression oriented keys.  As the parsing in
    question was not necessary for these
    keys, it's been removed.
  * Fixed issue where a parsed expression which contained
    sub-brackets, such as dictionary literals, would fail to be
    interpreted correctly even though the
    initial parsing is correct.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Mako?expand=0&rev=107
This commit is contained in:
2024-05-14 08:15:58 +00:00
committed by Git OBS Bridge
parent 311d04e39e
commit e9e4cc85f4
4 changed files with 18 additions and 4 deletions

View File

@@ -1,3 +1,17 @@
-------------------------------------------------------------------
Tue May 14 08:13:21 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 1.3.4:
* Fixed regression caused by the fix for :ticket:`320` where new
logic added to interpret list and dictionary comprehensions
would fail for expression oriented keys. As the parsing in
question was not necessary for these
keys, it's been removed.
* Fixed issue where a parsed expression which contained
sub-brackets, such as dictionary literals, would fail to be
interpreted correctly even though the
initial parsing is correct.
-------------------------------------------------------------------
Mon Apr 15 06:14:49 UTC 2024 - Dirk Müller <dmueller@suse.com>