rebuilt with python3 = 3.11.5 [release 0.17.6-2mamba;Sat Sep 30 2023]
This commit is contained in:
parent
261150c4ef
commit
b6472d57d0
@ -1,7 +1,7 @@
|
|||||||
%define pkgname %(echo %name | cut -d- -f2- | tr - _)
|
%define pkgname %(echo %name | cut -d- -f2- | tr - _)
|
||||||
Name: python-scikit_build
|
Name: python-scikit_build
|
||||||
Version: 0.17.6
|
Version: 0.17.6
|
||||||
Release: 1mamba
|
Release: 2mamba
|
||||||
Summary: Improved build system generator for Python C/C++/Fortran/Cython extensions
|
Summary: Improved build system generator for Python C/C++/Fortran/Cython extensions
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
@ -11,13 +11,13 @@ URL: https://github.com/scikit-build/scikit-build
|
|||||||
Source: https://pypi.debian.net/scikit-build/scikit_build-%{version}.tar.gz
|
Source: https://pypi.debian.net/scikit-build/scikit_build-%{version}.tar.gz
|
||||||
License: MIT
|
License: MIT
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: libpython310-devel
|
BuildRequires: libpython311-devel
|
||||||
BuildRequires: python3.10dist(distro)
|
BuildRequires: python3.11dist(distro)
|
||||||
BuildRequires: python3.10dist(packaging)
|
BuildRequires: python3.11dist(packaging)
|
||||||
BuildRequires: python3.10dist(setuptools)
|
BuildRequires: python3.11dist(setuptools)
|
||||||
BuildRequires: python3.10dist(tomli)
|
BuildRequires: python3.11dist(wheel)
|
||||||
BuildRequires: python3.10dist(wheel)
|
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
|
BuildRequires: libpython3-devel >= 3.11.5
|
||||||
|
|
||||||
%description
|
%description
|
||||||
%{summary}.
|
%{summary}.
|
||||||
@ -52,6 +52,9 @@ CFLAGS="%{optflags}" %{__python} -m build --no-isolation --wheel
|
|||||||
%doc LICENSE
|
%doc LICENSE
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Sep 30 2023 Automatic Build System <autodist@mambasoft.it> 0.17.6-2mamba
|
||||||
|
- rebuilt with python3 = 3.11.5
|
||||||
|
|
||||||
* Thu Jun 01 2023 Automatic Build System <autodist@mambasoft.it> 0.17.6-1mamba
|
* Thu Jun 01 2023 Automatic Build System <autodist@mambasoft.it> 0.17.6-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user