From a062f7b0ba9783e3a9e46eb785a72d9bf0aa52fc Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Sat, 6 Jan 2024 11:25:37 +0100 Subject: [PATCH] update to 1.1.0 [release 1.1.0-1mamba;Thu Aug 08 2019] --- python-mako.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/python-mako.spec b/python-mako.spec index fa575ff..67d3e37 100644 --- a/python-mako.spec +++ b/python-mako.spec @@ -1,5 +1,5 @@ Name: python-mako -Version: 1.0.14 +Version: 1.1.0 Release: 1mamba Summary: A super-fast templating language that borrows the best ideas from the existing templating languages Group: System/Libraries/Python @@ -11,8 +11,9 @@ Source: https://pypi.debian.net/Mako/Mako-%{version}.tar.gz #Source: http://www.makotemplates.org/downloads/Mako-%{version}.tar.gz License: MIT ## AUTOBUILDREQ-BEGIN -BuildRequires: libpython-devel >= %python_version +BuildRequires: libpython-devel ## AUTOBUILDREQ-END +BuildRequires: libpython3-devel >= 3.7.4 BuildRequires: python-setuptools-devel Requires: python >= %python_version Requires: python-beaker%{?pyappend} @@ -56,6 +57,9 @@ sed -i "/mako-render/d" %{name}.filelist #CHANGES README doc examples %changelog +* Thu Aug 08 2019 Silvan Calarco 1.1.0-1mamba +- update to 1.1.0 + * Thu Jul 25 2019 Automatic Build System 1.0.14-1mamba - automatic version update by autodist