From b10804fc2a744c6c7547b01127f42785f6e9aab9 Mon Sep 17 00:00:00 2001 From: Python Maint Date: Fri, 16 Jun 2023 08:19:17 +0200 Subject: [PATCH] Rebuilt for Python 3.12 --- pybind11.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/pybind11.spec b/pybind11.spec index d68cec1..95de5f4 100644 --- a/pybind11.spec +++ b/pybind11.spec @@ -1,4 +1,3 @@ -%global _without_tests 1 # While the headers are architecture independent, the package must be # built separately on all architectures so that the tests are run # properly. See also @@ -18,7 +17,7 @@ Name: pybind11 Version: 2.10.4 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Seamless operability between C++11 and Python License: BSD URL: https://github.com/pybind/pybind11 @@ -182,6 +181,9 @@ PYBIND11_USE_CMAKE=true %py3_install "--install-purelib" "%{python3_sitearch}" %endif %changelog +* Fri Jun 16 2023 Python Maint - 2.10.4-3 +- Rebuilt for Python 3.12 + * Tue Jun 13 2023 Python Maint - 2.10.4-2 - Bootstrap for Python 3.12