Compare commits

...

1 Commits

Author SHA1 Message Date
David Abdurachmanov 372926991a
Bootstrap for Python 3.12 (riscv64)
Signed-off-by: David Abdurachmanov <davidlt@rivosinc.com>
2023-12-03 21:56:54 +02:00
1 changed files with 5 additions and 2 deletions

View File

@ -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 <davidlt@rivosinc.com> - 1.5.3-8.0.riscv64
- Bootstrap for Python 3.12 (riscv64)
* Thu Jul 20 2023 Python Maint <python-maint@redhat.com> - 1.5.3-8
- Rebuilt for Python 3.12