python-networkx

This commit is contained in:
sunhui 2023-07-12 10:35:37 +08:00
parent d24b8e0090
commit a18c59fa45
3 changed files with 5 additions and 2 deletions

Binary file not shown.

BIN
networkx-3.1.tar.gz Normal file

Binary file not shown.

View File

@ -1,6 +1,6 @@
%global _empty_manifest_terminate_build 0
Name: python-networkx
Version: 3.0
Version: 3.1
Release: 1
Summary: Python package for creating and manipulating graphs and networks
License: BSD-3-Clause
@ -53,7 +53,7 @@ and study of the structure, dynamics, and functions
of complex networks.
%prep
%autosetup -n networkx-networkx-%{version}
%autosetup -n networkx-%{version}
%build
%py3_build
@ -93,6 +93,9 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
* Wed Jul 12 2023 sunhui <sunhui@kylinos.cn> - 3.1-1
- Update package to version 3.1
* Thu Jan 19 2023 Zhipeng Xie <xiezhipeng1@kylinos.cn> - 3.0-1
- Upgrade to version v3.0