!16 Upgrade to 1.1.1

From: @caodongxia 
Reviewed-by: @cherry530 
Signed-off-by: @cherry530
This commit is contained in:
openeuler-ci-bot 2023-04-07 08:11:24 +00:00 committed by Gitee
commit c26f631688
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 6 additions and 3 deletions

Binary file not shown.

BIN
joblib-1.1.1.tar.gz Normal file

Binary file not shown.

View File

@ -1,12 +1,12 @@
%global pypi_name joblib
Name: python-%{pypi_name}
Version: 1.1.0
Release: 2
Version: 1.1.1
Release: 1
Summary: Utilities to provide lightweight pipelining in Python
License: BSD-3-clause
URL: https://joblib.readthedocs.io/en/latest/
Source0: https://github.com/joblib/joblib/archive/%{version}.tar.gz#/%{pypi_name}-%{version}.tar.gz
Source0: https://github.com/joblib/joblib/archive/%{version}/%{pypi_name}-%{version}.tar.gz
Patch1: maint-more-informative-assertion-errors-when-warnings-happen.patch
BuildArch: noarch
BuildRequires: python3-devel
@ -45,6 +45,9 @@ Summary: %{summary}
%{python3_sitelib}/%{pypi_name}/
%changelog
* Fri Apr 7 2023 caodongxia <caodongxia@h-partners.com> - 1.1.1-1
- Upgrade to 1.1.1
* Mon Feb 06 2023 Ge Wang <wangge20@h-partners.com> - 1.1.0-2
- Maint more informative assertion errors when warnings happen