diff --git a/python-networkx.spec b/python-networkx.spec index 212952d42f32aec9bf5f787119633a27761e9f9d..bc630897e47df916c3ea2ecba333fb86e4da0fc5 100644 --- a/python-networkx.spec +++ b/python-networkx.spec @@ -1,39 +1,13 @@ %global _empty_manifest_terminate_build 0 Name: python-networkx Version: 2.8.4 -Release: 1 +Release: 2 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 BuildArch: noarch -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, -and study of the structure, dynamics, and functions -of complex networks. - %package -n python3-networkx Summary: Python package for creating and manipulating graphs and networks Provides: python-networkx @@ -93,6 +67,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Mon Jun 17 2024 liyuzhe - 2.8.4-2 +- Remove useless Requires and duplicate description + * Wed Jun 22 2022 chendexi - 2.8.4-1 - Upgrade to version v2.8.4