diff --git a/joblib-1.3.1.tar.gz b/joblib-1.3.1.tar.gz deleted file mode 100644 index 4a64025..0000000 Binary files a/joblib-1.3.1.tar.gz and /dev/null differ diff --git a/joblib-1.3.2.tar.gz b/joblib-1.3.2.tar.gz new file mode 100644 index 0000000..7405edd Binary files /dev/null and b/joblib-1.3.2.tar.gz differ diff --git a/python-joblib.spec b/python-joblib.spec index 2a5c4e5..96a15c4 100644 --- a/python-joblib.spec +++ b/python-joblib.spec @@ -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 - 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