Rebuilt for Python 3.10

This commit is contained in:
Python Maint 2021-06-04 20:46:54 +02:00 committed by Miro Hrončok
parent 0d5c8bc286
commit 11de560b15

View File

@ -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 <python-maint@redhat.com> - 2.5.1-3
- Rebuilt for Python 3.10
* Tue May 4 2021 Jerry James <loganjerry@gmail.com> - 2.5.1-2
- Allow use of decorator >= 5.0.7