forked from pool/python-pybind11
Accepting request 1112607 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1112607 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pybind11?expand=0&rev=22
This commit is contained in:
BIN
pybind11-2.10.4.tar.gz
(Stored with Git LFS)
BIN
pybind11-2.10.4.tar.gz
(Stored with Git LFS)
Binary file not shown.
3
pybind11-2.11.1.tar.gz
Normal file
3
pybind11-2.11.1.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d475978da0cdc2d43b73f30910786759d593a9d8ee05b1b6846d1eb16c6d2e0c
|
||||
size 756445
|
@@ -1,3 +1,19 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 4 19:14:31 UTC 2023 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
- 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<PyObject *>`` 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 <dmueller@suse.com>
|
||||
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user