From 7fd7e8cef9727be439cc2a5d7c288bcb609f6bb3 Mon Sep 17 00:00:00 2001 From: Python Maint Date: Thu, 23 Jun 2022 21:45:00 +0200 Subject: [PATCH] Rebuilt for Python 3.11 --- python-networkx.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/python-networkx.spec b/python-networkx.spec index 5e3aa29..b9a9dd0 100644 --- a/python-networkx.spec +++ b/python-networkx.spec @@ -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 - 2.8.3-3 +- Rebuilt for Python 3.11 + * Wed Jun 15 2022 Python Maint - 2.8.3-2 - Bootstrap for Python 3.11