!35 Upgrade version to 1.3.2

From: @cherry530 
Reviewed-by: @caodongxia 
Signed-off-by: @caodongxia
This commit is contained in:
openeuler-ci-bot 2023-12-14 02:08:56 +00:00 committed by Gitee
commit 4f6d7fb583
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
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.2.1
Version: 1.3.2
Release: 1
License: BSD
URL: https://scikit-learn.org/stable/
Source0: https://github.com/scikit-learn/scikit-learn/archive/%{version}/scikit-learn-%{version}.tar.gz
Source0: https://files.pythonhosted.org/packages/source/s/scikit-learn/scikit-learn-1.3.2.tar.gz
%global _description\
scikit-learn is a Python module for machine learning built on top of SciPy\
@ -38,11 +38,14 @@ CFLAGS="$RPM_OPT_FLAGS -s"
%files -n python3-scikit-learn
%license COPYING
%doc examples/ CONTRIBUTING.md README.rst
%doc examples/ README.rst
%{python3_sitearch}/sklearn
%{python3_sitearch}/scikit_learn-%{version}.dist-info/
%changelog
* Tue Sep 12 2023 xu_ping <707078654@qq.com> - 1.3.2-1
- Update version to 1.3.2
* Sat May 6 2023 caodongxia <caodongxia@h-partners.com> - 1.2.1-1
- Update version to 1.2.1