!7 Package upgrade
From: @starlet-dx Reviewed-by: @shinwell_hu Signed-off-by: @shinwell_hu
This commit is contained in:
commit
ead7f720f3
@ -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
BIN
threadpoolctl-3.0.0.tar.gz
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user