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:           Fri Mar 17 07:58:06 UTC 2023

Modified Files:
        pkgsrc/devel/py-pybind11: Makefile distinfo

Log Message:
py-pybind11: updated to 2.10.4

Version 2.10.4

Changes:

python3 -m pybind11 gained a --version option (prints the version and exits).

Bug Fixes:

Fix a warning when pydebug is enabled on Python 3.11.
Ensure gil_scoped_release RAII is non-copyable.
Ensure the tests dir does not show up with new versions of setuptools.
Better stacklevel for a warning in setuptools helpers.


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 pkgsrc/devel/py-pybind11/Makefile \
    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.15 pkgsrc/devel/py-pybind11/Makefile:1.16
--- pkgsrc/devel/py-pybind11/Makefile:1.15      Wed Jan 11 19:00:31 2023
+++ pkgsrc/devel/py-pybind11/Makefile   Fri Mar 17 07:58:06 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.15 2023/01/11 19:00:31 adam Exp $
+# $NetBSD: Makefile,v 1.16 2023/03/17 07:58:06 adam Exp $
 
-DISTNAME=      pybind11-2.10.3
+DISTNAME=      pybind11-2.10.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.15 pkgsrc/devel/py-pybind11/distinfo:1.16
--- pkgsrc/devel/py-pybind11/distinfo:1.15      Wed Jan 11 19:00:31 2023
+++ pkgsrc/devel/py-pybind11/distinfo   Fri Mar 17 07:58:06 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.15 2023/01/11 19:00:31 adam Exp $
+$NetBSD: distinfo,v 1.16 2023/03/17 07:58:06 adam Exp $
 
-BLAKE2s (pybind11-2.10.3.tar.gz) = f4a2c98423a0cf7a78f42c75b984f26c6bf367fce44e062d67a52fd970afc6d5
-SHA512 (pybind11-2.10.3.tar.gz) = 85b33f86fb0df3219fad3f07cc6e87f72f75fce819facbce13abf31921a7ae8b708cf3e39b052f48fa0e60009bc57e455a084d0388b47efc2087d7e45c3f6ca2
-Size (pybind11-2.10.3.tar.gz) = 200905 bytes
+BLAKE2s (pybind11-2.10.4.tar.gz) = 3b866ed3bdd8fc460044359a8336f6bdcc00d07f1871a8fd408ce05e44a60518
+SHA512 (pybind11-2.10.4.tar.gz) = f44504aac73f02e8a63f5337d7b4b8db81d69db68518d2d0bcbd83bf54ece33870248743038ef6951571911c8d24e554b8d4b4759887cbf5e01773b6fdaa217d
+Size (pybind11-2.10.4.tar.gz) = 200838 bytes



Home | Main Index | Thread Index | Old Index