From 475e5e4afab67b61eedc083832b33db3d08bebea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Tue, 19 Jun 2018 11:10:13 +0200 Subject: [PATCH] Rebuilt for Python 3.7 --- python-networkx.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-networkx.spec b/python-networkx.spec index 384d79d..4a7ef89 100644 --- a/python-networkx.spec +++ b/python-networkx.spec @@ -9,7 +9,7 @@ Name: python-%{srcname} Version: 1.11 -Release: 11%{?dist} +Release: 12%{?dist} Summary: Creates and Manipulates Graphs and Networks License: BSD URL: http://networkx.github.io/ @@ -315,6 +315,9 @@ PYTHONPATH=$PWD/site-packages python -c "import networkx; networkx.test()" %changelog +* Tue Jun 19 2018 Miro Hrončok - 1.11-12 +- Rebuilt for Python 3.7 + * Fri May 18 2018 Zbigniew Jędrzejewski-Szmek - 1.11-11 - Update graphviz dependency for python2 - Drop graphviz dependency for python3 (graphviz doesn't support python3)