diff options
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-atomica.spec | 18 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 11 insertions, 10 deletions
@@ -1 +1,2 @@ /atomica-1.25.17.tar.gz +/atomica-1.26.0.tar.gz diff --git a/python-atomica.spec b/python-atomica.spec index 3a598b4..5c33a30 100644 --- a/python-atomica.spec +++ b/python-atomica.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-atomica -Version: 1.25.17 +Version: 1.26.0 Release: 1 Summary: Toolbox for compartment-based dynamic systems with costing and optimization License: MIT License URL: https://atomica.tools -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/75/84/b461fde759bd783847673422b7a78a9712e97a92f2b04a1ca04350b8bd1c/atomica-1.25.17.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/36/9a/23c4fe02e46adb707f27832b5f55c2f07d81abbeffa726e9661b23a61fae/atomica-1.26.0.tar.gz BuildArch: noarch Requires: python3-matplotlib @@ -356,7 +356,7 @@ at the very start of your script. A different backend may be required for your s %prep -%autosetup -n atomica-1.25.17 +%autosetup -n atomica-1.26.0 %build %py3_build @@ -370,20 +370,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 . @@ -396,5 +396,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Thu May 18 2023 Python_Bot <Python_Bot@openeuler.org> - 1.25.17-1 +* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 1.26.0-1 - Package Spec generated @@ -1 +1 @@ -56d02cac4decab1aca644f6e3e96dacb atomica-1.25.17.tar.gz +31015bc2968d4e07837039b5548b3673 atomica-1.26.0.tar.gz |