From b7f2a59a697156c1fb62050765e4e9a3e9371db3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Tue, 20 Sep 2022 14:14:00 +0200 Subject: [PATCH] Bootstrap for Python 3.11 on riscv64 --- pybind11.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/pybind11.spec b/pybind11.spec index 5035d2e..abdde9f 100644 --- a/pybind11.spec +++ b/pybind11.spec @@ -5,7 +5,7 @@ %global debug_package %{nil} # Whether to run the tests, enabled by default -%bcond_without tests +%bcond_with tests %if 0%{?fedora} >= 30 || 0%{?rhel} >= 9 %global python2_enabled 0 @@ -17,7 +17,7 @@ Name: pybind11 Version: 2.10.0 -Release: 1%{?dist} +Release: 1.0.riscv64%{?dist} Summary: Seamless operability between C++11 and Python License: BSD URL: https://github.com/pybind/pybind11 @@ -180,6 +180,9 @@ PYBIND11_USE_CMAKE=true %py3_install "--install-purelib" "%{python3_sitearch}" %endif %changelog +* Tue Sep 20 2022 Miro HronĨok - 2.10.0-1.0.riscv64 +- Bootstrap for Python 3.11 on riscv64 + * Tue Aug 02 2022 Susi Lehtola - 2.10.0-1 - Update to 2.10.0.