upgrade 1.0.0-1
This commit is contained in:
parent
f23881174e
commit
a852f264a9
BIN
0.14.0.tar.gz
BIN
0.14.0.tar.gz
Binary file not shown.
BIN
joblib-1.0.0.tar.gz
Normal file
BIN
joblib-1.0.0.tar.gz
Normal file
Binary file not shown.
@ -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<wangjie294@huawei.com> - 1.0.0-1
|
||||
- upgrade version to 1.0.0
|
||||
|
||||
* Thu Oct 29 2020 tianwei<tianwei12@huawei.com> - 0.14.0-4
|
||||
- delete python2 require
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user