diff --git a/python-threadpoolctl.spec b/python-threadpoolctl.spec index a848dfdb24124c666bbc70d52968010fa48bbb8a..7234d4769d921a90d0af189ceab6fcaa2a4973f4 100644 --- a/python-threadpoolctl.spec +++ b/python-threadpoolctl.spec @@ -2,12 +2,12 @@ %bcond_with test Name: python-%{pypi_name} -Version: 2.1.0 -Release: 3 +Version: 3.0.0 +Release: 1 Summary: Python helpers to limit the number of threads License: BSD 3-Clause URL: https://github.com/joblib/threadpoolctl/ -Source0: %{pypi_source} +Source0: https://files.pythonhosted.org/packages/source/t/%{pypi_name}/%{pypi_name}-%{version}.tar.gz BuildArch: noarch BuildRequires: python3-devel @@ -32,7 +32,7 @@ Summary: %{summary} %description -n python3-%{pypi_name} %{_description} %prep -%autosetup -n %{pypi_name}-%{version} +%autosetup -n %{pypi_name}-%{version} -p1 %build %py3_build @@ -53,6 +53,9 @@ py.test-%{python3_version} %{python3_sitelib}/__pycache__/%{pypi_name}.* %changelog +* Thu Jun 23 2022 SimpleUpdate Robot - 3.0.0-1 +- Upgrade to version 3.0.0 + * Fri Mar 4 2022 zhaoshuang - 2.1.0-3 - remove unnecessary buildrequires diff --git a/threadpoolctl-2.1.0.tar.gz b/threadpoolctl-2.1.0.tar.gz deleted file mode 100644 index d65d2af1699eb5c6c333c8f47165feab8afeb95b..0000000000000000000000000000000000000000 Binary files a/threadpoolctl-2.1.0.tar.gz and /dev/null differ diff --git a/threadpoolctl-3.0.0.tar.gz b/threadpoolctl-3.0.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..562ad12cf782b10a019885aec3d990df653691a2 Binary files /dev/null and b/threadpoolctl-3.0.0.tar.gz differ