From 15d80c6b59078e6f5654abc0cbba5b999b415e00 Mon Sep 17 00:00:00 2001 From: s17723959267 Date: Thu, 29 Oct 2020 11:24:23 +0800 Subject: [PATCH] delete python2 --- python-joblib.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-joblib.spec b/python-joblib.spec index ba05ed1..132df77 100644 --- a/python-joblib.spec +++ b/python-joblib.spec @@ -2,7 +2,7 @@ Name: python-%{pypi_name} Version: 0.14.0 -Release: 3 +Release: 4 Summary: Utilities to provide lightweight pipelining in Python License: BSD-licenced (3 clause) URL: https://joblib.readthedocs.io/en/latest/ @@ -45,5 +45,8 @@ py.test-%{python3_version} joblib %{python3_sitelib}/%{pypi_name}/ %changelog +* Thu Oct 29 2020 tianwei - 0.14.0-4 +- delete python2 require + * Fri Feb 14 2020 gulining - 0.14.0-3 - Init package