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:
parent
85857878e0
commit
dfa433cff6
@ -1,6 +1,6 @@
|
|||||||
Name: python-mako
|
Name: python-mako
|
||||||
Version: 1.2.4
|
Version: 1.2.4
|
||||||
Release: 2mamba
|
Release: 3mamba
|
||||||
Summary: A super-fast templating language that borrows the best ideas from the existing templating languages
|
Summary: A super-fast templating language that borrows the best ideas from the existing templating languages
|
||||||
Group: System/Libraries/Python
|
Group: System/Libraries/Python
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
@ -10,11 +10,11 @@ URL: https://www.makotemplates.org/
|
|||||||
Source: https://pypi.debian.net/Mako/Mako-%{version}.tar.gz
|
Source: https://pypi.debian.net/Mako/Mako-%{version}.tar.gz
|
||||||
License: MIT
|
License: MIT
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: libpython3-devel
|
BuildRequires: libpython311-devel
|
||||||
BuildRequires: python3.7dist(importlib-metadata)
|
BuildRequires: python3.11dist(markupsafe)
|
||||||
BuildRequires: python3.7dist(markupsafe)
|
BuildRequires: python3.11dist(setuptools)
|
||||||
BuildRequires: python3.7dist(setuptools)
|
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
|
BuildRequires: python3-devel >= 3.11.5-3mamba
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Mako is a template library written in Python. It provides a familiar, non-XML syntax which compiles into Python modules for maximum performance.
|
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
|
#CHANGES README doc examples
|
||||||
|
|
||||||
%changelog
|
%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
|
* Sun Sep 03 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 1.2.4-2mamba
|
||||||
- rebuilt with python 3.10
|
- rebuilt with python 3.10
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user