diff options
author | CoprDistGit <infra@openeuler.org> | 2023-06-09 07:30:15 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-06-09 07:30:15 +0000 |
commit | bd126e42d959490f6c0509c3f1ea17339eda2bf6 (patch) | |
tree | 40d4170aa77badffa598f638caee2309ba015d09 | |
parent | 089ada36fdfd09c1a1454be2e68b11666bc0d79b (diff) |
automatic import of python-pyironopeneuler20.03
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-pyiron.spec | 18 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 11 insertions, 10 deletions
@@ -1 +1,2 @@ /pyiron-0.4.7.tar.gz +/pyiron-0.5.0.tar.gz diff --git a/python-pyiron.spec b/python-pyiron.spec index 288d5a8..8a63982 100644 --- a/python-pyiron.spec +++ b/python-pyiron.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-pyiron -Version: 0.4.7 +Version: 0.5.0 Release: 1 Summary: pyiron - an integrated development environment (IDE) for computational materials science. License: BSD URL: https://github.com/pyiron/pyiron -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/05/7c/7def5809c06bd5fa42b496e7039889ce85ba0d13d27e2d9a8dfd4635a366/pyiron-0.4.7.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/44/77/47ad458c65ccd8dffeb74df21d5bd6f6f17901cbc60a218bcc7321ad592c/pyiron-0.5.0.tar.gz BuildArch: noarch Requires: python3-pyiron-atomistics @@ -32,7 +32,7 @@ http://pyiron.org %prep -%autosetup -n pyiron-0.4.7 +%autosetup -n pyiron-0.5.0 %build %py3_build @@ -46,20 +46,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 . @@ -72,5 +72,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Wed May 31 2023 Python_Bot <Python_Bot@openeuler.org> - 0.4.7-1 +* Fri Jun 09 2023 Python_Bot <Python_Bot@openeuler.org> - 0.5.0-1 - Package Spec generated @@ -1 +1 @@ -2979a32de04bd1461a1588a034fdad7c pyiron-0.4.7.tar.gz +3a3640a237df64bc0c057ef526cd9e60 pyiron-0.5.0.tar.gz |