From bc89adfb1a0ed7c9f050e1a0a29346dcf8fb6c26 Mon Sep 17 00:00:00 2001 From: Python Maint Date: Wed, 29 Jun 2022 13:17:58 +0200 Subject: [PATCH] Rebuilt for Python 3.11 --- python-pandas.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/python-pandas.spec b/python-pandas.spec index d6d9d54..4f762f5 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. @@ -16,7 +15,7 @@ Name: python-pandas Version: 1.3.5 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Python library providing high-performance data analysis tools # The entire source is BSD and covered by LICENSE, except: @@ -650,6 +649,9 @@ export PYTHONHASHSEED="$( %changelog +* Wed Jun 29 2022 Python Maint - 1.3.5-3 +- Rebuilt for Python 3.11 + * Mon Jun 13 2022 Python Maint - 1.3.5-2 - Bootstrap for Python 3.11