From 886b77aedeac20cae69959e36cb174ec0533ea02 Mon Sep 17 00:00:00 2001 From: CoprDistGit Date: Fri, 9 Jun 2023 01:36:32 +0000 Subject: automatic import of python-dataiter --- .gitignore | 1 + python-dataiter.spec | 18 +++++++++--------- sources | 2 +- 3 files changed, 11 insertions(+), 10 deletions(-) diff --git a/.gitignore b/.gitignore index 68a299a..e3e71fb 100644 --- a/.gitignore +++ b/.gitignore @@ -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 - 0.41-1 +* Fri Jun 09 2023 Python_Bot - 0.43-1 - Package Spec generated diff --git a/sources b/sources index 24138b2..b07a770 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -8b420f866fb8dc05714a051c552027d7 dataiter-0.41.tar.gz +8ca7fe8b1911363284804d32f2a524fa dataiter-0.43.tar.gz -- cgit v1.2.3