From e8e3de3887d29396b6ccd7e15cbde7ee669d087a Mon Sep 17 00:00:00 2001 From: Slavek Kabrda Date: Fri, 16 May 2014 16:45:34 +0200 Subject: [PATCH] Rebuilt for https://fedoraproject.org/wiki/Changes/Python_3.4 --- python-networkx.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-networkx.spec b/python-networkx.spec index 111c71a..8efb4de 100644 --- a/python-networkx.spec +++ b/python-networkx.spec @@ -11,7 +11,7 @@ Name: python-networkx Version: 1.8.1 -Release: 12%{?dist} +Release: 13%{?dist} Summary: Creates and Manipulates Graphs and Networks Group: Development/Languages License: BSD @@ -304,6 +304,9 @@ PYTHONPATH=`pwd`/site-packages python -c "import networkx; networkx.test()" %changelog +* Wed May 14 2014 Bohuslav Kabrda - 1.8.1-13 +- Rebuilt for https://fedoraproject.org/wiki/Changes/Python_3.4 + * Thu Mar 13 2014 Pádraig Brady - 1.8.1-12 - Split to subpackages and support EL6 and EL7