diff --git a/python-threadpoolctl.spec b/python-threadpoolctl.spec index 2d59832..2dbb4dc 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/source/t/%{pypi_name}/%{pypi_name}-%{version}.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 +* Thu Feb 01 2024 xu_ping <707078654@qq.com> - 3.2.0-1 +- Upgrade 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 64196ba..0000000 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 0000000..bef427f Binary files /dev/null and b/threadpoolctl-3.2.0.tar.gz differ