From 3313a3545a5b5abc796e6abcaf0420a59007f733 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Tue, 26 May 2020 02:25:17 +0200 Subject: [PATCH] Rebuilt for Python 3.9 --- pybind11.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/pybind11.spec b/pybind11.spec index d924fe4..430ca4e 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 @@ -19,7 +18,7 @@ Name: pybind11 Version: 2.5.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Seamless operability between C++11 and Python License: BSD URL: https://github.com/pybind/pybind11 @@ -178,6 +177,9 @@ PYBIND11_USE_CMAKE=true %py3_install "--install-purelib" "%{python3_sitearch}" %endif %changelog +* Tue May 26 2020 Miro Hrončok - 2.5.0-3 +- Rebuilt for Python 3.9 + * Mon May 25 2020 Miro Hrončok - 2.5.0-2 - Bootstrap for Python 3.9