Rebuilt for Python 3.11

This commit is contained in:
Python Maint 2022-06-23 21:45:00 +02:00 committed by Miro Hrončok
parent 98c1eb1deb
commit 7fd7e8cef9

View File

@ -1,7 +1,6 @@
%global _with_bootstrap 1
Name: python-networkx
Version: 2.8.3
Release: 2%{?dist}
Release: 3%{?dist}
Summary: Creates and Manipulates Graphs and Networks
License: BSD
URL: https://networkx.org/
@ -156,6 +155,9 @@ done
%endif
%changelog
* Thu Jun 23 2022 Python Maint <python-maint@redhat.com> - 2.8.3-3
- Rebuilt for Python 3.11
* Wed Jun 15 2022 Python Maint <python-maint@redhat.com> - 2.8.3-2
- Bootstrap for Python 3.11