update to 2024.5 [release 2024.5-1mamba;Thu May 09 2024]
This commit is contained in:
parent
312c35c8ca
commit
6026ff93dc
@ -1,6 +1,6 @@
|
|||||||
%define pkgname %(echo %name | cut -d- -f2- | tr - _)
|
%define pkgname %(echo %name | cut -d- -f2- | tr - _)
|
||||||
Name: python-pyinstaller-hooks-contrib
|
Name: python-pyinstaller-hooks-contrib
|
||||||
Version: 2024.3
|
Version: 2024.5
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: Community maintained hooks for PyInstaller
|
Summary: Community maintained hooks for PyInstaller
|
||||||
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://github.com/pyinstaller/pyinstaller-hooks-contrib
|
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
|
License: GPL
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: libpython311-devel
|
BuildRequires: libpython311-devel
|
||||||
@ -24,7 +24,7 @@ BuildRequires: python3.11dist(setuptools)
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n pyinstaller-hooks-contrib-%{version}
|
%setup -q -n pyinstaller_hooks_contrib-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
CFLAGS="%{optflags}" %{__python} -m build --no-isolation --wheel
|
CFLAGS="%{optflags}" %{__python} -m build --no-isolation --wheel
|
||||||
@ -49,6 +49,9 @@ CFLAGS="%{optflags}" %{__python} -m build --no-isolation --wheel
|
|||||||
%doc LICENSE
|
%doc LICENSE
|
||||||
|
|
||||||
%changelog
|
%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
|
* Sun Mar 10 2024 Automatic Build System <autodist@openmamba.org> 2024.3-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user