diff --git a/python-threadpoolctl.spec b/python-threadpoolctl.spec index 79917453a6b2858139ad0e78a2589cf622d8aab4..45b3cfa2684e95711c7051684b8b874db9488c11 100644 --- a/python-threadpoolctl.spec +++ b/python-threadpoolctl.spec @@ -2,12 +2,12 @@ %bcond_without test Name: python-%{pypi_name} -Version: 3.5.0 +Version: 3.6.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/source/t/%{pypi_name}/%{pypi_name}-%{version}.tar.gz +Source0: %{url}/archive/%{version}/%{pypi_name}-%{version}.tar.gz BuildArch: noarch BuildRequires: python3-devel BuildRequires: python3-pip python3-wheel python3-flit @@ -56,6 +56,13 @@ py.test-%{python3_version} %{python3_sitelib}/* %changelog +* Wed Aug 13 2025 yaoxin <1024769339@qq.com> - 3.6.0-1 +- Update to 3.6.0: + * Added support for libraries with a path longer than 260 on Windows. + The supported path length is now 10 times higher but not unlimited + for security reasons. + * Dropped official support for Python 3.8. + * Wed Jun 05 2024 dongjiao - 3.5.0-1 - Upgrade version to 3.5.0 - Added support for the Scientific Python version of OpenBLAS diff --git a/threadpoolctl-3.5.0.tar.gz b/threadpoolctl-3.5.0.tar.gz deleted file mode 100644 index 86b311e889e43de7c2498cc34b2d8a58fa379638..0000000000000000000000000000000000000000 Binary files a/threadpoolctl-3.5.0.tar.gz and /dev/null differ diff --git a/threadpoolctl-3.6.0.tar.gz b/threadpoolctl-3.6.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..32f990298a4d48b08d9e2469d4da36cc916e347f Binary files /dev/null and b/threadpoolctl-3.6.0.tar.gz differ