From 3b6575ba587e6c329847fe4828df6d815a0dd9a6 Mon Sep 17 00:00:00 2001 From: Python Maint Date: Mon, 13 Jun 2022 18:56:59 +0200 Subject: [PATCH] Bootstrap for Python 3.11 --- python-pandas.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/python-pandas.spec b/python-pandas.spec index 1ef365f..d6d9d54 100644 --- a/python-pandas.spec +++ b/python-pandas.spec @@ -1,3 +1,4 @@ +%global _with_bootstrap 1 # We need to break some cycles with optional dependencies for bootstrapping; # given that a conditional is needed, we take the opportunity to omit as many # optional dependencies as possible for bootstrapping. @@ -15,7 +16,7 @@ Name: python-pandas Version: 1.3.5 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Python library providing high-performance data analysis tools # The entire source is BSD and covered by LICENSE, except: @@ -649,6 +650,9 @@ export PYTHONHASHSEED="$( %changelog +* Mon Jun 13 2022 Python Maint - 1.3.5-2 +- Bootstrap for Python 3.11 + * Sat Apr 02 2022 Benjamin A. Beasley - 1.3.5-1 - Update to 1.3.5 - Drop compatibility with old RHEL releases that will not get this version anyway