Compare commits

...

10 Commits

Author SHA1 Message Date
openeuler-ci-bot
a16687f59d
!23 Update package to version 1.3.2
From: @jxy_git 
Reviewed-by: @yangzhao_kl 
Signed-off-by: @yangzhao_kl
2024-02-21 09:30:06 +00:00
jxy_git
f9f482ae8f Update package to version 1.3.2 2024-02-21 16:20:59 +08:00
openeuler-ci-bot
9d17aaad74
!22 Update to 1.3.1 for fix python3.11 build error
From: @wk333 
Reviewed-by: @caodongxia 
Signed-off-by: @caodongxia
2023-07-23 08:16:01 +00:00
wk333
b23c7adf7f Update to 1.3.1 for fix python3.11 build error 2023-07-23 15:25:49 +08:00
openeuler-ci-bot
c26f631688
!16 Upgrade to 1.1.1
From: @caodongxia 
Reviewed-by: @cherry530 
Signed-off-by: @cherry530
2023-04-07 08:11:24 +00:00
caodongxia
500eefe148 update to 1.1.1 2023-04-07 15:56:24 +08:00
openeuler-ci-bot
0608ee4d56
!15 maint more informative assertion errors when warnings happen
From: @wang--ge 
Reviewed-by: @caodongxia 
Signed-off-by: @caodongxia
2023-02-06 11:26:39 +00:00
wang--ge
af5ba369f8 maint more informative assertion errors when warnings happen 2023-02-06 19:16:23 +08:00
openeuler-ci-bot
bb1a1fb8fe
!5 Package upgrade
From: @lyn1001 
Reviewed-by: @myeuler 
Signed-off-by: @myeuler
2022-06-14 06:28:49 +00:00
lyn1001
4bd45a64dd Package upgrade 2022-06-13 16:48:13 +08:00
3 changed files with 26 additions and 8 deletions

Binary file not shown.

BIN
joblib-1.3.2.tar.gz Normal file

Binary file not shown.

View File

@ -1,17 +1,20 @@
%global pypi_name joblib
Name: python-%{pypi_name}
Version: 1.0.0
Version: 1.3.2
Release: 1
Summary: Utilities to provide lightweight pipelining in Python
License: BSD-licenced (3 clause)
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
BuildArch: noarch
BuildRequires: python3-devel
BuildRequires: python3-pip
BuildRequires: python3-wheel
#test requires
BuildRequires: python3-pytest
BuildRequires: python3-threadpoolctl
BuildRequires: procps-ng
%global _description \
Joblib is a set of tools to provide lightweight pipelining in Python.
@ -25,14 +28,13 @@ Summary: %{summary}
%description -n python3-%{pypi_name} %{_description}
%prep
%autosetup -n %{pypi_name}-%{version}
%autosetup -n %{pypi_name}-%{version} -p1
%build
%py3_build
%pyproject_build
%install
%py3_install
%pyproject_install
%check
%{__python3} -m pytest -k "not test_parallel_call_cached_function_defined_in_jupyter"
@ -40,10 +42,26 @@ Summary: %{summary}
%files -n python3-%{pypi_name}
%license LICENSE.txt
%doc README.rst CHANGES.rst
%{python3_sitelib}/%{pypi_name}-*.egg-info/
%{python3_sitelib}/%{pypi_name}-*.dist-info/
%{python3_sitelib}/%{pypi_name}/
%changelog
* Wed Feb 21 2024 jiangxinyu <jiangxinyu@kylinos.cn> - 1.3.2-1
- Update package to version 1.3.2
* Sun Jul 23 2023 wangkai <13474090681@163.com> - 1.3.1-1
- Update to 1.3.1 for fix python3.11 build error
- Use pyproject to compile package
* 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
* Thu Jun 09 2022 SimpleUpdate Robot <tc@openeuler.org> - 1.1.0-1
- Upgrade to version 1.1.0
* Mon Feb 1 2021 wangjie<wangjie294@huawei.com> - 1.0.0-1
- upgrade version to 1.0.0