14
0
forked from pool/python-Mako

- update to 1.2.2:

* Fixed issue in lexer where the regexp used to match tags would not
    correctly interpret quoted sections individually

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Mako?expand=0&rev=91
This commit is contained in:
2022-09-11 07:33:49 +00:00
committed by Git OBS Bridge
parent 5013e7d64d
commit 163cd770fc
4 changed files with 11 additions and 4 deletions

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Sun Sep 11 07:28:33 UTC 2022 - Dirk Müller <dmueller@suse.com>
- update to 1.2.2:
* Fixed issue in lexer where the regexp used to match tags would not
correctly interpret quoted sections individually
-------------------------------------------------------------------
Mon Jul 18 13:39:44 UTC 2022 - Steve Kowalik <steven.kowalik@suse.com>