From 98c1eb1deb417bc019f5060e42655209b606d4aa Mon Sep 17 00:00:00 2001 From: Python Maint Date: Thu, 16 Jun 2022 01:16:04 +0200 Subject: [PATCH] Bootstrap for Python 3.11 --- python-networkx.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/python-networkx.spec b/python-networkx.spec index 32cef56..5e3aa29 100644 --- a/python-networkx.spec +++ b/python-networkx.spec @@ -1,6 +1,7 @@ +%global _with_bootstrap 1 Name: python-networkx Version: 2.8.3 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Creates and Manipulates Graphs and Networks License: BSD URL: https://networkx.org/ @@ -155,6 +156,9 @@ done %endif %changelog +* Wed Jun 15 2022 Python Maint - 2.8.3-2 +- Bootstrap for Python 3.11 + * Wed Jun 8 2022 Jerry James - 2.8.3-1 - Version 2.8.3