diff options
author | CoprDistGit <infra@openeuler.org> | 2023-04-21 03:06:47 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-04-21 03:06:47 +0000 |
commit | cb3393a74d7a7d57982d7129d344f1984571ddd6 (patch) | |
tree | 188796313a38c85371017c86c04f1903b6e638a1 | |
parent | a27565ba942aaf318fc44f41e630edcf0d9a38c1 (diff) |
automatic import of python-chaospyopeneuler20.03
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-chaospy.spec | 8 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 6 insertions, 5 deletions
@@ -1 +1,2 @@ /chaospy-4.3.10.tar.gz +/chaospy-4.3.12.tar.gz diff --git a/python-chaospy.spec b/python-chaospy.spec index 4e0242d..53762b2 100644 --- a/python-chaospy.spec +++ b/python-chaospy.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-chaospy -Version: 4.3.10 +Version: 4.3.12 Release: 1 Summary: Numerical tool for performing uncertainty quantification License: MIT license URL: https://pypi.org/project/chaospy/ -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/53/1a/2afb10b9ad97588201a75a88bdf4dd52dae0f17fb69ea27eb930555e15d3/chaospy-4.3.10.tar.gz +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/7f/a9/c3698166ed4b6ace6aeba9c5787d76c719e1aefa08fe968862d82d16d770/chaospy-4.3.12.tar.gz BuildArch: noarch Requires: python3-numpy @@ -67,7 +67,7 @@ Then go over to the `documentation <https://chaospy.readthedocs.io/en/master>`_ to see how to use the toolbox. %prep -%autosetup -n chaospy-4.3.10 +%autosetup -n chaospy-4.3.12 %build %py3_build @@ -107,5 +107,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Wed Mar 08 2023 Python_Bot <Python_Bot@openeuler.org> - 4.3.10-1 +* Fri Apr 21 2023 Python_Bot <Python_Bot@openeuler.org> - 4.3.12-1 - Package Spec generated @@ -1 +1 @@ -c1edcd904febc3b710a3407d986f81e9 chaospy-4.3.10.tar.gz +9eeda738351b2c1a8c3b4c1e49767c84 chaospy-4.3.12.tar.gz |