From a465bfbfadbfbb8349333b944b749bba805e5654 Mon Sep 17 00:00:00 2001 From: tanyulong2021 Date: Thu, 16 Feb 2023 09:43:24 +0800 Subject: [PATCH] enable check --- python-threadpoolctl.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python-threadpoolctl.spec b/python-threadpoolctl.spec index 5a67d6e..d33a1a6 100644 --- a/python-threadpoolctl.spec +++ b/python-threadpoolctl.spec @@ -1,9 +1,9 @@ %global pypi_name threadpoolctl -%bcond_with test +%bcond_without test Name: python-%{pypi_name} Version: 3.1.0 -Release: 1 +Release: 2 Summary: Python helpers to limit the number of threads License: BSD-3-Clause URL: https://github.com/joblib/threadpoolctl/ @@ -55,6 +55,9 @@ py.test-%{python3_version} %{python3_sitelib}/__pycache__/%{pypi_name}.* %changelog +* Thu Feb 16 2023 tanyulong - 3.1.0-2 +- enable check + * Fri Oct 28 2022 wangjunqi - 3.1.0-1 - Update package to version 3.1.0 -- Gitee