diff options
| -rw-r--r-- | .gitignore | 1 | ||||
| -rw-r--r-- | python-pipen.spec | 18 | ||||
| -rw-r--r-- | sources | 2 |
3 files changed, 11 insertions, 10 deletions
@@ -1 +1,2 @@ /pipen-0.9.8.tar.gz +/pipen-0.9.11.tar.gz diff --git a/python-pipen.spec b/python-pipen.spec index 151b606..eb6e35d 100644 --- a/python-pipen.spec +++ b/python-pipen.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-pipen -Version: 0.9.8 +Version: 0.9.11 Release: 1 Summary: A pipeline framework for python License: MIT URL: https://github.com/pwwang/pipen -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/89/8d/9c6dc54d1785255af9c0f2b040483e2d6d4b2c0f75ac4eef36237b5ba735/pipen-0.9.8.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/19/e7/cef8bec8d157719e1e68a2ced186f2ab3d86c852798350f2515a5d09822f/pipen-0.9.11.tar.gz BuildArch: noarch Requires: python3-liquidpy @@ -570,7 +570,7 @@ Plugins make `pipen` even better. %prep -%autosetup -n pipen-0.9.8 +%autosetup -n pipen-0.9.11 %build %py3_build @@ -584,20 +584,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 . @@ -610,5 +610,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 0.9.8-1 +* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 0.9.11-1 - Package Spec generated @@ -1 +1 @@ -cf3f2bdd8b3bcfd5119ee8b1f9093bc6 pipen-0.9.8.tar.gz +967f9df29aa81b2062532b259f2259ad pipen-0.9.11.tar.gz |
