Rebuilt for Python 3.7

This commit is contained in:
Miro Hrončok 2018-06-19 11:10:13 +02:00
parent ccde70d4a6
commit 475e5e4afa

View File

@ -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 <mhroncok@redhat.com> - 1.11-12
- Rebuilt for Python 3.7
* Fri May 18 2018 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 1.11-11
- Update graphviz dependency for python2
- Drop graphviz dependency for python3 (graphviz doesn't support python3)