mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-15 16:07:26 +00:00
python3-pybind11: Upgrade 3.0.1 -> 3.0.4
Upgrade to release 3.0.4: - Fixed test builds with installed Eigen 5 by improving Eigen3 CMake package detection. - Fixed move semantics of scoped_ostream_redirect to preserve buffered output and avoid crashes when moved redirects restore stream buffers. - Fixed py::dynamic_attr() traversal on Python 3.13+ to correctly propagate PyObject_VisitManagedDict() results. - Fixed std::shared_ptr<T> fallback casting to avoid unnecessary copy-constructor instantiation in reference_internal paths. - Updated setup-uv to the maintained GitHub Action tag scheme. - Updated pre-commit hooks. - Updated GitHub Actions dependencies, including actions-setup-cmake and cibuildwheel. This work was sponsored by GOVCERT.LU. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
This commit is contained in:
+1
-1
@@ -7,7 +7,7 @@ DEPENDS = "\
|
|||||||
python3-ninja-native \
|
python3-ninja-native \
|
||||||
"
|
"
|
||||||
|
|
||||||
SRCREV = "f5fbe867d2d26e4a0a9177a51f6e568868ad3dc8"
|
SRCREV = "d03662f0984f652b60e7ddce53d3868002275197"
|
||||||
SRC_URI = "\
|
SRC_URI = "\
|
||||||
git://github.com/pybind/pybind11.git;branch=stable;protocol=https \
|
git://github.com/pybind/pybind11.git;branch=stable;protocol=https \
|
||||||
"
|
"
|
||||||
Reference in New Issue
Block a user