diff --git a/Mako-1.3.5.tar.gz b/Mako-1.3.5.tar.gz deleted file mode 100644 index 9a2d4af8fdfff04a516a5350f0eb05aba056d4f8..0000000000000000000000000000000000000000 Binary files a/Mako-1.3.5.tar.gz and /dev/null differ diff --git a/mako-1.3.6.tar.gz b/mako-1.3.6.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..fb6e819834d79156fe2f4e920137391868fce8be Binary files /dev/null and b/mako-1.3.6.tar.gz differ diff --git a/python-mako.spec b/python-mako.spec index 5c9c6d0813727d0866bfa99562baa38b9a52fc53..3a330549d2d8216ecae8bff9da389f3121cc9c26 100644 --- a/python-mako.spec +++ b/python-mako.spec @@ -2,13 +2,13 @@ %bcond_without test Name: python-mako -Version: 1.3.5 +Version: 1.3.6 Release: 1 Summary: Mako template library for Python License: MIT Group: Development/Languages URL: http://www.makotemplates.org/ -Source0: https://files.pythonhosted.org/packages/67/03/fb5ba97ff65ce64f6d35b582aacffc26b693a98053fa831ab43a437cbddb/Mako-1.3.5.tar.gz +Source0: https://files.pythonhosted.org/packages/fa/0b/29bc5a230948bf209d3ed3165006d257e547c02c3c2a96f6286320dfe8dc/mako-1.3.6.tar.gz BuildArch: noarch Requires: python3-markupsafe @@ -38,7 +38,7 @@ Provides: python3-mako-doc Help file of Mako library for Python in text and HTML formats. %prep -%autosetup -n Mako-%{version} +%autosetup -n mako-%{version} %build %py3_build @@ -81,6 +81,12 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* 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. + 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. + * 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