diff --git a/pybind11-2.13.6.tar.gz b/pybind11-2.13.6.tar.gz deleted file mode 100644 index 7dcec1d75908aa2f5e0d4f33f169b8e8630631ee..0000000000000000000000000000000000000000 Binary files a/pybind11-2.13.6.tar.gz and /dev/null differ diff --git a/pybind11-3.0.0.tar.gz b/pybind11-3.0.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..8910177b5c2600925406c51dc96e9d6e7a99bc8a Binary files /dev/null and b/pybind11-3.0.0.tar.gz differ diff --git a/pybind11.spec b/pybind11.spec index 15a0f1fea9be6f55f703555d07b11802a46ccf1c..b9262d351b726ebf52d1b0ce9eb3597add12b038 100644 --- a/pybind11.spec +++ b/pybind11.spec @@ -1,7 +1,7 @@ %global debug_package %{nil} %bcond_without tests Name: pybind11 -Version: 2.13.6 +Version: 3.0.0 Release: 1 Summary: Seamless operability between C++11 and Python License: BSD-3-Clause @@ -66,6 +66,11 @@ PYBIND11_USE_CMAKE=true %py3_install "--install-purelib" "%{python3_sitearch}" %changelog +* Wed Aug 20 2025 openeuler_bot - 3.0.0-1 +- Support for Python 3.14, 3.14t, GraalPy, and PyPy 3.11 (version:3.0.0). +- Merged `smart_holder` branch enabling `py::class_` (version:3.0.0). +- Changed `PYBIND11_MODULE` macro implementation to perform multi-phase module initialization (version:3.0.0). + * Thu Mar 27 2025 openeuler_bot - 2.13.6-1 - A new self._pybind11_conduit_v1_() method is automatically added to all py::class_-wrapped types (version: 2.13.6). - Fix includes when using Windows long paths (\\?\ prefix) (version: 2.13.5).