Rebuilt for Python 3.9

This commit is contained in:
Miro Hrončok 2020-05-26 03:26:39 +02:00
parent 02bd7f3b56
commit 278c4ca7c8

View File

@ -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 <mhroncok@redhat.com> - 2.4-4
- Rebuilt for Python 3.9
* Mon Mar 9 2020 Jerry James <loganjerry@gmail.com> - 2.4-3
- Add -deprecated and -arg-order patches to fix FTBFS with python 3.9