Bootstrap for Python 3.12 on riscv64

Signed-off-by: David Abdurachmanov <davidlt@rivosinc.com>
This commit is contained in:
David Abdurachmanov 2023-10-21 10:27:42 +03:00
parent 8319632a82
commit fe05ef1471
Signed by: davidlt
GPG Key ID: 8B7F1DA0E2C9FDBB
1 changed files with 5 additions and 2 deletions

View File

@ -1,4 +1,4 @@
%bcond tests 1
%bcond tests 0
# This bcond allows to ship a non-compiled version
# Slower, but sometimes necessary with alpha Python versions
@ -6,7 +6,7 @@
Name: Cython
Version: 3.0.2
Release: 1%{?dist}
Release: 1.0.riscv64%{?dist}
Summary: Language for writing Python extension modules
License: Apache-2.0
@ -112,6 +112,9 @@ Provides: bundled(python3dist(tempita))
%changelog
* Sat Oct 21 2023 David Abdurachmanov <davidlt@rivosinc.com> - 3.0.2-1.0.riscv64
- Bootstrap for Python 3.12 on riscv64
* Fri Sep 01 2023 Miro Hrončok <mhroncok@redhat.com> - 3.0.2-1
- Update to 3.0.2
- Fixes: rhbz#2235027