summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-06-08 08:56:43 +0000
committerCoprDistGit <infra@openeuler.org>2023-06-08 08:56:43 +0000
commitaf0519b4c0313e50edbf935c15b6a343fcd0db14 (patch)
treefa03435c3c11fd8425c52119a8ae2344988ca650
parent0e32e83f0eaf36292288445cb5e22e086b188268 (diff)
automatic import of python-mombaopeneuler20.03
-rw-r--r--.gitignore1
-rw-r--r--python-momba.spec20
-rw-r--r--sources2
3 files changed, 12 insertions, 11 deletions
diff --git a/.gitignore b/.gitignore
index aa84ba3..de89c18 100644
--- a/.gitignore
+++ b/.gitignore
@@ -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
diff --git a/sources b/sources
index f747a0d..ebb4e3c 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-857949be8df405be0f12359a17d76197 momba-0.6.7.tar.gz
+192b04508e30974695a6c18d477a6493 momba-0.6.8.tar.gz