!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
|
%bcond_with test
|
||||||
|
|
||||||
Name: python-%{pypi_name}
|
Name: python-%{pypi_name}
|
||||||
Version: 2.1.0
|
Version: 3.0.0
|
||||||
Release: 3
|
Release: 1
|
||||||
Summary: Python helpers to limit the number of threads
|
Summary: Python helpers to limit the number of threads
|
||||||
License: BSD 3-Clause
|
License: BSD 3-Clause
|
||||||
URL: https://github.com/joblib/threadpoolctl/
|
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
|
BuildArch: noarch
|
||||||
BuildRequires: python3-devel
|
BuildRequires: python3-devel
|
||||||
|
|
||||||
@ -32,7 +32,7 @@ Summary: %{summary}
|
|||||||
%description -n python3-%{pypi_name} %{_description}
|
%description -n python3-%{pypi_name} %{_description}
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -n %{pypi_name}-%{version}
|
%autosetup -n %{pypi_name}-%{version} -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%py3_build
|
%py3_build
|
||||||
@ -53,6 +53,9 @@ py.test-%{python3_version}
|
|||||||
%{python3_sitelib}/__pycache__/%{pypi_name}.*
|
%{python3_sitelib}/__pycache__/%{pypi_name}.*
|
||||||
|
|
||||||
%changelog
|
%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
|
* Fri Mar 4 2022 zhaoshuang <zhaoshuang@uniontech.com> - 2.1.0-3
|
||||||
- remove unnecessary buildrequires
|
- 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