From 9d81bb2714fa20eca3dc0a59ab2d6e0c77e8c808 Mon Sep 17 00:00:00 2001 From: bbrucezhang Date: Thu, 12 Jun 2025 17:52:21 +0800 Subject: [PATCH] Rebuilt for loongarch64 --- python-scikit-learn.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-scikit-learn.spec b/python-scikit-learn.spec index 66b4981..9b44db6 100644 --- a/python-scikit-learn.spec +++ b/python-scikit-learn.spec @@ -7,7 +7,7 @@ Summary: Machine learning in Python Name: python-scikit-learn Version: 1.3.0 -Release: 7%{?dist} +Release: 8%{?dist} License: BSD and MIT URL: http://scikit-learn.org/ Source0: %{pypi_source} @@ -77,6 +77,9 @@ popd %{python3_sitearch}/scikit_learn-*.egg-info %changelog +* Thu Jun 12 2025 bbrucezhang - 1.3.0-8 +- Rebuilt for loongarch64 + * Thu Sep 19 2024 Miaojun Dong - 1.3.0-7 - Fix CVE-2024-5206 - disable the unrobust test_check_is_fitted test -- Gitee