From 372926991a1c4281966732c4b5517e0a6b00117a Mon Sep 17 00:00:00 2001 From: David Abdurachmanov Date: Sun, 3 Dec 2023 21:56:54 +0200 Subject: [PATCH] Bootstrap for Python 3.12 (riscv64) Signed-off-by: David Abdurachmanov --- python-pandas.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python-pandas.spec b/python-pandas.spec index 7d196bb..4ccd4cd 100644 --- a/python-pandas.spec +++ b/python-pandas.spec @@ -1,7 +1,7 @@ # 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. -%bcond_with bootstrap +%bcond_without bootstrap # When not bootstrapping, run tests? %bcond_without tests @@ -13,7 +13,7 @@ Name: python-pandas Version: 1.5.3 -Release: 8%{?dist} +Release: 8.0.riscv64%{?dist} Summary: Python library providing high-performance data analysis tools # The entire source is BSD-3-Clause and covered by LICENSE, except: @@ -760,6 +760,9 @@ export PYTHONHASHSEED="$( %changelog +* Sun Dec 03 2023 David Abdurachmanov - 1.5.3-8.0.riscv64 +- Bootstrap for Python 3.12 (riscv64) + * Thu Jul 20 2023 Python Maint - 1.5.3-8 - Rebuilt for Python 3.12