From 6aa992873e85bfa19073d7c98eaf0124db93cf56 Mon Sep 17 00:00:00 2001 From: Python Maint Date: Wed, 14 Jun 2023 08:44:45 +0200 Subject: [PATCH] Bootstrap for Python 3.12 --- python-pandas.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/python-pandas.spec b/python-pandas.spec index 093deb0..8674c81 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. @@ -13,7 +14,7 @@ Name: python-pandas Version: 1.5.3 -Release: 5%{?dist} +Release: 6%{?dist} Summary: Python library providing high-performance data analysis tools # The entire source is BSD-3-Clause and covered by LICENSE, except: @@ -757,6 +758,9 @@ export PYTHONHASHSEED="$( %changelog +* Wed Jun 14 2023 Python Maint - 1.5.3-6 +- Bootstrap for Python 3.12 + * Mon May 29 2023 Benjamin A. Beasley - 1.5.3-5 - Simplify running tests serially