diff options
author | CoprDistGit <infra@openeuler.org> | 2023-06-09 00:43:01 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-06-09 00:43:01 +0000 |
commit | b7cfa6be719c14a6f12e413e425c61c5ce0b9d75 (patch) | |
tree | e5a461c37c77ed12ef092e6a87430fd07ebc01bf | |
parent | 235db3a61d70dbdd239c86af094a2f7788859742 (diff) |
automatic import of python-resqpyopeneuler20.03
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-resqpy.spec | 18 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 11 insertions, 10 deletions
@@ -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 <Python_Bot@openeuler.org> - 4.8.8-1 +* Fri Jun 09 2023 Python_Bot <Python_Bot@openeuler.org> - 4.8.10-1 - Package Spec generated @@ -1 +1 @@ -cb4bac0f7a7b4b070bd3296b03346e76 resqpy-4.8.8.tar.gz +a30f302e5563c025a751e9940a9538bb resqpy-4.8.10.tar.gz |