From c29517a7d496f6fc200f55725de4223746c2b2de Mon Sep 17 00:00:00 2001 From: Python Maint Date: Thu, 20 Jul 2023 11:51:38 +0200 Subject: [PATCH] Rebuilt for Python 3.12 --- python-pandas.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/python-pandas.spec b/python-pandas.spec index 0835144..7d196bb 100644 --- a/python-pandas.spec +++ b/python-pandas.spec @@ -1,4 +1,3 @@ -%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. @@ -14,7 +13,7 @@ Name: python-pandas Version: 1.5.3 -Release: 7%{?dist} +Release: 8%{?dist} Summary: Python library providing high-performance data analysis tools # The entire source is BSD-3-Clause and covered by LICENSE, except: @@ -761,6 +760,9 @@ export PYTHONHASHSEED="$( %changelog +* Thu Jul 20 2023 Python Maint - 1.5.3-8 +- Rebuilt for Python 3.12 + * Wed Jul 19 2023 Elliott Sales de Andrade - 1.5.3-7 - Backport patch for Python 3.12 deprecation