!16 upgarde to v3.0

From: @xiezhipeng1 
Reviewed-by: @licihua 
Signed-off-by: @licihua
This commit is contained in:
openeuler-ci-bot 2023-01-19 08:18:01 +00:00 committed by Gitee
commit d24b8e0090
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
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
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