diff --git a/Mako-1.2.4.tar.gz b/Mako-1.2.4.tar.gz deleted file mode 100644 index 8ed1b6c3adf2286e5348cc2c5f47c21e65c00b27..0000000000000000000000000000000000000000 Binary files a/Mako-1.2.4.tar.gz and /dev/null differ diff --git a/Mako-1.3.5.tar.gz b/Mako-1.3.5.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..9a2d4af8fdfff04a516a5350f0eb05aba056d4f8 Binary files /dev/null and b/Mako-1.3.5.tar.gz differ diff --git a/python-mako.spec b/python-mako.spec index 00e66caa87bcb99665106c950f77c29cb10a4484..5c9c6d0813727d0866bfa99562baa38b9a52fc53 100644 --- a/python-mako.spec +++ b/python-mako.spec @@ -2,13 +2,13 @@ %bcond_without test Name: python-mako -Version: 1.2.4 -Release: 2 +Version: 1.3.5 +Release: 1 Summary: Mako template library for Python License: MIT Group: Development/Languages URL: http://www.makotemplates.org/ -Source0: https://files.pythonhosted.org/packages/05/5f/2ba6e026d33a0e6ddc1dddf9958677f76f5f80c236bd65309d280b166d3e/Mako-1.2.4.tar.gz +Source0: https://files.pythonhosted.org/packages/67/03/fb5ba97ff65ce64f6d35b582aacffc26b693a98053fa831ab43a437cbddb/Mako-1.3.5.tar.gz BuildArch: noarch Requires: python3-markupsafe @@ -81,6 +81,12 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Tue Aug 06 2024 lixiaoyong - 1.3.5-1 +- Upgrade version to 1.3.5 + Fixed unexpected error when use control lines which the first control block with no bodies other than comments + Fixed unexpected syntax error in strict_undefined mode that occurred when using comprehensions within a function in a Mako Python code block + Mako 1.3.0 bumps the minimum Python version to 3.8 + * Wed Feb 15 2023 wangjunqi - 1.2.4-2 - enable check