diff --git a/pybind11-2.13.1.tar.gz b/pybind11-2.13.1.tar.gz deleted file mode 100644 index 61eebde1165ea3f7b02b1114927e5e164a650f8d..0000000000000000000000000000000000000000 Binary files a/pybind11-2.13.1.tar.gz and /dev/null differ diff --git a/pybind11-2.13.6.tar.gz b/pybind11-2.13.6.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..7dcec1d75908aa2f5e0d4f33f169b8e8630631ee Binary files /dev/null and b/pybind11-2.13.6.tar.gz differ diff --git a/pybind11.spec b/pybind11.spec index c0e9c2fb7803d6918a02fea239cfecf0d6312a4f..15a0f1fea9be6f55f703555d07b11802a46ccf1c 100644 --- a/pybind11.spec +++ b/pybind11.spec @@ -1,8 +1,8 @@ %global debug_package %{nil} %bcond_without tests Name: pybind11 -Version: 2.13.1 -Release: 2 +Version: 2.13.6 +Release: 1 Summary: Seamless operability between C++11 and Python License: BSD-3-Clause URL: https://github.com/pybind/pybind11 @@ -66,6 +66,11 @@ PYBIND11_USE_CMAKE=true %py3_install "--install-purelib" "%{python3_sitearch}" %changelog +* 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). +- Fix regression introduced in #5201 for GCC<10.3 in C++20 mode (version: 2.13.2). + * Fri Dec 20 2024 Funda Wang - 2.13.1-2 - adopt to new cmake macro