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