summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-06-08 08:10:26 +0000
committerCoprDistGit <infra@openeuler.org>2023-06-08 08:10:26 +0000
commit0c87d1cafd18c49fe02b46704a8e6f7fbb0052ff (patch)
treeca9ab1297c0f380473e5e935300bf83ad447608c
parent1d3cbfe63e56a4a812709fbb7d40edc093ae94c7 (diff)
automatic import of python-tanbih-pipelineopeneuler20.03
-rw-r--r--.gitignore1
-rw-r--r--python-tanbih-pipeline.spec18
-rw-r--r--sources2
3 files changed, 11 insertions, 10 deletions
diff --git a/.gitignore b/.gitignore
index 96b624b..0789647 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
/tanbih-pipeline-0.12.9.tar.gz
+/tanbih-pipeline-0.12.10.tar.gz
diff --git a/python-tanbih-pipeline.spec b/python-tanbih-pipeline.spec
index 4dac98b..ddd2f4e 100644
--- a/python-tanbih-pipeline.spec
+++ b/python-tanbih-pipeline.spec
@@ -1,11 +1,11 @@
%global _empty_manifest_terminate_build 0
Name: python-tanbih-pipeline
-Version: 0.12.9
+Version: 0.12.10
Release: 1
Summary: a pipeline framework for streaming processing
License: MIT
URL: https://github.com/yifan/pipeline
-Source0: https://mirrors.nju.edu.cn/pypi/web/packages/13/94/701e46057017c28da87d6279b3d447d4084493053aa968aaf6776f945308/tanbih-pipeline-0.12.9.tar.gz
+Source0: https://mirrors.aliyun.com/pypi/web/packages/b9/34/a3e96189eb4439dd6aa58b631ac069a8ae8c19cfc4644d409d6b56d57ec3/tanbih-pipeline-0.12.10.tar.gz
BuildArch: noarch
Requires: python3-prometheus-client
@@ -58,7 +58,7 @@ in deployment, so that a docker image released for a certain task can be used wi
through changes of environment variables.
%prep
-%autosetup -n tanbih-pipeline-0.12.9
+%autosetup -n tanbih-pipeline-0.12.10
%build
%py3_build
@@ -72,20 +72,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 .
@@ -98,5 +98,5 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
-* Mon May 15 2023 Python_Bot <Python_Bot@openeuler.org> - 0.12.9-1
+* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 0.12.10-1
- Package Spec generated
diff --git a/sources b/sources
index 1c927a3..cab0e51 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-44a14790cd5029a317b7196455a26a75 tanbih-pipeline-0.12.9.tar.gz
+bf3bf12af72490a734a362c9bd0ed504 tanbih-pipeline-0.12.10.tar.gz