diff options
author | adam <adam@pkgsrc.org> | 2021-08-06 12:40:59 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2021-08-06 12:40:59 +0000 |
commit | 58805d2d9dfdb572dadf71ec225ba9f1a5d5fd3d (patch) | |
tree | b5bcaf63696f78c74816cde67ec2f3faa9852236 | |
parent | 8b3e2b3ce9e928ce61f204a515ad9e47da61bb0d (diff) | |
download | pkgsrc-58805d2d9dfdb572dadf71ec225ba9f1a5d5fd3d.tar.gz |
py-pybind11: updated to 2.7.1
Version 2.7.1
Minor missing functionality added:
Allow Python builtins to be used as callbacks in CPython.
Bug fixes:
Fix regression in CMake Python package config: improper use of absolute path.
Fix Mingw64 and add to the CI testing matrix.
Specified UTF8-encoding in setup.py calls of open().
Add clang-tidy-readability rules to make boolean casts explicit improving code readability. Also enabled other misc and readability clang-tidy checks.
Move object in .pop() for list.
Backend and tidying up:
Removed and fixed warning suppressions.
-rw-r--r-- | devel/py-pybind11/Makefile | 4 | ||||
-rw-r--r-- | devel/py-pybind11/distinfo | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/devel/py-pybind11/Makefile b/devel/py-pybind11/Makefile index 4d48d5ef554..0f5ba3579b1 100644 --- a/devel/py-pybind11/Makefile +++ b/devel/py-pybind11/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.3 2021/08/02 20:35:42 adam Exp $ +# $NetBSD: Makefile,v 1.4 2021/08/06 12:40:59 adam Exp $ -DISTNAME= pybind11-2.7.0 +DISTNAME= pybind11-2.7.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= devel python MASTER_SITES= ${MASTER_SITE_PYPI:=p/pybind11/} diff --git a/devel/py-pybind11/distinfo b/devel/py-pybind11/distinfo index efcc7f0cddc..8c9ebbcdb54 100644 --- a/devel/py-pybind11/distinfo +++ b/devel/py-pybind11/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.3 2021/08/02 20:35:42 adam Exp $ +$NetBSD: distinfo,v 1.4 2021/08/06 12:40:59 adam Exp $ -SHA1 (pybind11-2.7.0.tar.gz) = 72e6f26b75aad23cf769abfc04d3259ee9c1b2d3 -RMD160 (pybind11-2.7.0.tar.gz) = b0bf55851ef79d6a0520f1477924df6d95899cc4 -SHA512 (pybind11-2.7.0.tar.gz) = 6664be885581f5a7184f1cc16ea80a34feee8a7aaab0e6e4bee36ebf7692bd0067dd711e106620fd63554b5d34c992d243f07030a0b2b3fe5f4c7e76694bc2a6 -Size (pybind11-2.7.0.tar.gz) = 179214 bytes +SHA1 (pybind11-2.7.1.tar.gz) = 16bbf7b2e5ed1e7c0bc9da98457fe25561e7f1a9 +RMD160 (pybind11-2.7.1.tar.gz) = 374ecffa730878f7c836292e0dba9ec23381c0ec +SHA512 (pybind11-2.7.1.tar.gz) = 60606e9003cd4d3b7b65a1efac6e2c17dc139c99e877e8196dbeee162bdb511928fe47841135ad7ea785d61f461a452c2bfa842215343d617d0e343fb96c3a79 +Size (pybind11-2.7.1.tar.gz) = 179770 bytes |