Change igraph dependency to match change in Rawhide.

Update project URL.
This commit is contained in:
Jerry James 2021-10-29 21:01:43 -06:00
parent fab1d2571d
commit 6b5ec99780
2 changed files with 12 additions and 7 deletions

5
README.md Normal file
View File

@ -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.

View File

@ -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 <loganjerry@gmail.com> - 2.6.3-2
- Change igraph dependency to match change in Rawhide
- Update project URL
* Fri Sep 10 2021 Jerry James <loganjerry@gmail.com> - 2.6.3-1
- Version 2.6.3