upgrade to v3.0
Signed-off-by: Zhipeng Xie <xiezhipeng1@huawei.com>
This commit is contained in:
parent
80e3fc747c
commit
70449a02e3
Binary file not shown.
BIN
networkx-3.0.tar.gz
Normal file
BIN
networkx-3.0.tar.gz
Normal file
Binary file not shown.
@ -1,11 +1,11 @@
|
||||
%global _empty_manifest_terminate_build 0
|
||||
Name: python-networkx
|
||||
Version: 2.8.4
|
||||
Version: 3.0
|
||||
Release: 1
|
||||
Summary: Python package for creating and manipulating graphs and networks
|
||||
License: BSD-3-Clause
|
||||
URL: http://networkx.github.io/
|
||||
Source0: https://files.pythonhosted.org/packages/5d/3b/9ca0d8bbfbf418eb158fe7b8a5e4233ddc390d995cfb1dd32726dba8c8e5/networkx-2.8.4.tar.gz
|
||||
Source0: https://github.com/networkx/networkx/archive/refs/tags/networkx-%{version}.tar.gz
|
||||
BuildArch: noarch
|
||||
|
||||
Requires: python3-numpy
|
||||
@ -53,7 +53,7 @@ and study of the structure, dynamics, and functions
|
||||
of complex networks.
|
||||
|
||||
%prep
|
||||
%autosetup -n networkx-2.8.4
|
||||
%autosetup -n networkx-networkx-%{version}
|
||||
|
||||
%build
|
||||
%py3_build
|
||||
@ -93,6 +93,9 @@ mv %{buildroot}/doclist.lst .
|
||||
%{_docdir}/*
|
||||
|
||||
%changelog
|
||||
* Thu Jan 19 2023 Zhipeng Xie <xiezhipeng1@kylinos.cn> - 3.0-1
|
||||
- Upgrade to version v3.0
|
||||
|
||||
* Wed Jun 22 2022 chendexi <chendexi@kylinos.cn> - 2.8.4-1
|
||||
- Upgrade to version v2.8.4
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user