From 4ab6bac77fe7db8b217c33bb7adc142647683803f04179d65e26e402b0ba4ff5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20S=C3=BAkup?= Date: Wed, 20 Sep 2023 16:06:20 +0000 Subject: [PATCH] Accepting request 1109302 from home:jengelh:branches:devel:languages:python - Update to release 2.11.1 OBS-URL: https://build.opensuse.org/request/show/1109302 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pybind11?expand=0&rev=46 --- pybind11-2.10.4.tar.gz | 3 --- pybind11-2.11.1.tar.gz | 3 +++ python-pybind11.changes | 16 ++++++++++++++++ python-pybind11.spec | 2 +- 4 files changed, 20 insertions(+), 4 deletions(-) delete mode 100644 pybind11-2.10.4.tar.gz create mode 100644 pybind11-2.11.1.tar.gz diff --git a/pybind11-2.10.4.tar.gz b/pybind11-2.10.4.tar.gz deleted file mode 100644 index a3cae1b..0000000 --- a/pybind11-2.10.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:832e2f309c57da9c1e6d4542dedd34b24e4192ecb4d62f6f4866a737454c9970 -size 740622 diff --git a/pybind11-2.11.1.tar.gz b/pybind11-2.11.1.tar.gz new file mode 100644 index 0000000..ff1543a --- /dev/null +++ b/pybind11-2.11.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d475978da0cdc2d43b73f30910786759d593a9d8ee05b1b6846d1eb16c6d2e0c +size 756445 diff --git a/python-pybind11.changes b/python-pybind11.changes index 4788969..4392e3a 100644 --- a/python-pybind11.changes +++ b/python-pybind11.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Mon Sep 4 19:14:31 UTC 2023 - Jan Engelhardt + +- Update to release 2.11.1 + * The newly added ``pybind11::detail::is_move_constructible`` + trait can be specialized for cases in which + ``std::is_move_constructible`` does not work as needed. + * ``format_descriptor<>`` & ``npy_format_descriptor<> PyObject *`` + specializations were added. The latter enables + ``py::array_t`` to/from-python conversions. + * Cast errors now always include Python type information, even if + PYBIND11_DETAILED_ERROR_MESSAGES is not defined. This increases + binary sizes by ~1.5%. + * The docstring generation for the ``std::array``-list caster was + changed to conform to PEP 593. + ------------------------------------------------------------------- Fri Apr 21 12:30:25 UTC 2023 - Dirk Müller diff --git a/python-pybind11.spec b/python-pybind11.spec index e5d6ad9..0255bc2 100644 --- a/python-pybind11.spec +++ b/python-pybind11.spec @@ -35,7 +35,7 @@ %define plainpython python %{?sle15_python_module_pythons} Name: python-pybind11%{psuffix} -Version: 2.10.4 +Version: 2.11.1 Release: 0 Summary: Module for operability between C++11 and Python License: BSD-3-Clause