diff --git a/Mako-1.3.5.tar.gz b/Mako-1.3.5.tar.gz deleted file mode 100644 index a02971d..0000000 --- a/Mako-1.3.5.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:48dbc20568c1d276a2698b36d968fa76161bf127194907ea6fc594fa81f943bc -size 392738 diff --git a/mako-1.3.10.tar.gz b/mako-1.3.10.tar.gz new file mode 100644 index 0000000..311d4c6 --- /dev/null +++ b/mako-1.3.10.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99579a6f39583fa7e5630a28c3c1f440e4e97a414b80372649c0ce338da2ea28 +size 392474 diff --git a/python-Mako.changes b/python-Mako.changes index ab1a95a..bedba8e 100644 --- a/python-Mako.changes +++ b/python-Mako.changes @@ -1,3 +1,44 @@ +------------------------------------------------------------------- +Mon Apr 14 20:20:59 UTC 2025 - Dirk Müller + +- 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 + +- Update to 1.3.9 + * [bug] [tests] Fixed test suite to not rely upon ancient "future division" + statement to test the Template.future_imports feature. The test is + replaced with one that tests only the rendering, not the ultimate effect. + +------------------------------------------------------------------- +Wed Dec 11 08:28:32 UTC 2024 - John Paul Adrian Glaubitz + +- Update to 1.3.8 + * Reverted the fix for :ticket:`140` released in Mako 1.3.7 as it produced + regressions in existing user code. +- from version 1.3.7 + * During the lexical analysis phase, add an additional prefix for undeclared + identifiers that have the same name as built-in flags, and determine the + final filter to be used during the code generation phase based on the + context provided by the user. Pull request by Hai Zhu. + * Support the direct passing of dictionary literals when calling functions + and fix the errors caused by nested braces. This revises the fix that was + released in 1.3.4 and then reverted in 1.3.5. Pull request by Hai Zhu and + Jose Galvez. + +------------------------------------------------------------------- +Wed Nov 6 15:56:23 UTC 2024 - John Paul Adrian Glaubitz + +- Update to 1.3.6 + * Fixed long standing bug where the sequence <& would be misinterpreted + by the lexer. It's not clear why the ampersand character was part of + the characters being consumed here and it may have been an inadvertent + bit of code from one of Mako's predecessor languages. +- Adjust upstream source name in spec file + ------------------------------------------------------------------- Tue Jun 4 21:03:46 UTC 2024 - Dirk Müller diff --git a/python-Mako.spec b/python-Mako.spec index 8728c92..4514614 100644 --- a/python-Mako.spec +++ b/python-Mako.spec @@ -1,7 +1,7 @@ # # spec file for package python-Mako # -# Copyright (c) 2024 SUSE LLC +# Copyright (c) 2025 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -24,12 +24,12 @@ %{?sle15_python_module_pythons} Name: python-Mako -Version: 1.3.5 +Version: 1.3.10 Release: 0 Summary: A Python templating language License: MIT URL: https://www.makotemplates.org/ -Source: https://files.pythonhosted.org/packages/source/M/Mako/Mako-%{version}.tar.gz +Source: https://files.pythonhosted.org/packages/source/m/mako/mako-%{version}.tar.gz BuildRequires: %{python_module MarkupSafe >= 0.9.2} BuildRequires: %{python_module base >= 3.8} BuildRequires: %{python_module pbr} @@ -62,7 +62,7 @@ inheritance, while maintaining close ties to Python calling and scoping semantics. %prep -%setup -q -n Mako-%{version} +%setup -q -n mako-%{version} %build %python_build