From 11de560b1545aa15b88650c3fecf2536b2de1c38 Mon Sep 17 00:00:00 2001 From: Python Maint Date: Fri, 4 Jun 2021 20:46:54 +0200 Subject: [PATCH] Rebuilt for Python 3.10 --- python-networkx.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-networkx.spec b/python-networkx.spec index 81b4d79..ab9d80d 100644 --- a/python-networkx.spec +++ b/python-networkx.spec @@ -2,7 +2,7 @@ Name: python-%{srcname} Version: 2.5.1 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Creates and Manipulates Graphs and Networks License: BSD URL: http://networkx.github.io/ @@ -154,6 +154,9 @@ pytest %endif %changelog +* Fri Jun 04 2021 Python Maint - 2.5.1-3 +- Rebuilt for Python 3.10 + * Tue May 4 2021 Jerry James - 2.5.1-2 - Allow use of decorator >= 5.0.7