From 17a2416be5316b3320234554b3990b057af9598d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E5=AE=87=E5=93=B2?= Date: Mon, 17 Jun 2024 02:25:04 +0000 Subject: [PATCH] Remove useless requires MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 李宇哲 --- python-networkx.spec | 26 ++++---------------------- 1 file changed, 4 insertions(+), 22 deletions(-) diff --git a/python-networkx.spec b/python-networkx.spec index 212952d..9f6467c 100644 --- a/python-networkx.spec +++ b/python-networkx.spec @@ -1,34 +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 @@ -93,6 +72,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Mon Jun 17 2024 liyuzhe - 2.8.4-2 +- Remove useless requires + * Wed Jun 22 2022 chendexi - 2.8.4-1 - Upgrade to version v2.8.4 -- Gitee