update to 3.2.3 [release 3.2.3-1mamba;Thu Nov 28 2024]
This commit is contained in:
parent
18d330c6f6
commit
9625617249
@ -1,6 +1,6 @@
|
|||||||
%define pkgname %(echo %name | cut -d- -f2- | tr - .)
|
%define pkgname %(echo %name | cut -d- -f2- | tr - .)
|
||||||
Name: python-wheezy-template
|
Name: python-wheezy-template
|
||||||
Version: 3.2.2
|
Version: 3.2.3
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: A lightweight template library
|
Summary: A lightweight template library
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
@ -8,7 +8,7 @@ Vendor: openmamba
|
|||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: https://pypi.org/project/wheezy.template/
|
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
|
License: MIT
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
@ -25,7 +25,7 @@ BuildRequires: python3-devel >= 3.11.5-3mamba
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n wheezy.template-%{version}
|
%setup -q -n wheezy_template-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
CFLAGS="%{optflags}" %{__python} setup.py build
|
CFLAGS="%{optflags}" %{__python} setup.py build
|
||||||
@ -57,6 +57,9 @@ sed -i "\,%{_bindir}/wheezy.template,d" %{name}.filelist
|
|||||||
%doc LICENSE
|
%doc LICENSE
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Nov 28 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 3.2.3-1mamba
|
||||||
|
- update to 3.2.3
|
||||||
|
|
||||||
* Thu Feb 08 2024 Automatic Build System <autodist@openmamba.org> 3.2.2-1mamba
|
* Thu Feb 08 2024 Automatic Build System <autodist@openmamba.org> 3.2.2-1mamba
|
||||||
- automatic update by autodist
|
- automatic update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user