Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-pybind11 for openSUSE:Factory checked in at 2022-03-29 18:14:11 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-pybind11 (Old) and /work/SRC/openSUSE:Factory/.python-pybind11.new.1900 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pybind11" Tue Mar 29 18:14:11 2022 rev:16 rq:965219 version:2.9.1 Changes: -------- --- /work/SRC/openSUSE:Factory/python-pybind11/python-pybind11.changes 2021-12-09 19:45:26.789128553 +0100 +++ /work/SRC/openSUSE:Factory/.python-pybind11.new.1900/python-pybind11.changes 2022-03-29 18:14:26.147073882 +0200 @@ -1,0 +2,24 @@ +Sun Mar 27 15:11:08 UTC 2022 - Dirk M??ller <dmuel...@suse.com> + +- update to 2.9.1: + * If possible, attach Python exception with py::raise_from to TypeError when + casting from C++ to Python. This will give additional info if Python + exceptions occur in the caster. + * Add a mapping of C++11 nested exceptions to their Python exception + equivalent using py::raise_from. This attaches the nested exceptions in + Python using the __cause__ field. + * Propagate Python exception traceback using raise_from if a pybind11 + function runs out of overloads. + * py::multiple_inheritance is now only needed when C++ bases are hidden from + pybind11. + * Allow py::args to be followed by other arguments; the remaining arguments + are implicitly keyword-only, as if a py::kw_only{} annotation had been + used. + * Fix a rare warning about extra copy in an Eigen constructor. + * Fix caching of the C++ overrides. + * Add missing std::forward calls to some cpp_function overloads. + * Support PyPy 7.3.7 and the PyPy3.8 beta. Test python-3.11 on PRs with the python dev label. + * Replace usage of deprecated Eigen::MappedSparseMatrix with Eigen::Map<Eigen::SparseMatrix<...>> for Eigen 3.3+. + * Tweaks to support Microsoft Visual Studio 2022. + +------------------------------------------------------------------- Old: ---- pybind11-2.8.1.tar.gz New: ---- pybind11-2.9.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-pybind11.spec ++++++ --- /var/tmp/diff_new_pack.DtijwC/_old 2022-03-29 18:14:26.711074400 +0200 +++ /var/tmp/diff_new_pack.DtijwC/_new 2022-03-29 18:14:26.715074404 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-pybind11 # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -24,7 +24,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-pybind11 -Version: 2.8.1 +Version: 2.9.1 Release: 0 Summary: Module for operability between C++11 and Python License: BSD-3-Clause @@ -98,7 +98,7 @@ %check # test fails as python3-widget is not in distribuion -rm tests/test_embed/test_interpreter.py +rm -v tests/test_embed/test_interpreter.py tests/test_embed/test_trampoline.py export PYTHONPATH=${PWD}/build/tests/ %pytest -k 'not (tests_build_wheel or tests_build_global_wheel)' ++++++ pybind11-2.8.1.tar.gz -> pybind11-2.9.1.tar.gz ++++++ ++++ 4254 lines of diff (skipped)