!2 Update package to version 0.8.2

From: @jxy_git 
Reviewed-by: @yangzhao_kl 
Signed-off-by: @yangzhao_kl
This commit is contained in:
openeuler-ci-bot 2024-03-15 08:56:36 +00:00 committed by Gitee
commit bda155c699
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
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.