Update package to version 0.8.2

This commit is contained in:
jxy_git 2024-03-15 15:58:55 +08:00
parent d8421d777d
commit 08326f6ddc
3 changed files with 8 additions and 5 deletions

View File

@ -1,12 +1,10 @@
Name: python-scikit-build-core
Version: 0.4.8
Version: 0.8.2
Release: 1
Summary: Build backend for CMake based projects
License: Apache-2.0
URL: https://github.com/scikit-build/scikit-build-core
Source: %{url}/archive/v%{version}/scikit_build_core-%{version}.tar.gz
Source: %{url}/archive/v%{version}/scikit-build-core-%{version}.tar.gz
BuildArch: noarch
BuildRequires: python3-devel
@ -24,10 +22,11 @@ A next generation Python CMake adaptor and Python API for plugins
%package -n python3-scikit-build-core
Summary: %{summary}
Provides: python-scikit-build-core = %{version}-%{release}
%description -n python3-scikit-build-core %_description
%prep
%autosetup -n scikit_build_core-%{version}
%autosetup -n scikit-build-core-%{version}
%build
%pyproject_build
@ -42,5 +41,9 @@ Summary: %{summary}
%{python3_sitelib}/scikit_build_core/
%changelog
* Fri Mar 15 2024 jiangxinyu <jiangxinyu@kylinos.cn> - 0.8.2-1
- Update package to version 0.8.2
- Fix do not exit with exec permission error in ninja check
* Tue Aug 22 2023 mengzhaoa <mengzhaoa@isoftstone.com> - 0.4.8-1
- Init package.

Binary file not shown.

Binary file not shown.