update to 1.3.6 [release 1.3.6-1mamba;Sun Nov 24 2024]
This commit is contained in:
parent
daf5b533fb
commit
6be82dc796
@ -1,5 +1,5 @@
|
||||
Name: python-mako
|
||||
Version: 1.3.5
|
||||
Version: 1.3.6
|
||||
Release: 1mamba
|
||||
Summary: A super-fast templating language that borrows the best ideas from the existing templating languages
|
||||
Group: System/Libraries/Python
|
||||
@ -7,7 +7,7 @@ Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
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
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: libpython311-devel
|
||||
@ -25,7 +25,7 @@ Mako's syntax and API borrows from the best ideas of many others, including Djan
|
||||
%endif
|
||||
|
||||
%prep
|
||||
%setup -q -n Mako-%{version}
|
||||
%setup -q -n mako-%{version}
|
||||
|
||||
%build
|
||||
%{__python} setup.py build
|
||||
@ -57,6 +57,9 @@ sed -i "/mako-render/d" %{name}.filelist
|
||||
#CHANGES README doc examples
|
||||
|
||||
%changelog
|
||||
* Sun Nov 24 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 1.3.6-1mamba
|
||||
- update to 1.3.6
|
||||
|
||||
* Wed May 15 2024 Automatic Build System <autodist@openmamba.org> 1.3.5-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user