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..dc3023d6f0d718ce4996a633f15d388017cb9d49 Binary files /dev/null and b/pybind11-2.13.6.tar.gz differ diff --git a/pybind11.spec b/pybind11.spec index b28dc8858c91f1601acc7cdea7e2b6942ee2c44a..1c63fcb8fac6feaabbe2df8ce473af09889ff943 100644 --- a/pybind11.spec +++ b/pybind11.spec @@ -1,7 +1,7 @@ %global debug_package %{nil} %bcond_without tests Name: pybind11 -Version: 2.13.1 +Version: 2.13.6 Release: 1 Summary: Seamless operability between C++11 and Python License: BSD @@ -76,6 +76,17 @@ PYBIND11_USE_CMAKE=true %py3_install "--install-purelib" "%{python3_sitearch}" %changelog +* Thu Oct 24 2024 jinshuaiyu - 2.13.6-1 +- Update package to version 2.13.6 +- A new self._pybind11_conduit_v1_() method is automatically + added to all py::class_-wrapped types, to enable type-safe + interoperability between different independent Python/C++ bindings systems, + including pybind11 versions with different PYBIND11_INTERNALS_VERSION's. + Supported on pybind11 2.11.2, 2.12.1, and 2.13.6+. +- Using __cpp_nontype_template_args instead of __cpp_nontype_template_parameter_class. +- Properly translate C++ exception to Python exception when creating Python buffer from wrapped object. +- Adds an answer (FAQ) for "What is a highly conclusive and simple way to find memory leaks?". + * Mon Sep 09 2024 xu_ping <707078654@qq.com> - 2.13.1-1 - Update package to version 2.13.1 Use new PyCode API on Python 3.12+.