Change igraph dependency to match change in Rawhide.
Update project URL.
This commit is contained in:
parent
fab1d2571d
commit
6b5ec99780
5
README.md
Normal file
5
README.md
Normal 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.
|
||||
@ -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
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user