diff options
author | CoprDistGit <infra@openeuler.org> | 2023-06-09 01:36:32 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-06-09 01:36:32 +0000 |
commit | 886b77aedeac20cae69959e36cb174ec0533ea02 (patch) | |
tree | 8b5a75f8e3ba0dca71a5a928252a2641adaaf71d | |
parent | 4faae40e9df00e16e877a8da3c7953b50e11a13f (diff) |
automatic import of python-dataiteropeneuler20.03
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-dataiter.spec | 18 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 11 insertions, 10 deletions
@@ -1 +1,2 @@ /dataiter-0.41.tar.gz +/dataiter-0.43.tar.gz diff --git a/python-dataiter.spec b/python-dataiter.spec index cd4d25d..b449633 100644 --- a/python-dataiter.spec +++ b/python-dataiter.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-dataiter -Version: 0.41 +Version: 0.43 Release: 1 Summary: Classes for data manipulation License: MIT URL: https://github.com/otsaloma/dataiter -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/78/0f/7650e94f0fe9f15234613511aec441af79908320e79bb1c55147c2855054/dataiter-0.41.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/38/25/e5498a00d5d8f07c11e98499bc4192b8080bc6c4d4e5b568f765b9122e38/dataiter-0.43.tar.gz BuildArch: noarch Requires: python3-attd @@ -148,7 +148,7 @@ the differences and similarities. https://dataiter.readthedocs.io/en/latest/comparison.html %prep -%autosetup -n dataiter-0.41 +%autosetup -n dataiter-0.43 %build %py3_build @@ -162,20 +162,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 . @@ -188,5 +188,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Mon May 29 2023 Python_Bot <Python_Bot@openeuler.org> - 0.41-1 +* Fri Jun 09 2023 Python_Bot <Python_Bot@openeuler.org> - 0.43-1 - Package Spec generated @@ -1 +1 @@ -8b420f866fb8dc05714a051c552027d7 dataiter-0.41.tar.gz +8ca7fe8b1911363284804d32f2a524fa dataiter-0.43.tar.gz |