diff --git a/python-scikit-learn.spec b/python-scikit-learn.spec index 3747e55f2c07084e446a26813d612c79cb9db0e4..a81780d72867409de0eb7bf78f9b0d8ab4858e2e 100644 --- a/python-scikit-learn.spec +++ b/python-scikit-learn.spec @@ -2,8 +2,8 @@ Name: python-scikit-learn Summary: A Python module for machine learning built on top of SciPy -Version: 0.24.0 -Release: 4 +Version: 1.1.1 +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 @@ -16,6 +16,8 @@ and is distributed under the 3-Clause BSD license.\ %package -n python3-scikit-learn Summary: %summary +%{?python_provide:%python_provide python3-scikit-learn} +%{?python_provide:%python_provide python3-sklearn} BuildRequires: python3-devel python3-numpy python3-Cython python3-pytest python3-scipy g++ Requires: python3 >= 3.5 python3-numpy >= 1.11.0 @@ -40,6 +42,9 @@ CFLAGS="$RPM_OPT_FLAGS -s" %{python3_sitearch}/scikit_learn-*.egg-info %changelog +* Tue Oct 25 2022 xu_ping - 1.1.1-1 +- Upgrade to version 1.1.1 + * Fri Jul 30 2021 chenyanpanHW - 0.24.0-4 - DESC: delete -Sgit from %autosetup, and delete BuildRequires git diff --git a/scikit-learn-0.24.0.tar.gz b/scikit-learn-1.1.1.tar.gz similarity index 47% rename from scikit-learn-0.24.0.tar.gz rename to scikit-learn-1.1.1.tar.gz index 7aae4322bd7d405fe94bfad42fa6ead9ff2d533b..cd63b0dd8cf025f2b2a183bb7783a21f296e9d15 100644 Binary files a/scikit-learn-0.24.0.tar.gz and b/scikit-learn-1.1.1.tar.gz differ