pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/py-pybind11
Module Name: pkgsrc
Committed By: adam
Date: Mon Apr 20 12:52:59 UTC 2026
Modified Files:
pkgsrc/devel/py-pybind11: Makefile distinfo
Log Message:
py-pybind11: updated to 3.0.4
3.0.4
Bug fixes:
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.
To generate a diff of this commit:
cvs rdiff -u -r1.32 -r1.33 pkgsrc/devel/py-pybind11/Makefile
cvs rdiff -u -r1.28 -r1.29 pkgsrc/devel/py-pybind11/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/py-pybind11/Makefile
diff -u pkgsrc/devel/py-pybind11/Makefile:1.32 pkgsrc/devel/py-pybind11/Makefile:1.33
--- pkgsrc/devel/py-pybind11/Makefile:1.32 Wed Apr 1 11:50:15 2026
+++ pkgsrc/devel/py-pybind11/Makefile Mon Apr 20 12:52:59 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.32 2026/04/01 11:50:15 adam Exp $
+# $NetBSD: Makefile,v 1.33 2026/04/20 12:52:59 adam Exp $
-DISTNAME= pybind11-3.0.3
+DISTNAME= pybind11-3.0.4
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=p/pybind11/}
Index: pkgsrc/devel/py-pybind11/distinfo
diff -u pkgsrc/devel/py-pybind11/distinfo:1.28 pkgsrc/devel/py-pybind11/distinfo:1.29
--- pkgsrc/devel/py-pybind11/distinfo:1.28 Wed Apr 1 11:50:15 2026
+++ pkgsrc/devel/py-pybind11/distinfo Mon Apr 20 12:52:59 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.28 2026/04/01 11:50:15 adam Exp $
+$NetBSD: distinfo,v 1.29 2026/04/20 12:52:59 adam Exp $
-BLAKE2s (pybind11-3.0.3.tar.gz) = edcb96c9ea633e77a3ae9d1be949db799c0d22b57bac2aba940ee96fcdaaf025
-SHA512 (pybind11-3.0.3.tar.gz) = 548e1c9792985a38a31676a5245ea51df181840275e2dbf589af6c5c994c140a344846f33142eda1ddb1550317189f45bff5ff93c1cfe2af3c188987ada99db3
-Size (pybind11-3.0.3.tar.gz) = 587814 bytes
+BLAKE2s (pybind11-3.0.4.tar.gz) = 387875b6082c5f1f3a33b1a89f9e71ded508225907adca7cfa58481b9028bb13
+SHA512 (pybind11-3.0.4.tar.gz) = ff8e5b76c6aae2431a9280206e94e2203173c00eb3b8b81517facba39643f52b392a41617be6d03f4264be0c703dc0177daa68453121c29ae0e9012dbdb9f109
+Size (pybind11-3.0.4.tar.gz) = 589533 bytes
Home |
Main Index |
Thread Index |
Old Index