Upgrade to version v2.8.4
modify license and requires
This commit is contained in:
parent
0f8120f47f
commit
5237ec5453
Binary file not shown.
BIN
networkx-2.8.4.tar.gz
Normal file
BIN
networkx-2.8.4.tar.gz
Normal file
Binary file not shown.
@ -1,33 +1,33 @@
|
||||
%global _empty_manifest_terminate_build 0
|
||||
Name: python-networkx
|
||||
Version: 2.5
|
||||
Version: 2.8.4
|
||||
Release: 1
|
||||
Summary: Python package for creating and manipulating graphs and networks
|
||||
License: BSD License
|
||||
License: BSD-3-Clause
|
||||
URL: http://networkx.github.io/
|
||||
Source0: https://files.pythonhosted.org/packages/ef/d0/f706a9e5814a42c544fa1b2876fc33e5d17e1f2c92a5361776632c4f41ab/networkx-2.5.tar.gz
|
||||
Source0: https://files.pythonhosted.org/packages/5d/3b/9ca0d8bbfbf418eb158fe7b8a5e4233ddc390d995cfb1dd32726dba8c8e5/networkx-2.8.4.tar.gz
|
||||
BuildArch: noarch
|
||||
|
||||
Requires: python3-decorator
|
||||
Requires: python3-numpy
|
||||
Requires: python3-scipy
|
||||
Requires: python3-pandas
|
||||
Requires: python3-matplotlib
|
||||
Requires: python3-pygraphviz
|
||||
Requires: python3-pydot
|
||||
Requires: python3-pyyaml
|
||||
Requires: python3-lxml
|
||||
Requires: python3-pytest
|
||||
Requires: python3-gdal
|
||||
Requires: python3-lxml
|
||||
Requires: python3-matplotlib
|
||||
Requires: python3-numpy
|
||||
Requires: python3-pandas
|
||||
Requires: python3-pydot
|
||||
Requires: python3-pygraphviz
|
||||
Requires: python3-pytest
|
||||
Requires: python3-pyyaml
|
||||
Requires: python3-scipy
|
||||
Requires: python3-numpy
|
||||
Requires: python3-scipy
|
||||
Requires: python3-matplotlib
|
||||
Requires: python3-pandas
|
||||
Requires: python3-pre-commit
|
||||
Requires: python3-mypy
|
||||
Requires: python3-sphinx
|
||||
Requires: python3-pydata-sphinx-theme
|
||||
Requires: python3-sphinx-gallery
|
||||
Requires: python3-numpydoc
|
||||
Requires: python3-pillow
|
||||
Requires: python3-nb2plots
|
||||
Requires: python3-texext
|
||||
Requires: python3-lxml
|
||||
Requires: python3-pygraphviz
|
||||
Requires: python3-pydot
|
||||
Requires: python3-sympy
|
||||
Requires: python3-pytest
|
||||
Requires: python3-pytest-cov
|
||||
Requires: python3-codecov
|
||||
|
||||
%description
|
||||
NetworkX is a Python package for the creation, manipulation,
|
||||
@ -53,7 +53,7 @@ and study of the structure, dynamics, and functions
|
||||
of complex networks.
|
||||
|
||||
%prep
|
||||
%autosetup -n networkx-2.5
|
||||
%autosetup -n networkx-2.8.4
|
||||
|
||||
%build
|
||||
%py3_build
|
||||
@ -93,7 +93,10 @@ mv %{buildroot}/doclist.lst .
|
||||
%{_docdir}/*
|
||||
|
||||
%changelog
|
||||
* Wed Sep 30 2020 Python_Bot <Python_Bot@openeuler.org> 2.5-1
|
||||
* Wed Jun 22 2022 chendexi <chendexi@kylinos.cn> - 2.8.4-1
|
||||
- Upgrade to version v2.8.4
|
||||
|
||||
* Wed Sep 30 2020 Python_Bot <Python_Bot@openeuler.org> - 2.5-1
|
||||
- Package Spec generated
|
||||
|
||||
* Tue May 10 2020 liangdong <liangdong10@huawei.com> - 1.11-14
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user