diff options
author | CoprDistGit <infra@openeuler.org> | 2023-04-21 06:06:32 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-04-21 06:06:32 +0000 |
commit | a9a7a7ede6d243f7b2b6503ed466d86b791c9120 (patch) | |
tree | a0c7fe506297463c2df5d91f6de16be31481192c | |
parent | 256be0b8cbf44d4e982ece9dfc545e1671043730 (diff) |
automatic import of python-niapyopeneuler20.03
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-niapy.spec | 8 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 6 insertions, 5 deletions
@@ -1 +1,2 @@ /niapy-2.0.4.tar.gz +/niapy-2.0.5.tar.gz diff --git a/python-niapy.spec b/python-niapy.spec index 47e9dd9..8451cee 100644 --- a/python-niapy.spec +++ b/python-niapy.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-niapy -Version: 2.0.4 +Version: 2.0.5 Release: 1 Summary: Python micro framework for building nature-inspired algorithms. License: MIT URL: https://github.com/NiaOrg/NiaPy -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/f1/44/ab840e655f1a08b68f311cfc02358892866895cc555ca4eeea9a649a3769/niapy-2.0.4.tar.gz +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/d6/13/299260dcba4756152d66293b38322fd82f17de373e02d4f3c729da7012b9/niapy-2.0.5.tar.gz BuildArch: noarch Requires: python3-numpy @@ -98,7 +98,7 @@ scratch. here <CONTRIBUTING.md#development-dependencies>`__ %prep -%autosetup -n niapy-2.0.4 +%autosetup -n niapy-2.0.5 %build %py3_build @@ -138,5 +138,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Thu Mar 09 2023 Python_Bot <Python_Bot@openeuler.org> - 2.0.4-1 +* Fri Apr 21 2023 Python_Bot <Python_Bot@openeuler.org> - 2.0.5-1 - Package Spec generated @@ -1 +1 @@ -86a81659735fb153583f77df2f6ca234 niapy-2.0.4.tar.gz +998a5875bf2fd4635c1285b5ad4ac42d niapy-2.0.5.tar.gz |