summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore1
-rw-r--r--python-spark-etl.spec18
-rw-r--r--sources2
3 files changed, 11 insertions, 10 deletions
diff --git a/.gitignore b/.gitignore
index 2828730..bf51a36 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
/spark-etl-0.0.122.tar.gz
+/spark-etl-0.0.130.tar.gz
diff --git a/python-spark-etl.spec b/python-spark-etl.spec
index 72b3bcf..5a74cf9 100644
--- a/python-spark-etl.spec
+++ b/python-spark-etl.spec
@@ -1,11 +1,11 @@
%global _empty_manifest_terminate_build 0
Name: python-spark-etl
-Version: 0.0.122
+Version: 0.0.130
Release: 1
Summary: Generic ETL Pipeline Framework for Apache Spark
License: MIT
URL: https://github.com/stonezhong/spark_etl
-Source0: https://mirrors.nju.edu.cn/pypi/web/packages/9e/b4/940f4b3aea2b51b6358bfa552ea03c04001978cbd16694f666a129e5f97a/spark-etl-0.0.122.tar.gz
+Source0: https://mirrors.aliyun.com/pypi/web/packages/5d/b3/ad4d1de0ea8cc1aaa9f7157a476519b537bc5fc8e3bbab787a9ce4b9ee5a/spark-etl-0.0.130.tar.gz
BuildArch: noarch
Requires: python3-requests
@@ -472,7 +472,7 @@ For job submitters, please check the [wiki](https://github.com/stonezhong/spark_
%prep
-%autosetup -n spark-etl-0.0.122
+%autosetup -n spark-etl-0.0.130
%build
%py3_build
@@ -486,20 +486,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 .
@@ -512,5 +512,5 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
-* Mon May 15 2023 Python_Bot <Python_Bot@openeuler.org> - 0.0.122-1
+* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 0.0.130-1
- Package Spec generated
diff --git a/sources b/sources
index 9edc623..b1a65a3 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-2dbeec06d146eb2410e124ba20936222 spark-etl-0.0.122.tar.gz
+e8f7269e03566b015c2de8afbf53b0ad spark-etl-0.0.130.tar.gz