automatic version update by autodist [release 1.0.3-1mamba;Sun Jul 12 2026]

This commit is contained in:
2026-07-16 12:47:27 +02:00
parent a2eb1cbab4
commit bca93cafe8
+19 -9
View File
@@ -1,6 +1,6 @@
%define pkgname %(echo %name | cut -d- -f2- | tr - _)
Name: python-scikit-build-core
Version: 1.0.0
Version: 1.0.3
Release: 1mamba
Summary: Build backend for CMake based projects
Group: System/Libraries
@@ -12,18 +12,16 @@ Source: https://pypi.debian.net/scikit-build-core/scikit_build_core-%{ver
License: Apache License 2.0
BuildArch: noarch
## AUTOBUILDREQ-BEGIN
BuildRequires: libpython311-devel
BuildRequires: python3.11dist(packaging)
BuildRequires: python3.11dist(pathspec)
BuildRequires: libpython314-devel
BuildRequires: python3.14dist(packaging)
BuildRequires: python3.14dist(pathspec)
## AUTOBUILDREQ-END
Obsoletes: python-scikit-build-core-py3 < %{?epoch:%{epoch}:}%{version}-%{release}
Provides: python-scikit-build-core-py3 = %{?epoch:%{epoch}:}%{version}-%{release}
%description
%{summary}.
%if 0%{?with_pyver}
%pyver_package
%endif
%prep
%setup -q -n scikit_build_core-%{version}
@@ -41,7 +39,7 @@ CFLAGS="%{optflags}" %{__python} -m build --no-isolation --wheel
#done
#%endif
%files %{?pyappend}
%files
%defattr(-,root,root)
%{_bindir}/scikit-build
%{_bindir}/scikit-build-core
@@ -52,6 +50,18 @@ CFLAGS="%{optflags}" %{__python} -m build --no-isolation --wheel
%doc LICENSE
%changelog
* Sun Jul 12 2026 Automatic Build System <autodist@openmamba.org> 1.0.3-1mamba
- automatic version update by autodist
* Sat Jul 11 2026 Automatic Build System <autodist@openmamba.org> 1.0.2-1mamba
- automatic version update by autodist
* Wed Jul 08 2026 Claude <claude@openmamba.org> 1.0.1-2mamba
- rebuild for python 3.14
* Tue Jul 07 2026 Automatic Build System <autodist@openmamba.org> 1.0.1-1mamba
- automatic version update by autodist
* Tue Jul 07 2026 Automatic Build System <autodist@openmamba.org> 1.0.0-1mamba
- automatic version update by autodist