!23 Update package to version 1.3.2
From: @jxy_git Reviewed-by: @yangzhao_kl Signed-off-by: @yangzhao_kl
This commit is contained in:
commit
a16687f59d
Binary file not shown.
BIN
joblib-1.3.2.tar.gz
Normal file
BIN
joblib-1.3.2.tar.gz
Normal file
Binary file not shown.
@ -1,7 +1,7 @@
|
|||||||
%global pypi_name joblib
|
%global pypi_name joblib
|
||||||
|
|
||||||
Name: python-%{pypi_name}
|
Name: python-%{pypi_name}
|
||||||
Version: 1.3.1
|
Version: 1.3.2
|
||||||
Release: 1
|
Release: 1
|
||||||
Summary: Utilities to provide lightweight pipelining in Python
|
Summary: Utilities to provide lightweight pipelining in Python
|
||||||
License: BSD-3-clause
|
License: BSD-3-clause
|
||||||
@ -36,7 +36,6 @@ Summary: %{summary}
|
|||||||
%install
|
%install
|
||||||
%pyproject_install
|
%pyproject_install
|
||||||
|
|
||||||
|
|
||||||
%check
|
%check
|
||||||
%{__python3} -m pytest -k "not test_parallel_call_cached_function_defined_in_jupyter"
|
%{__python3} -m pytest -k "not test_parallel_call_cached_function_defined_in_jupyter"
|
||||||
|
|
||||||
@ -47,6 +46,9 @@ Summary: %{summary}
|
|||||||
%{python3_sitelib}/%{pypi_name}/
|
%{python3_sitelib}/%{pypi_name}/
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Feb 21 2024 jiangxinyu <jiangxinyu@kylinos.cn> - 1.3.2-1
|
||||||
|
- Update package to version 1.3.2
|
||||||
|
|
||||||
* Sun Jul 23 2023 wangkai <13474090681@163.com> - 1.3.1-1
|
* Sun Jul 23 2023 wangkai <13474090681@163.com> - 1.3.1-1
|
||||||
- Update to 1.3.1 for fix python3.11 build error
|
- Update to 1.3.1 for fix python3.11 build error
|
||||||
- Use pyproject to compile package
|
- Use pyproject to compile package
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user