From 6ae9665a3ff5a3b50ff8739c2bbc9d980ea75a72 Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Sat, 6 Jan 2024 11:31:03 +0100 Subject: [PATCH] rebuilt with python3 = 3.11.5 [release 1.11.1-2mamba;Fri Oct 06 2023] --- python-ninja.spec | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/python-ninja.spec b/python-ninja.spec index e235143..042f1ec 100644 --- a/python-ninja.spec +++ b/python-ninja.spec @@ -1,21 +1,22 @@ %define pkgname %(echo %name | cut -d- -f2- | tr - _) Name: python-ninja Version: 1.11.1 -Release: 1mamba +Release: 2mamba Summary: Ninja is a small build system with a focus on speed Group: System/Libraries Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco -URL: http://ninja-build.org/ +URL: https://ninja-build.org/ Source: https://pypi.debian.net/ninja/ninja-%{version}.tar.gz License: BSD, Apache License 2.0 ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel BuildRequires: libgcc -BuildRequires: libpython310-devel +BuildRequires: libpython311-devel BuildRequires: libstdc++6-devel ## AUTOBUILDREQ-END +BuildRequires: libpython3-devel >= 3.11.5 BuildRequires: python-scikit_build-py310 %description @@ -51,5 +52,8 @@ done %{python_sitearch}/%{pkgname}/* %changelog +* Fri Oct 06 2023 Automatic Build System 1.11.1-2mamba +- rebuilt with python3 = 3.11.5 + * Sat May 06 2023 Silvan Calarco 1.11.1-1mamba - package created using the webbuild interface