Update package to version 1.4.0

(cherry picked from commit 54c363a6c69666e625096676aa0378d0f6cacbc5)
This commit is contained in:
jxy_git 2024-03-08 15:57:40 +08:00 committed by openeuler-sync-bot
parent 4f6d7fb583
commit 7a5df815c0
2 changed files with 6 additions and 3 deletions

View File

@ -2,11 +2,11 @@
Name: python-scikit-learn
Summary: A Python module for machine learning built on top of SciPy
Version: 1.3.2
Version: 1.4.0
Release: 1
License: BSD
URL: https://scikit-learn.org/stable/
Source0: https://files.pythonhosted.org/packages/source/s/scikit-learn/scikit-learn-1.3.2.tar.gz
Source0: https://files.pythonhosted.org/packages/source/s/scikit-learn/scikit-learn-%{version}.tar.gz
%global _description\
scikit-learn is a Python module for machine learning built on top of SciPy\
@ -34,7 +34,7 @@ CFLAGS="$RPM_OPT_FLAGS -s"
%pyproject_build
%install
%pyproject_install scikit-learn==%{version}
%pyproject_install
%files -n python3-scikit-learn
%license COPYING
@ -43,6 +43,9 @@ CFLAGS="$RPM_OPT_FLAGS -s"
%{python3_sitearch}/scikit_learn-%{version}.dist-info/
%changelog
* Fri Mar 08 2024 jiangxinyu <jiangxinyu@kylinos.cn> - 1.4.0-1
- Update package to version 1.4.0
* Tue Sep 12 2023 xu_ping <707078654@qq.com> - 1.3.2-1
- Update version to 1.3.2