rebuilt by autoport with build requirements: python3-devel>=3.11.5-3mamba [release 1.2.4-3mamba;Tue Sep 26 2023]

This commit is contained in:
Automatic Build System 2024-01-06 11:25:39 +01:00
parent 85857878e0
commit dfa433cff6

View File

@ -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 <autodist@mambasoft.it> 1.2.4-3mamba
- rebuilt by autoport with build requirements: python3-devel>=3.11.5-3mamba
* Sun Sep 03 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 1.2.4-2mamba
- rebuilt with python 3.10