From dfa433cff69fbf73509108af2eb77265be46ac51 Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Sat, 6 Jan 2024 11:25:39 +0100 Subject: [PATCH] rebuilt by autoport with build requirements: python3-devel>=3.11.5-3mamba [release 1.2.4-3mamba;Tue Sep 26 2023] --- python-mako.spec | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/python-mako.spec b/python-mako.spec index 1cdbe58..93561d1 100644 --- a/python-mako.spec +++ b/python-mako.spec @@ -1,6 +1,6 @@ Name: python-mako Version: 1.2.4 -Release: 2mamba +Release: 3mamba Summary: A super-fast templating language that borrows the best ideas from the existing templating languages Group: System/Libraries/Python Vendor: openmamba @@ -10,11 +10,11 @@ URL: https://www.makotemplates.org/ Source: https://pypi.debian.net/Mako/Mako-%{version}.tar.gz License: MIT ## AUTOBUILDREQ-BEGIN -BuildRequires: libpython3-devel -BuildRequires: python3.7dist(importlib-metadata) -BuildRequires: python3.7dist(markupsafe) -BuildRequires: python3.7dist(setuptools) +BuildRequires: libpython311-devel +BuildRequires: python3.11dist(markupsafe) +BuildRequires: python3.11dist(setuptools) ## AUTOBUILDREQ-END +BuildRequires: python3-devel >= 3.11.5-3mamba %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 +57,9 @@ sed -i "/mako-render/d" %{name}.filelist #CHANGES README doc examples %changelog +* Tue Sep 26 2023 Automatic Build System 1.2.4-3mamba +- rebuilt by autoport with build requirements: python3-devel>=3.11.5-3mamba + * Sun Sep 03 2023 Silvan Calarco 1.2.4-2mamba - rebuilt with python 3.10