diff options
author | CoprDistGit <infra@openeuler.org> | 2023-04-21 07:41:33 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-04-21 07:41:33 +0000 |
commit | ac874f119d6aa92dbf7c514bb8c5fcdc78a1b597 (patch) | |
tree | 62185391af0603a8e964f4a30f059c525a0e866b | |
parent | 984543b70c3a1ff7b0f8a41c87129e7f9695e863 (diff) |
automatic import of python-pysbopeneuler20.03
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-pysb.spec | 8 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 6 insertions, 5 deletions
@@ -1 +1,2 @@ /pysb-1.14.0.tar.gz +/pysb-1.15.0.tar.gz diff --git a/python-pysb.spec b/python-pysb.spec index 3ff5efd..7f536b8 100644 --- a/python-pysb.spec +++ b/python-pysb.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-pysb -Version: 1.14.0 +Version: 1.15.0 Release: 1 Summary: Python Systems Biology modeling framework License: BSD License URL: http://pysb.org/ -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/77/53/1437a48c4d159f8bd00d0124429ef5cf7f9160e635cc92efc24723b1eb89/pysb-1.14.0.tar.gz +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/fb/15/23da62baa02432857989674ba20d1701b4524c46e24163fb5577b0f2ead7/pysb-1.15.0.tar.gz BuildArch: noarch @@ -43,7 +43,7 @@ scientific Python libraries such as NumPy, SciPy and SymPy for model simulation and analysis. %prep -%autosetup -n pysb-1.14.0 +%autosetup -n pysb-1.15.0 %build %py3_build @@ -83,5 +83,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Fri Apr 07 2023 Python_Bot <Python_Bot@openeuler.org> - 1.14.0-1 +* Fri Apr 21 2023 Python_Bot <Python_Bot@openeuler.org> - 1.15.0-1 - Package Spec generated @@ -1 +1 @@ -328f93cdf663f97fc466186f1093db36 pysb-1.14.0.tar.gz +f3973a422ce3d0712a009fd0a2a7aaaf pysb-1.15.0.tar.gz |