Received: by mail.netbsd.org (Postfix, from userid 605) id 5D28584E5C; Fri, 20 Jan 2023 14:05:18 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 8CAF884D6F for ; Fri, 20 Jan 2023 14:05:17 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id CuOJyIHmum6W for ; Fri, 20 Jan 2023 14:05:17 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id E9E8F84C71 for ; Fri, 20 Jan 2023 14:05:16 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id E44C9FA90; Fri, 20 Jan 2023 14:05:16 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1674223516295760" MIME-Version: 1.0 Date: Fri, 20 Jan 2023 14:05:16 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/devel/py-cpplint To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20230120140516.E44C9FA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1674223516295760 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Fri Jan 20 14:05:16 UTC 2023 Modified Files: pkgsrc/devel/py-cpplint: Makefile distinfo Log Message: py-cpplint: updated to 1.6.1 1.6.1 (2022-08-20) Fix 195 Fix post increment/decrement operator causing a false positive. Fix 202 .hh files should not be considered sytem headers Fix 207 Python2 incompatibility for loading CPPLINT.cfg file Fix 184 NOLINT(clang-analyzer) comments should not cause warnings 1.6.0 (2022-02-19) Fix 188: "Include the directory when naming header files" also for header files with other names like "*.hpp" To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 pkgsrc/devel/py-cpplint/Makefile cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/py-cpplint/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1674223516295760 Content-Disposition: inline Content-Length: 2118 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/py-cpplint/Makefile diff -u pkgsrc/devel/py-cpplint/Makefile:1.9 pkgsrc/devel/py-cpplint/Makefile:1.10 --- pkgsrc/devel/py-cpplint/Makefile:1.9 Mon Jul 11 08:48:48 2022 +++ pkgsrc/devel/py-cpplint/Makefile Fri Jan 20 14:05:16 2023 @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.9 2022/07/11 08:48:48 wiz Exp $ +# $NetBSD: Makefile,v 1.10 2023/01/20 14:05:16 adam Exp $ -DISTNAME= cpplint-1.5.5 +DISTNAME= cpplint-1.6.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} -PKGREVISION= 2 CATEGORIES= devel python MASTER_SITES= ${MASTER_SITE_PYPI:=c/cpplint/} @@ -11,7 +10,7 @@ HOMEPAGE= https://github.com/cpplint/cpp COMMENT= Static code checker for C++ LICENSE= modified-bsd -BUILD_DEPENDS+= ${PYPKGPREFIX}-test-runner-[0-9]*:../../devel/py-test-runner +TOOL_DEPENDS+= ${PYPKGPREFIX}-test-runner-[0-9]*:../../devel/py-test-runner TOOL_DEPENDS+= ${PYPKGPREFIX}-pip-[0-9]*:../../devel/py-pip TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test TEST_DEPENDS+= ${PYPKGPREFIX}-test-cov-[0-9]*:../../devel/py-test-cov Index: pkgsrc/devel/py-cpplint/distinfo diff -u pkgsrc/devel/py-cpplint/distinfo:1.6 pkgsrc/devel/py-cpplint/distinfo:1.7 --- pkgsrc/devel/py-cpplint/distinfo:1.6 Mon Jul 11 08:48:48 2022 +++ pkgsrc/devel/py-cpplint/distinfo Fri Jan 20 14:05:16 2023 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.6 2022/07/11 08:48:48 wiz Exp $ +$NetBSD: distinfo,v 1.7 2023/01/20 14:05:16 adam Exp $ -BLAKE2s (cpplint-1.5.5.tar.gz) = dff23a9926a84bda664ac8fb9fc928839f7c289ec9711b1f3a7c9f276aee9e71 -SHA512 (cpplint-1.5.5.tar.gz) = 6f5148f5be2fba9e290a2e83a13943bed2d5d388f20c1e4efcc4eb832e905e71afc6ac074cd9553a7dbfeeb527c2759c3281a1243a0d8ce93a2082253d83ebf0 -Size (cpplint-1.5.5.tar.gz) = 361348 bytes +BLAKE2s (cpplint-1.6.1.tar.gz) = 50c9f69d80f26156255474353beed36e8c61c0c9027c0c437ed00864dbd00de2 +SHA512 (cpplint-1.6.1.tar.gz) = 22d7b18be5386ec6203aed090f8805fe671b57f6da56f451e77f98bfaf294a152d6f91bf286fa173ebe56016ff0553f4818a261beb727be0c5ce5996495b43c5 +Size (cpplint-1.6.1.tar.gz) = 364487 bytes SHA1 (patch-test-requirements) = a4bb24dc8a5f069772d6ed1296dedbcf001a046f --_----------=_1674223516295760--