upgrade to v3.0

Signed-off-by: Zhipeng Xie <xiezhipeng1@huawei.com>
This commit is contained in:
Zhipeng Xie 2023-01-19 15:21:12 +08:00
parent 80e3fc747c
commit 70449a02e3
3 changed files with 6 additions and 3 deletions

Binary file not shown.

BIN
networkx-3.0.tar.gz Normal file

Binary file not shown.

View File

@ -1,11 +1,11 @@
%global _empty_manifest_terminate_build 0 %global _empty_manifest_terminate_build 0
Name: python-networkx Name: python-networkx
Version: 2.8.4 Version: 3.0
Release: 1 Release: 1
Summary: Python package for creating and manipulating graphs and networks Summary: Python package for creating and manipulating graphs and networks
License: BSD-3-Clause License: BSD-3-Clause
URL: http://networkx.github.io/ 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 BuildArch: noarch
Requires: python3-numpy Requires: python3-numpy
@ -53,7 +53,7 @@ and study of the structure, dynamics, and functions
of complex networks. of complex networks.
%prep %prep
%autosetup -n networkx-2.8.4 %autosetup -n networkx-networkx-%{version}
%build %build
%py3_build %py3_build
@ -93,6 +93,9 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/* %{_docdir}/*
%changelog %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 * Wed Jun 22 2022 chendexi <chendexi@kylinos.cn> - 2.8.4-1
- Upgrade to version v2.8.4 - Upgrade to version v2.8.4