From 6b5ec99780a0495a157d1fb014ea7097d8033a78 Mon Sep 17 00:00:00 2001 From: Jerry James Date: Fri, 29 Oct 2021 21:01:43 -0600 Subject: [PATCH] Change igraph dependency to match change in Rawhide. Update project URL. --- README.md | 5 +++++ python-networkx.spec | 14 +++++++------- 2 files changed, 12 insertions(+), 7 deletions(-) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..854b4f2 --- /dev/null +++ b/README.md @@ -0,0 +1,5 @@ +# python-networkx + +[NetworkX](https://networkx.org/) is a Python package for the creation, +manipulation, and study of the structure, dynamics, and functions of complex +networks. diff --git a/python-networkx.spec b/python-networkx.spec index 776525a..d2dde09 100644 --- a/python-networkx.spec +++ b/python-networkx.spec @@ -2,10 +2,10 @@ Name: python-%{srcname} Version: 2.6.3 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Creates and Manipulates Graphs and Networks License: BSD -URL: http://networkx.github.io/ +URL: https://networkx.org/ Source0: https://github.com/networkx/networkx/archive/%{srcname}-%{version}.tar.gz # Some examples cannot be executed, so expect them to fail. # Examples that require network access: @@ -35,6 +35,7 @@ BuildRequires: %{py3_dist cairocffi} BuildRequires: %{py3_dist contextily} BuildRequires: %{py3_dist gdal} BuildRequires: %{py3_dist geopandas} +BuildRequires: %{py3_dist igraph} BuildRequires: %{py3_dist libpysal} BuildRequires: %{py3_dist lxml} BuildRequires: %{py3_dist nb2plots} @@ -45,7 +46,6 @@ BuildRequires: %{py3_dist pydot} BuildRequires: %{py3_dist pygraphviz} BuildRequires: %{py3_dist pytest} BuildRequires: %{py3_dist pytest-cov} -BuildRequires: %{py3_dist python-igraph} BuildRequires: %{py3_dist rtree} BuildRequires: %{py3_dist seaborn} BuildRequires: %{py3_dist sphinx} @@ -71,10 +71,6 @@ Recommends: %{py3_dist pydot} Recommends: %{py3_dist pygraphviz} Recommends: xdg-utils -# This can be removed when Fedora 30 reaches EOL -Obsoletes: python3-%{srcname}-test < 2.3-2 -Provides: python3-%{srcname}-test = %{version}-%{release} - %description -n python3-%{srcname} NetworkX is a Python 3 package for the creation, manipulation, and study of the structure, dynamics, and functions of complex networks. @@ -152,6 +148,10 @@ done %endif %changelog +* Fri Oct 29 2021 Jerry James - 2.6.3-2 +- Change igraph dependency to match change in Rawhide +- Update project URL + * Fri Sep 10 2021 Jerry James - 2.6.3-1 - Version 2.6.3