diff --git a/python-threadpoolctl.spec b/python-threadpoolctl.spec index 2d59832157a1a18c4354ae5eb416bba6716a6a07..8ef50a42eee08b0431730d2978c1e2576d63f3b2 100644 --- a/python-threadpoolctl.spec +++ b/python-threadpoolctl.spec @@ -2,12 +2,12 @@ %bcond_without test Name: python-%{pypi_name} -Version: 3.1.0 -Release: 3 +Version: 3.2.0 +Release: 1 Summary: Python helpers to limit the number of threads License: BSD-3-Clause URL: https://github.com/joblib/threadpoolctl/ -Source0: https://files.pythonhosted.org/packages/1b/c7/3d85f8b3894ba7228d0c74e16e97a36a72b2cd2b0e0f8f89b5d435d11f71/threadpoolctl-3.1.0.tar.gz +Source0: https://files.pythonhosted.org/packages/47/8a/c05f7831beb32aff70f808766224f11c650f7edfd49b27a8fc6666107006/threadpoolctl-3.2.0.tar.gz BuildArch: noarch BuildRequires: python3-devel BuildRequires: python3-pip python3-wheel python3-flit @@ -56,6 +56,9 @@ py.test-%{python3_version} %{python3_sitelib}/* %changelog +* Tue Dec 12 2023 konglidong - 3.2.0-1 +- update version to 3.2.0 + * Thu Apr 27 2023 jiangxinyu - 3.1.0-3 - Use pyproject to compile package diff --git a/threadpoolctl-3.1.0.tar.gz b/threadpoolctl-3.1.0.tar.gz deleted file mode 100644 index 64196ba12b98049d8efd4b3565cf15e918e6e9e8..0000000000000000000000000000000000000000 Binary files a/threadpoolctl-3.1.0.tar.gz and /dev/null differ diff --git a/threadpoolctl-3.2.0.tar.gz b/threadpoolctl-3.2.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..bef427f416d4d5eb95724a4ec0cb67c832cde504 Binary files /dev/null and b/threadpoolctl-3.2.0.tar.gz differ