diff options
| author | CoprDistGit <infra@openeuler.org> | 2023-04-25 09:58:54 +0000 |
|---|---|---|
| committer | CoprDistGit <infra@openeuler.org> | 2023-04-25 09:58:54 +0000 |
| commit | 7dbafa0efc10094a0d6f3d6d13fc6ce835a420f1 (patch) | |
| tree | 9f67da4bbb5671a7bbc9a3d52b407899ee224bb7 | |
| parent | dcf58dba340b1edb32e7030ad3541baaa32c7f19 (diff) | |
automatic import of python-scikit-networkopeneuler20.03
| -rw-r--r-- | .gitignore | 1 | ||||
| -rw-r--r-- | python-scikit-network.spec | 8 | ||||
| -rw-r--r-- | sources | 2 |
3 files changed, 6 insertions, 5 deletions
@@ -1 +1,2 @@ /scikit-network-0.29.0.tar.gz +/scikit-network-0.30.0.tar.gz diff --git a/python-scikit-network.spec b/python-scikit-network.spec index 8161ff0..bad5a6d 100644 --- a/python-scikit-network.spec +++ b/python-scikit-network.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-scikit-network -Version: 0.29.0 +Version: 0.30.0 Release: 1 Summary: Graph algorithms License: BSD license URL: https://github.com/sknetwork-team/scikit-network -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/ee/c6/c1e81437a72b45594bf6ea3b40dcba57ae823a886807f9eaf14cd73fc63e/scikit-network-0.29.0.tar.gz +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/d4/8c/0952b965221ed071939b6e3e9dd76a7f3fdabf64c8f1a61cb5af92d00b54/scikit-network-0.30.0.tar.gz Requires: python3-numpy Requires: python3-scipy @@ -38,7 +38,7 @@ Provides: python3-scikit-network-doc * Documentation: https://scikit-network.readthedocs.io %prep -%autosetup -n scikit-network-0.29.0 +%autosetup -n scikit-network-0.30.0 %build %py3_build @@ -78,5 +78,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Wed Apr 12 2023 Python_Bot <Python_Bot@openeuler.org> - 0.29.0-1 +* Tue Apr 25 2023 Python_Bot <Python_Bot@openeuler.org> - 0.30.0-1 - Package Spec generated @@ -1 +1 @@ -cfdfce760dcf6af8af942c92c2fe0024 scikit-network-0.29.0.tar.gz +56b6a4cf5f0be4c594a0ede1f0bfaf75 scikit-network-0.30.0.tar.gz |
