rebuilt with python3 = 3.11.5 [release 1.11.1-2mamba;Fri Oct 06 2023]

This commit is contained in:
Automatic Build System 2024-01-06 11:31:03 +01:00
parent a23855569b
commit 6ae9665a3f

View File

@ -1,21 +1,22 @@
%define pkgname %(echo %name | cut -d- -f2- | tr - _) %define pkgname %(echo %name | cut -d- -f2- | tr - _)
Name: python-ninja Name: python-ninja
Version: 1.11.1 Version: 1.11.1
Release: 1mamba Release: 2mamba
Summary: Ninja is a small build system with a focus on speed Summary: Ninja is a small build system with a focus on speed
Group: System/Libraries Group: System/Libraries
Vendor: openmamba Vendor: openmamba
Distribution: openmamba Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it> Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: http://ninja-build.org/ URL: https://ninja-build.org/
Source: https://pypi.debian.net/ninja/ninja-%{version}.tar.gz Source: https://pypi.debian.net/ninja/ninja-%{version}.tar.gz
License: BSD, Apache License 2.0 License: BSD, Apache License 2.0
## AUTOBUILDREQ-BEGIN ## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel BuildRequires: glibc-devel
BuildRequires: libgcc BuildRequires: libgcc
BuildRequires: libpython310-devel BuildRequires: libpython311-devel
BuildRequires: libstdc++6-devel BuildRequires: libstdc++6-devel
## AUTOBUILDREQ-END ## AUTOBUILDREQ-END
BuildRequires: libpython3-devel >= 3.11.5
BuildRequires: python-scikit_build-py310 BuildRequires: python-scikit_build-py310
%description %description
@ -51,5 +52,8 @@ done
%{python_sitearch}/%{pkgname}/* %{python_sitearch}/%{pkgname}/*
%changelog %changelog
* Fri Oct 06 2023 Automatic Build System <autodist@mambasoft.it> 1.11.1-2mamba
- rebuilt with python3 = 3.11.5
* Sat May 06 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 1.11.1-1mamba * Sat May 06 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 1.11.1-1mamba
- package created using the webbuild interface - package created using the webbuild interface