diff options
| author | CoprDistGit <infra@openeuler.org> | 2023-06-08 12:35:20 +0000 |
|---|---|---|
| committer | CoprDistGit <infra@openeuler.org> | 2023-06-08 12:35:20 +0000 |
| commit | 1f9b7f8c48d4f022ed244f0c9b517a5acf1d38ff (patch) | |
| tree | 28407e0c4257623786d955d93fe0eff8fb93e945 | |
| parent | 0910cdea6aadee1d23c2cbca9bdc268a0361f931 (diff) | |
automatic import of python-spark-etlopeneuler20.03
| -rw-r--r-- | .gitignore | 1 | ||||
| -rw-r--r-- | python-spark-etl.spec | 18 | ||||
| -rw-r--r-- | sources | 2 |
3 files changed, 11 insertions, 10 deletions
@@ -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 @@ -1 +1 @@ -2dbeec06d146eb2410e124ba20936222 spark-etl-0.0.122.tar.gz +e8f7269e03566b015c2de8afbf53b0ad spark-etl-0.0.130.tar.gz |
