Version 2.8.5.
This commit is contained in:
parent
d5e6ddb245
commit
68db26f27b
@ -1,6 +1,6 @@
|
||||
Name: python-networkx
|
||||
Version: 2.8.3
|
||||
Release: 4%{?dist}
|
||||
Version: 2.8.5
|
||||
Release: 1%{?dist}
|
||||
Summary: Creates and Manipulates Graphs and Networks
|
||||
License: BSD
|
||||
URL: https://networkx.org/
|
||||
@ -29,7 +29,6 @@ BuildRequires: %{py3_dist wheel}
|
||||
BuildRequires: %{py3_dist matplotlib}
|
||||
BuildRequires: %{py3_dist numpy}
|
||||
BuildRequires: %{py3_dist pandas}
|
||||
BuildRequires: %{py3_dist pygments}
|
||||
BuildRequires: %{py3_dist scipy}
|
||||
|
||||
%if 0%{?rhel} == 0
|
||||
@ -37,6 +36,7 @@ BuildRequires: %{py3_dist scipy}
|
||||
BuildRequires: %{py3_dist lxml}
|
||||
BuildRequires: %{py3_dist pygraphviz}
|
||||
BuildRequires: %{py3_dist pydot}
|
||||
BuildRequires: %{py3_dist sympy}
|
||||
|
||||
# Tests
|
||||
BuildRequires: %{py3_dist pytest}
|
||||
@ -47,10 +47,7 @@ BuildRequires: python-pygraphviz-doc
|
||||
BuildRequires: python3-docs
|
||||
BuildRequires: python3-numpy-doc
|
||||
BuildRequires: %{py3_dist cairocffi}
|
||||
# Temporarily removed because of dependency on broken geopy
|
||||
# See https://bugzilla.redhat.com/show_bug.cgi?id=2089643
|
||||
#BuildRequires: %%{py3_dist contextily}
|
||||
BuildRequires: %{py3_dist docutils}
|
||||
BuildRequires: %{py3_dist contextily}
|
||||
BuildRequires: %{py3_dist geopandas}
|
||||
BuildRequires: %{py3_dist igraph}
|
||||
BuildRequires: %{py3_dist libpysal}
|
||||
@ -155,6 +152,9 @@ done
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Tue Aug 2 2022 Jerry James <loganjerry@gmail.com> - 2.8.5-1
|
||||
- Version 2.8.5
|
||||
|
||||
* Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 2.8.3-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
||||
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (networkx-2.8.3.tar.gz) = 2673df8a910b03673e8f7af1b2201b94a0ca2c1abf65ef092ff8a1768bd16e1f4096beed17f60b3fb68bb31f4d07a551852561be693276b6bc4276682421fb6e
|
||||
SHA512 (networkx-2.8.5.tar.gz) = bb96fb9a92e6cedc5d51fc3313968aa014e86014fc654f4b9f57e39fe815e669b1686fd559545c0f1001ad0656e62af6624bb91bbefad335351f1310109aa7f6
|
||||
|
||||
Loading…
Reference in New Issue
Block a user