diff --git a/python-mako.spec b/python-mako.spec index d6e05a3..c899484 100644 --- a/python-mako.spec +++ b/python-mako.spec @@ -1,24 +1,22 @@ Name: python-mako -Version: 1.1.4 +Version: 1.1.5 Release: 1mamba Summary: A super-fast templating language that borrows the best ideas from the existing templating languages Group: System/Libraries/Python Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco -URL: http://www.makotemplates.org/ +URL: https://www.makotemplates.org/ 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 ## AUTOBUILDREQ-END BuildRequires: libpython3-devel >= 3.7.4 BuildRequires: python-setuptools-devel Requires: python >= %python_version Requires: python-beaker%{?pyappend} Requires: python-markupsafe%{?pyappend} -BuildRoot: %{_tmppath}/%{name}-%{version}-root %description Mako is a template library written in Python. It provides a familiar, non-XML syntax which compiles into Python modules for maximum performance. @@ -57,6 +55,9 @@ sed -i "/mako-render/d" %{name}.filelist #CHANGES README doc examples %changelog +* Sat Aug 21 2021 Automatic Build System 1.1.5-1mamba +- automatic version update by autodist + * Mon Feb 01 2021 Automatic Build System 1.1.4-1mamba - automatic version update by autodist