summaryrefslogtreecommitdiff
path: root/python-mlserver-lightgbm.spec
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-06-09 01:12:46 +0000
committerCoprDistGit <infra@openeuler.org>2023-06-09 01:12:46 +0000
commitbe78c48ca3bfb22440c16d6fb737f5710970ded1 (patch)
tree4643004cdd89ebb0080ad0d7a95bb808242913db /python-mlserver-lightgbm.spec
parent516f9f310f85c1e1895caf55ff1eb13c9dc2a191 (diff)
automatic import of python-mlserver-lightgbmopeneuler20.03
Diffstat (limited to 'python-mlserver-lightgbm.spec')
-rw-r--r--python-mlserver-lightgbm.spec18
1 files changed, 9 insertions, 9 deletions
diff --git a/python-mlserver-lightgbm.spec b/python-mlserver-lightgbm.spec
index 756639a..60eac8a 100644
--- a/python-mlserver-lightgbm.spec
+++ b/python-mlserver-lightgbm.spec
@@ -1,11 +1,11 @@
%global _empty_manifest_terminate_build 0
Name: python-mlserver-lightgbm
-Version: 1.3.2
+Version: 1.3.3
Release: 1
Summary: LightGBM runtime for MLServer
License: Apache 2.0
URL: https://github.com/SeldonIO/MLServer.git
-Source0: https://mirrors.nju.edu.cn/pypi/web/packages/5d/97/be9f8cd30075b79e17939e0580c3f74044057f71ea3038a3d6ea815c4355/mlserver-lightgbm-1.3.2.tar.gz
+Source0: https://mirrors.aliyun.com/pypi/web/packages/22/6f/f55ee57b63cf174ae3ef0dd6ac4c25883b07ba318fc0d1e923cf153dd456/mlserver-lightgbm-1.3.3.tar.gz
BuildArch: noarch
Requires: python3-mlserver
@@ -106,7 +106,7 @@ metadata](../../docs/reference/model-settings).
%prep
-%autosetup -n mlserver-lightgbm-1.3.2
+%autosetup -n mlserver-lightgbm-1.3.3
%build
%py3_build
@@ -120,20 +120,20 @@ if [ -d example ]; then cp -arf example %{buildroot}/%{_pkgdocdir}; fi
if [ -d examples ]; then cp -arf examples %{buildroot}/%{_pkgdocdir}; fi
pushd %{buildroot}
if [ -d usr/lib ]; then
- find usr/lib -type f -printf "/%h/%f\n" >> filelist.lst
+ find usr/lib -type f -printf "\"/%h/%f\"\n" >> filelist.lst
fi
if [ -d usr/lib64 ]; then
- find usr/lib64 -type f -printf "/%h/%f\n" >> filelist.lst
+ find usr/lib64 -type f -printf "\"/%h/%f\"\n" >> filelist.lst
fi
if [ -d usr/bin ]; then
- find usr/bin -type f -printf "/%h/%f\n" >> filelist.lst
+ find usr/bin -type f -printf "\"/%h/%f\"\n" >> filelist.lst
fi
if [ -d usr/sbin ]; then
- find usr/sbin -type f -printf "/%h/%f\n" >> filelist.lst
+ find usr/sbin -type f -printf "\"/%h/%f\"\n" >> filelist.lst
fi
touch doclist.lst
if [ -d usr/share/man ]; then
- find usr/share/man -type f -printf "/%h/%f.gz\n" >> doclist.lst
+ find usr/share/man -type f -printf "\"/%h/%f.gz\"\n" >> doclist.lst
fi
popd
mv %{buildroot}/filelist.lst .
@@ -146,5 +146,5 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
-* Wed May 31 2023 Python_Bot <Python_Bot@openeuler.org> - 1.3.2-1
+* Fri Jun 09 2023 Python_Bot <Python_Bot@openeuler.org> - 1.3.3-1
- Package Spec generated