Package upgrade

This commit is contained in:
starlet-dx 2022-06-27 14:46:25 +08:00
parent 89ad5b7ab3
commit b5c68095d3
3 changed files with 7 additions and 4 deletions

View File

@ -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 <tc@openeuler.org> - 3.0.0-1
- Upgrade to version 3.0.0
* Fri Mar 4 2022 zhaoshuang <zhaoshuang@uniontech.com> - 2.1.0-3
- remove unnecessary buildrequires

Binary file not shown.

BIN
threadpoolctl-3.0.0.tar.gz Normal file

Binary file not shown.