automatic version update by autodist [release 1.1.5-1mamba;Sat Aug 21 2021]

This commit is contained in:
Automatic Build System 2024-01-06 11:25:37 +01:00
parent f5eedc4d22
commit 1f25fbb8df

View File

@ -1,24 +1,22 @@
Name: python-mako Name: python-mako
Version: 1.1.4 Version: 1.1.5
Release: 1mamba Release: 1mamba
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
Distribution: openmamba Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it> Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: http://www.makotemplates.org/ 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
#Source: http://www.makotemplates.org/downloads/Mako-%{version}.tar.gz #Source: http://www.makotemplates.org/downloads/Mako-%{version}.tar.gz
License: MIT License: MIT
## AUTOBUILDREQ-BEGIN ## AUTOBUILDREQ-BEGIN
BuildRequires: libpython-devel
## AUTOBUILDREQ-END ## AUTOBUILDREQ-END
BuildRequires: libpython3-devel >= 3.7.4 BuildRequires: libpython3-devel >= 3.7.4
BuildRequires: python-setuptools-devel BuildRequires: python-setuptools-devel
Requires: python >= %python_version Requires: python >= %python_version
Requires: python-beaker%{?pyappend} Requires: python-beaker%{?pyappend}
Requires: python-markupsafe%{?pyappend} Requires: python-markupsafe%{?pyappend}
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%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 +55,9 @@ sed -i "/mako-render/d" %{name}.filelist
#CHANGES README doc examples #CHANGES README doc examples
%changelog %changelog
* Sat Aug 21 2021 Automatic Build System <autodist@mambasoft.it> 1.1.5-1mamba
- automatic version update by autodist
* Mon Feb 01 2021 Automatic Build System <autodist@mambasoft.it> 1.1.4-1mamba * Mon Feb 01 2021 Automatic Build System <autodist@mambasoft.it> 1.1.4-1mamba
- automatic version update by autodist - automatic version update by autodist