diff --git a/Mako-1.3.3.tar.gz b/Mako-1.3.3.tar.gz deleted file mode 100644 index e70814d..0000000 --- a/Mako-1.3.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e16c01d9ab9c11f7290eef1cfefc093fb5a45ee4a3da09e2fec2e4d1bae54e73 -size 389980 diff --git a/Mako-1.3.4.tar.gz b/Mako-1.3.4.tar.gz new file mode 100644 index 0000000..07979a2 --- /dev/null +++ b/Mako-1.3.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:029a10f5fc497f5be7f7754e4ef5bcf26cb93044798de31fd1303f777f360916 +size 392377 diff --git a/python-Mako.changes b/python-Mako.changes index 1bd1986..a56cfac 100644 --- a/python-Mako.changes +++ b/python-Mako.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Tue May 14 08:13:21 UTC 2024 - Dirk Müller + +- 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 diff --git a/python-Mako.spec b/python-Mako.spec index 0523f3b..251e8b9 100644 --- a/python-Mako.spec +++ b/python-Mako.spec @@ -24,7 +24,7 @@ %{?sle15_python_module_pythons} Name: python-Mako -Version: 1.3.3 +Version: 1.3.4 Release: 0 Summary: A Python templating language License: MIT