diff options
| -rw-r--r-- | .gitignore | 1 | ||||
| -rw-r--r-- | python-emg3d.spec | 25 | ||||
| -rw-r--r-- | sources | 2 |
3 files changed, 18 insertions, 10 deletions
@@ -1 +1,2 @@ /emg3d-1.8.1.tar.gz +/emg3d-1.8.2.tar.gz diff --git a/python-emg3d.spec b/python-emg3d.spec index 974703f..ae035f0 100644 --- a/python-emg3d.spec +++ b/python-emg3d.spec @@ -1,15 +1,22 @@ %global _empty_manifest_terminate_build 0 Name: python-emg3d -Version: 1.8.1 +Version: 1.8.2 Release: 1 Summary: A multigrid solver for 3D electromagnetic diffusion. License: Apache-2.0 URL: https://emsig.xyz -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/d6/37/ccd523c4c95a08bfb86b2d1bb72b203aabae40e72bf346d2bd883b5b41f1/emg3d-1.8.1.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/9a/29/a4378c71819f3e63f7072ac5d41fda6b2f29d7ec96436a01856762f165b3/emg3d-1.8.2.tar.gz BuildArch: noarch Requires: python3-scipy Requires: python3-numba +Requires: python3-tqdm +Requires: python3-h5py +Requires: python3-scooby +Requires: python3-xarray +Requires: python3-empymod +Requires: python3-discretize +Requires: python3-matplotlib %description .. image:: https://raw.github.com/emsig/logos/main/emg3d/emg3d-logo.png @@ -93,7 +100,7 @@ Available through ``conda`` and ``pip``; consult the `documentation %prep -%autosetup -n emg3d-1.8.1 +%autosetup -n emg3d-1.8.2 %build %py3_build @@ -107,20 +114,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 . @@ -133,5 +140,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Wed May 31 2023 Python_Bot <Python_Bot@openeuler.org> - 1.8.1-1 +* Fri Jun 09 2023 Python_Bot <Python_Bot@openeuler.org> - 1.8.2-1 - Package Spec generated @@ -1 +1 @@ -b8b3d6a0b680d9211105ddd8872e6a00 emg3d-1.8.1.tar.gz +2887d8edc34675e74cf9c9db8a4af485 emg3d-1.8.2.tar.gz |
