pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/py-pybind11 py-pybind11: updated to 2.7.1



details:   https://anonhg.NetBSD.org/pkgsrc/rev/76542f9cbafa
branches:  trunk
changeset: 456735:76542f9cbafa
user:      adam <adam%pkgsrc.org@localhost>
date:      Fri Aug 06 12:40:59 2021 +0000

description:
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.

diffstat:

 devel/py-pybind11/Makefile |   4 ++--
 devel/py-pybind11/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (27 lines):

diff -r 8c806c0e9010 -r 76542f9cbafa devel/py-pybind11/Makefile
--- a/devel/py-pybind11/Makefile        Fri Aug 06 12:29:39 2021 +0000
+++ b/devel/py-pybind11/Makefile        Fri Aug 06 12:40:59 2021 +0000
@@ -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 -r 8c806c0e9010 -r 76542f9cbafa devel/py-pybind11/distinfo
--- a/devel/py-pybind11/distinfo        Fri Aug 06 12:29:39 2021 +0000
+++ b/devel/py-pybind11/distinfo        Fri Aug 06 12:40:59 2021 +0000
@@ -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



Home | Main Index | Thread Index | Old Index