Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-Mako for openSUSE:Factory checked in at 2024-11-07 16:25:56 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-Mako (Old) and /work/SRC/openSUSE:Factory/.python-Mako.new.2020 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-Mako" Thu Nov 7 16:25:56 2024 rev:57 rq:1221950 version:1.3.6 Changes: -------- --- /work/SRC/openSUSE:Factory/python-Mako/python-Mako.changes 2024-06-06 12:31:51.222801680 +0200 +++ /work/SRC/openSUSE:Factory/.python-Mako.new.2020/python-Mako.changes 2024-11-07 16:25:57.130060941 +0100 @@ -1,0 +2,10 @@ +Wed Nov 6 15:56:23 UTC 2024 - John Paul Adrian Glaubitz <adrian.glaub...@suse.com> + +- 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 + +------------------------------------------------------------------- Old: ---- Mako-1.3.5.tar.gz New: ---- mako-1.3.6.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-Mako.spec ++++++ --- /var/tmp/diff_new_pack.KXWLTL/_old 2024-11-07 16:25:57.858091233 +0100 +++ /var/tmp/diff_new_pack.KXWLTL/_new 2024-11-07 16:25:57.862091401 +0100 @@ -24,12 +24,12 @@ %{?sle15_python_module_pythons} Name: python-Mako -Version: 1.3.5 +Version: 1.3.6 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 @@ scoping semantics. %prep -%setup -q -n Mako-%{version} +%setup -q -n mako-%{version} %build %python_build