diff --git a/networkx-2.5.tar.gz b/networkx-2.5.tar.gz deleted file mode 100644 index 226b6c1ee34ad173049d463394d35e48ac841f76..0000000000000000000000000000000000000000 Binary files a/networkx-2.5.tar.gz and /dev/null differ diff --git a/networkx-2.8.4.tar.gz b/networkx-2.8.4.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..42d42a0b8ed1c8cf880b78c7834639253c96354d Binary files /dev/null and b/networkx-2.8.4.tar.gz differ diff --git a/python-networkx.spec b/python-networkx.spec index fb5c4e7b9cb7cc10f1c895c21295d91413c90757..93d4f58a757d08dc25b977a7d672ce1280a641bd 100644 --- a/python-networkx.spec +++ b/python-networkx.spec @@ -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 2.5-1 +* Wed Jun 22 2022 chendexi - 2.8.4-1 +- Upgrade to version v2.8.4 + +* Wed Sep 30 2020 Python_Bot - 2.5-1 - Package Spec generated * Tue May 10 2020 liangdong - 1.11-14