From 962561724954bc5596f9d84f74c8af3911450f7d Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Thu, 28 Nov 2024 21:08:29 +0100 Subject: [PATCH] update to 3.2.3 [release 3.2.3-1mamba;Thu Nov 28 2024] --- python-wheezy-template.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/python-wheezy-template.spec b/python-wheezy-template.spec index ba1d305..0112605 100644 --- a/python-wheezy-template.spec +++ b/python-wheezy-template.spec @@ -1,6 +1,6 @@ %define pkgname %(echo %name | cut -d- -f2- | tr - .) Name: python-wheezy-template -Version: 3.2.2 +Version: 3.2.3 Release: 1mamba Summary: A lightweight template library Group: System/Libraries @@ -8,7 +8,7 @@ Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco URL: https://pypi.org/project/wheezy.template/ -Source: https://pypi.debian.net/wheezy.template/wheezy.template-%{version}.tar.gz +Source: https://pypi.debian.net/wheezy.template/wheezy_template-%{version}.tar.gz License: MIT ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel @@ -25,7 +25,7 @@ BuildRequires: python3-devel >= 3.11.5-3mamba %endif %prep -%setup -q -n wheezy.template-%{version} +%setup -q -n wheezy_template-%{version} %build CFLAGS="%{optflags}" %{__python} setup.py build @@ -57,6 +57,9 @@ sed -i "\,%{_bindir}/wheezy.template,d" %{name}.filelist %doc LICENSE %changelog +* Thu Nov 28 2024 Silvan Calarco 3.2.3-1mamba +- update to 3.2.3 + * Thu Feb 08 2024 Automatic Build System 3.2.2-1mamba - automatic update by autodist