From be78c48ca3bfb22440c16d6fb737f5710970ded1 Mon Sep 17 00:00:00 2001 From: CoprDistGit Date: Fri, 9 Jun 2023 01:12:46 +0000 Subject: automatic import of python-mlserver-lightgbm --- .gitignore | 1 + python-mlserver-lightgbm.spec | 18 +++++++++--------- sources | 2 +- 3 files changed, 11 insertions(+), 10 deletions(-) diff --git a/.gitignore b/.gitignore index 0410921..4151701 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /mlserver-lightgbm-1.3.2.tar.gz +/mlserver-lightgbm-1.3.3.tar.gz 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 - 1.3.2-1 +* Fri Jun 09 2023 Python_Bot - 1.3.3-1 - Package Spec generated diff --git a/sources b/sources index 5a8b68c..8f2dbb2 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -a4cc59759502d5f954fb1ab4fd9c7e7e mlserver-lightgbm-1.3.2.tar.gz +502e91c9ba7425e9c89323f14041d747 mlserver-lightgbm-1.3.3.tar.gz -- cgit v1.2.3