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 <[email protected]>
---
 .../{python3-pybind11_3.0.1.bb => python3-pybind11_3.0.4.bb}    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-pybind11_3.0.1.bb => 
python3-pybind11_3.0.4.bb} (92%)

diff --git a/meta-python/recipes-devtools/python/python3-pybind11_3.0.1.bb 
b/meta-python/recipes-devtools/python/python3-pybind11_3.0.4.bb
similarity index 92%
rename from meta-python/recipes-devtools/python/python3-pybind11_3.0.1.bb
rename to meta-python/recipes-devtools/python/python3-pybind11_3.0.4.bb
index cc2f0c66dc..f3efed38b6 100644
--- a/meta-python/recipes-devtools/python/python3-pybind11_3.0.1.bb
+++ b/meta-python/recipes-devtools/python/python3-pybind11_3.0.4.bb
@@ -7,7 +7,7 @@ DEPENDS = "\
     python3-ninja-native \
 "
 
-SRCREV = "f5fbe867d2d26e4a0a9177a51f6e568868ad3dc8"
+SRCREV = "d03662f0984f652b60e7ddce53d3868002275197"
 SRC_URI = "\
     git://github.com/pybind/pybind11.git;branch=stable;protocol=https \
 "
-- 
2.47.3

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#128109): 
https://lists.openembedded.org/g/openembedded-devel/message/128109
Mute This Topic: https://lists.openembedded.org/mt/120173190/21656
Group Owner: [email protected]
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to