Update package to version 1.3.2
This commit is contained in:
parent
9d17aaad74
commit
f9f482ae8f
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
|
||||
|
||||
Name: python-%{pypi_name}
|
||||
Version: 1.3.1
|
||||
Version: 1.3.2
|
||||
Release: 1
|
||||
Summary: Utilities to provide lightweight pipelining in Python
|
||||
License: BSD-3-clause
|
||||
@ -36,7 +36,6 @@ Summary: %{summary}
|
||||
%install
|
||||
%pyproject_install
|
||||
|
||||
|
||||
%check
|
||||
%{__python3} -m pytest -k "not test_parallel_call_cached_function_defined_in_jupyter"
|
||||
|
||||
@ -47,6 +46,9 @@ Summary: %{summary}
|
||||
%{python3_sitelib}/%{pypi_name}/
|
||||
|
||||
%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
|
||||
- Update to 1.3.1 for fix python3.11 build error
|
||||
- Use pyproject to compile package
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user