diff --git a/python-mako.spec b/python-mako.spec index f492f49..bd9ac31 100644 --- a/python-mako.spec +++ b/python-mako.spec @@ -1,5 +1,5 @@ Name: python-mako -Version: 1.3.5 +Version: 1.3.6 Release: 1mamba Summary: A super-fast templating language that borrows the best ideas from the existing templating languages Group: System/Libraries/Python @@ -7,7 +7,7 @@ Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco URL: https://www.makotemplates.org/ -Source: https://pypi.debian.net/Mako/Mako-%{version}.tar.gz +Source: https://pypi.debian.net/Mako/mako-%{version}.tar.gz License: MIT ## AUTOBUILDREQ-BEGIN BuildRequires: libpython311-devel @@ -25,7 +25,7 @@ Mako's syntax and API borrows from the best ideas of many others, including Djan %endif %prep -%setup -q -n Mako-%{version} +%setup -q -n mako-%{version} %build %{__python} setup.py build @@ -57,6 +57,9 @@ sed -i "/mako-render/d" %{name}.filelist #CHANGES README doc examples %changelog +* Sun Nov 24 2024 Silvan Calarco 1.3.6-1mamba +- update to 1.3.6 + * Wed May 15 2024 Automatic Build System 1.3.5-1mamba - automatic version update by autodist