From b7cfa6be719c14a6f12e413e425c61c5ce0b9d75 Mon Sep 17 00:00:00 2001 From: CoprDistGit Date: Fri, 9 Jun 2023 00:43:01 +0000 Subject: automatic import of python-resqpy --- .gitignore | 1 + python-resqpy.spec | 18 +++++++++--------- sources | 2 +- 3 files changed, 11 insertions(+), 10 deletions(-) diff --git a/.gitignore b/.gitignore index dc6d819..25ebe02 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /resqpy-4.8.8.tar.gz +/resqpy-4.8.10.tar.gz diff --git a/python-resqpy.spec b/python-resqpy.spec index 46d06bb..671cb1d 100644 --- a/python-resqpy.spec +++ b/python-resqpy.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-resqpy -Version: 4.8.8 +Version: 4.8.10 Release: 1 Summary: Python API for working with RESQML models License: MIT URL: https://github.com/bp/resqpy -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/f7/b8/33ba2c1f081d4b93ca73505e9ec3fea03b62adfe83b05eb38d61216cfde7/resqpy-4.8.8.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/c2/d3/d0455870aeaec27c0ff1fe14e786a370e77c54d9e2dd3dba7c7ce2809c4f/resqpy-4.8.10.tar.gz BuildArch: noarch Requires: python3-numpy @@ -228,7 +228,7 @@ issues on the GitHub issue tracker, or submit Pull Requests. Instructions with h %prep -%autosetup -n resqpy-4.8.8 +%autosetup -n resqpy-4.8.10 %build %py3_build @@ -242,20 +242,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 . @@ -268,5 +268,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Tue May 30 2023 Python_Bot - 4.8.8-1 +* Fri Jun 09 2023 Python_Bot - 4.8.10-1 - Package Spec generated diff --git a/sources b/sources index 5dc9557..f719228 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -cb4bac0f7a7b4b070bd3296b03346e76 resqpy-4.8.8.tar.gz +a30f302e5563c025a751e9940a9538bb resqpy-4.8.10.tar.gz -- cgit v1.2.3