diff --git a/mako-1.3.10.tar.gz b/mako-1.3.10.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..73affd8fe35907300ac7485a1b499575466d3fa7 Binary files /dev/null and b/mako-1.3.10.tar.gz differ diff --git a/mako-1.3.6.tar.gz b/mako-1.3.6.tar.gz deleted file mode 100644 index fb6e819834d79156fe2f4e920137391868fce8be..0000000000000000000000000000000000000000 Binary files a/mako-1.3.6.tar.gz and /dev/null differ diff --git a/python-mako.spec b/python-mako.spec index 3a330549d2d8216ecae8bff9da389f3121cc9c26..3f18ec14c4fda0d5577dd73c4dcddefab1f4de75 100644 --- a/python-mako.spec +++ b/python-mako.spec @@ -2,13 +2,13 @@ %bcond_without test Name: python-mako -Version: 1.3.6 +Version: 1.3.10 Release: 1 Summary: Mako template library for Python License: MIT Group: Development/Languages URL: http://www.makotemplates.org/ -Source0: https://files.pythonhosted.org/packages/fa/0b/29bc5a230948bf209d3ed3165006d257e547c02c3c2a96f6286320dfe8dc/mako-1.3.6.tar.gz +Source0: https://files.pythonhosted.org/packages/9e/38/bd5b78a920a64d708fe6bc8e0a2c075e1389d53bef8413725c63ba041535/mako-1.3.10.tar.gz BuildArch: noarch Requires: python3-markupsafe @@ -81,6 +81,11 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Tue Aug 05 2025 zengliwen - 1.3.10-1 +- Update to 1.3.10-1 +- Fix undefined variable errors when strict_undefined=True when using a nested list comprehension. Pull request courtesy Sébastien Granjoux. + 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. + * Mon Nov 04 2024 xiaozai - 1.3.6-1 - Upgrade version to 1.3.6 Fixed long standing bug where the sequence <& would be misinterpreted by the lexer.