Update package to version 1.3.2

This commit is contained in:
jxy_git 2024-02-21 16:20:59 +08:00
parent 9d17aaad74
commit f9f482ae8f
3 changed files with 4 additions and 2 deletions

Binary file not shown.

BIN
joblib-1.3.2.tar.gz Normal file

Binary file not shown.

View File

@ -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