diff options
| author | CoprDistGit <infra@openeuler.org> | 2023-06-08 08:56:43 +0000 |
|---|---|---|
| committer | CoprDistGit <infra@openeuler.org> | 2023-06-08 08:56:43 +0000 |
| commit | af0519b4c0313e50edbf935c15b6a343fcd0db14 (patch) | |
| tree | fa03435c3c11fd8425c52119a8ae2344988ca650 | |
| parent | 0e32e83f0eaf36292288445cb5e22e086b188268 (diff) | |
automatic import of python-mombaopeneuler20.03
| -rw-r--r-- | .gitignore | 1 | ||||
| -rw-r--r-- | python-momba.spec | 20 | ||||
| -rw-r--r-- | sources | 2 |
3 files changed, 12 insertions, 11 deletions
@@ -1 +1,2 @@ /momba-0.6.7.tar.gz +/momba-0.6.8.tar.gz diff --git a/python-momba.spec b/python-momba.spec index 8dff2b9..a233ce6 100644 --- a/python-momba.spec +++ b/python-momba.spec @@ -1,16 +1,16 @@ %global _empty_manifest_terminate_build 0 Name: python-momba -Version: 0.6.7 +Version: 0.6.8 Release: 1 Summary: A Python library for quantitative models. License: MIT OR Apache-2.0 URL: https://momba.dev/ -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/8a/11/89a1b70b51d46eaeaa36f01830439e1325ded86a7db01a82e5bf4b66071f/momba-0.6.7.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/ba/82/d364b6a75bfccd4dd887679de20903b18216f6209340cf9cde21667df164/momba-0.6.8.tar.gz BuildArch: noarch Requires: python3-click Requires: python3-docker -Requires: python3-gym +Requires: python3-gymnasium Requires: python3-immutables Requires: python3-momba_engine Requires: python3-mxu @@ -275,7 +275,7 @@ Thanks to Sarah Sterz for the awesome Momba logo. %prep -%autosetup -n momba-0.6.7 +%autosetup -n momba-0.6.8 %build %py3_build @@ -289,20 +289,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 . @@ -315,5 +315,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Mon May 15 2023 Python_Bot <Python_Bot@openeuler.org> - 0.6.7-1 +* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 0.6.8-1 - Package Spec generated @@ -1 +1 @@ -857949be8df405be0f12359a17d76197 momba-0.6.7.tar.gz +192b04508e30974695a6c18d477a6493 momba-0.6.8.tar.gz |
