diff --git a/pybind11-2.13.5.tar.gz b/pybind11-2.13.5.tar.gz deleted file mode 100644 index 0247afc..0000000 --- a/pybind11-2.13.5.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b1e209c42b3a9ed74da3e0b25a4f4cd478d89d5efbb48f04b277df427faf6252 -size 794599 diff --git a/pybind11-2.13.6.tar.gz b/pybind11-2.13.6.tar.gz new file mode 100644 index 0000000..cccb3a5 --- /dev/null +++ b/pybind11-2.13.6.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e08cb87f4773da97fa7b5f035de8763abc656d87d5773e62f6da0587d1f0ec20 +size 800804 diff --git a/python-pybind11.changes b/python-pybind11.changes index c697b85..1f8eb09 100644 --- a/python-pybind11.changes +++ b/python-pybind11.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Mon Sep 16 08:13:17 UTC 2024 - Dirk Müller + +- update to 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+. #5296 + * Using __cpp_nontype_template_args instead of + __cpp_nontype_template_parameter_class. #5330 + * Properly translate C++ exception to Python exception when + creating Python buffer from wrapped object. #5324 + * Adds an answer (FAQ) for "What is a highly conclusive and + simple way to find memory leaks?". #5340 + ------------------------------------------------------------------- Sat Aug 31 12:20:46 UTC 2024 - Dirk Müller diff --git a/python-pybind11.spec b/python-pybind11.spec index 229ed1a..dbda202 100644 --- a/python-pybind11.spec +++ b/python-pybind11.spec @@ -31,11 +31,10 @@ %bcond_with libalternatives %endif -%define skip_python2 1 %define plainpython python %{?sle15_python_module_pythons} Name: python-pybind11%{psuffix} -Version: 2.13.5 +Version: 2.13.6 Release: 0 Summary: Module for operability between C++11 and Python License: BSD-3-Clause