From 278c4ca7c83b195522ebc6a575956e1040c187b4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Tue, 26 May 2020 03:26:39 +0200 Subject: [PATCH] Rebuilt for Python 3.9 --- python-networkx.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-networkx.spec b/python-networkx.spec index 4dc8a58..ec54740 100644 --- a/python-networkx.spec +++ b/python-networkx.spec @@ -2,7 +2,7 @@ Name: python-%{srcname} Version: 2.4 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Creates and Manipulates Graphs and Networks License: BSD URL: http://networkx.github.io/ @@ -160,6 +160,9 @@ pytest %doc doc/build/html/* %changelog +* Tue May 26 2020 Miro HronĨok - 2.4-4 +- Rebuilt for Python 3.9 + * Mon Mar 9 2020 Jerry James - 2.4-3 - Add -deprecated and -arg-order patches to fix FTBFS with python 3.9