From 325569082620de2598d4be191f80689f1c6ffd62 Mon Sep 17 00:00:00 2001 From: Python Maint Date: Tue, 13 Jun 2023 20:45:47 +0200 Subject: [PATCH] Bootstrap for Python 3.12 --- python-networkx.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/python-networkx.spec b/python-networkx.spec index d6c8f96..487ec29 100644 --- a/python-networkx.spec +++ b/python-networkx.spec @@ -1,3 +1,4 @@ +%global _with_bootstrap 1 # There is a bootstrap loop between libpysal and networkx when tests/docs are # enabled %bcond_with bootstrap @@ -11,7 +12,7 @@ Name: python-networkx Version: 3.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Creates and Manipulates Graphs and Networks License: BSD-3-Clause URL: https://networkx.org/ @@ -180,6 +181,9 @@ done %endif %changelog +* Tue Jun 13 2023 Python Maint - 3.1-2 +- Bootstrap for Python 3.12 + * Fri Apr 7 2023 Jerry James - 3.1-1 - Version 3.1 - Drop obsolete test patch