summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-06-08 17:25:15 +0000
committerCoprDistGit <infra@openeuler.org>2023-06-08 17:25:15 +0000
commit8525061d899b11c9845fc2fd62add439f01ee2fb (patch)
tree26a16d7d34ef3dc53d7e9dfba9b0c3db8c02ecba
parent0647d00219e5308dfe9a82a01e4bf688c8291033 (diff)
automatic import of python-pipenopeneuler20.03
-rw-r--r--.gitignore1
-rw-r--r--python-pipen.spec18
-rw-r--r--sources2
3 files changed, 11 insertions, 10 deletions
diff --git a/.gitignore b/.gitignore
index 74bd7c1..5f3a385 100644
--- a/.gitignore
+++ b/.gitignore
@@ -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
diff --git a/sources b/sources
index 82301a4..ffe375c 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-cf3f2bdd8b3bcfd5119ee8b1f9093bc6 pipen-0.9.8.tar.gz
+967f9df29aa81b2062532b259f2259ad pipen-0.9.11.tar.gz