update to 2024.5 [release 2024.5-1mamba;Thu May 09 2024]

This commit is contained in:
Silvan Calarco 2024-05-10 10:40:17 +02:00
parent 312c35c8ca
commit 6026ff93dc

View File

@ -1,6 +1,6 @@
%define pkgname %(echo %name | cut -d- -f2- | tr - _)
Name: python-pyinstaller-hooks-contrib
Version: 2024.3
Version: 2024.5
Release: 1mamba
Summary: Community maintained hooks for PyInstaller
Group: System/Libraries
@ -8,7 +8,7 @@ Vendor: openmamba
Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: https://github.com/pyinstaller/pyinstaller-hooks-contrib
Source: http://pypi.debian.net/pyinstaller-hooks-contrib/pyinstaller-hooks-contrib-%{version}.tar.gz
Source: http://pypi.debian.net/pyinstaller-hooks-contrib/pyinstaller_hooks_contrib-%{version}.tar.gz
License: GPL
## AUTOBUILDREQ-BEGIN
BuildRequires: libpython311-devel
@ -24,7 +24,7 @@ BuildRequires: python3.11dist(setuptools)
%endif
%prep
%setup -q -n pyinstaller-hooks-contrib-%{version}
%setup -q -n pyinstaller_hooks_contrib-%{version}
%build
CFLAGS="%{optflags}" %{__python} -m build --no-isolation --wheel
@ -49,6 +49,9 @@ CFLAGS="%{optflags}" %{__python} -m build --no-isolation --wheel
%doc LICENSE
%changelog
* Thu May 09 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 2024.5-1mamba
- update to 2024.5
* Sun Mar 10 2024 Automatic Build System <autodist@openmamba.org> 2024.3-1mamba
- automatic version update by autodist