upgrade 1.0.0-1

This commit is contained in:
wangjie 2021-02-01 16:40:29 +08:00
parent f23881174e
commit a852f264a9
3 changed files with 7 additions and 5 deletions

Binary file not shown.

BIN
joblib-1.0.0.tar.gz Normal file

Binary file not shown.

View File

@ -1,12 +1,12 @@
%global pypi_name joblib %global pypi_name joblib
Name: python-%{pypi_name} Name: python-%{pypi_name}
Version: 0.14.0 Version: 1.0.0
Release: 4 Release: 1
Summary: Utilities to provide lightweight pipelining in Python Summary: Utilities to provide lightweight pipelining in Python
License: BSD-licenced (3 clause) License: BSD-licenced (3 clause)
URL: https://joblib.readthedocs.io/en/latest/ 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 BuildArch: noarch
BuildRequires: python3-devel BuildRequires: python3-devel
#test requires #test requires
@ -35,8 +35,7 @@ Summary: %{summary}
%check %check
export PYTHONPATH=$(pwd) %{__python3} -m pytest -k "not test_parallel_call_cached_function_defined_in_jupyter"
py.test-%{python3_version} joblib
%files -n python3-%{pypi_name} %files -n python3-%{pypi_name}
%license LICENSE.txt %license LICENSE.txt
@ -45,6 +44,9 @@ py.test-%{python3_version} joblib
%{python3_sitelib}/%{pypi_name}/ %{python3_sitelib}/%{pypi_name}/
%changelog %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 * Thu Oct 29 2020 tianwei<tianwei12@huawei.com> - 0.14.0-4
- delete python2 require - delete python2 require