Bootstrap for Python 3.11

This commit is contained in:
Python Maint 2022-06-13 15:14:48 +02:00 committed by Tomáš Hrnčiar
parent cd5fcc46d2
commit 5beefc8f6e
1 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,4 @@
%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
@ -17,7 +18,7 @@
Name: pybind11
Version: 2.9.2
Release: 1%{?dist}
Release: 2%{?dist}
Summary: Seamless operability between C++11 and Python
License: BSD
URL: https://github.com/pybind/pybind11
@ -180,6 +181,9 @@ PYBIND11_USE_CMAKE=true %py3_install "--install-purelib" "%{python3_sitearch}"
%endif
%changelog
* Mon Jun 13 2022 Python Maint <python-maint@redhat.com> - 2.9.2-2
- Bootstrap for Python 3.11
* Sat Apr 02 2022 Susi Lehtola <jussilehtola@fedoraproject.org> - 2.9.2-1
- Update to 2.9.2.