diff --git a/0.14.0.tar.gz b/0.14.0.tar.gz deleted file mode 100644 index 2cff628..0000000 Binary files a/0.14.0.tar.gz and /dev/null differ diff --git a/joblib-1.0.0.tar.gz b/joblib-1.0.0.tar.gz new file mode 100644 index 0000000..592a02a Binary files /dev/null and b/joblib-1.0.0.tar.gz differ diff --git a/python-joblib.spec b/python-joblib.spec index 132df77..8485fd0 100644 --- a/python-joblib.spec +++ b/python-joblib.spec @@ -1,12 +1,12 @@ %global pypi_name joblib Name: python-%{pypi_name} -Version: 0.14.0 -Release: 4 +Version: 1.0.0 +Release: 1 Summary: Utilities to provide lightweight pipelining in Python License: BSD-licenced (3 clause) URL: https://joblib.readthedocs.io/en/latest/ -Source0: https://github.com/joblib/joblib/archive/0.14.0.tar.gz +Source0: https://github.com/joblib/joblib/archive/%{version}.tar.gz#/%{pypi_name}-%{version}.tar.gz BuildArch: noarch BuildRequires: python3-devel #test requires @@ -35,8 +35,7 @@ Summary: %{summary} %check -export PYTHONPATH=$(pwd) -py.test-%{python3_version} joblib +%{__python3} -m pytest -k "not test_parallel_call_cached_function_defined_in_jupyter" %files -n python3-%{pypi_name} %license LICENSE.txt @@ -45,6 +44,9 @@ py.test-%{python3_version} joblib %{python3_sitelib}/%{pypi_name}/ %changelog +* Mon Feb 1 2021 wangjie - 1.0.0-1 +- upgrade version to 1.0.0 + * Thu Oct 29 2020 tianwei - 0.14.0-4 - delete python2 require