pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-cpplint



Module Name:    pkgsrc
Committed By:   adam
Date:           Mon May 24 09:25:13 UTC 2021

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

Log Message:
py-cpplint: updated to 1.5.5

1.5.5:
Fix 172: Added 'size_t' to typecasts detected by CheckCStyleCast
Fixed wrong CLI help text: Each filter needs + or -
Fix 164: add elif as an exception for CheckSpacingForFunctionCall()
Fix google346: --root option not working on windows due to slashes in path


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/py-cpplint/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/py-cpplint/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-cpplint/Makefile
diff -u pkgsrc/devel/py-cpplint/Makefile:1.3 pkgsrc/devel/py-cpplint/Makefile:1.4
--- pkgsrc/devel/py-cpplint/Makefile:1.3        Sat Oct  3 21:49:21 2020
+++ pkgsrc/devel/py-cpplint/Makefile    Mon May 24 09:25:13 2021
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.3 2020/10/03 21:49:21 adam Exp $
+# $NetBSD: Makefile,v 1.4 2021/05/24 09:25:13 adam Exp $
 
-DISTNAME=      cpplint-1.5.4
+DISTNAME=      cpplint-1.5.5
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=c/cpplint/}

Index: pkgsrc/devel/py-cpplint/distinfo
diff -u pkgsrc/devel/py-cpplint/distinfo:1.2 pkgsrc/devel/py-cpplint/distinfo:1.3
--- pkgsrc/devel/py-cpplint/distinfo:1.2        Sat Oct  3 21:49:21 2020
+++ pkgsrc/devel/py-cpplint/distinfo    Mon May 24 09:25:13 2021
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.2 2020/10/03 21:49:21 adam Exp $
+$NetBSD: distinfo,v 1.3 2021/05/24 09:25:13 adam Exp $
 
-SHA1 (cpplint-1.5.4.tar.gz) = b83b97ed38e6ef3c2dd8d206b629c958e12d35c0
-RMD160 (cpplint-1.5.4.tar.gz) = 4e828a1122f5a6797e23d877378fcef4a1545670
-SHA512 (cpplint-1.5.4.tar.gz) = 13bd71295939c0d3753600df8798f15fb1a3c10f1c7e3d2fda894ef7126d1720bfd15a76dc37520618d793a528cdcf62d4f118d2eb6204cc6b84f70734418839
-Size (cpplint-1.5.4.tar.gz) = 359495 bytes
+SHA1 (cpplint-1.5.5.tar.gz) = 8ef01f10725721a0465cc1eff6a2f3cccebe534e
+RMD160 (cpplint-1.5.5.tar.gz) = d8b6079731245265fdf332a1ee9c959adaba9603
+SHA512 (cpplint-1.5.5.tar.gz) = 6f5148f5be2fba9e290a2e83a13943bed2d5d388f20c1e4efcc4eb832e905e71afc6ac074cd9553a7dbfeeb527c2759c3281a1243a0d8ce93a2082253d83ebf0
+Size (cpplint-1.5.5.tar.gz) = 361348 bytes



Home | Main Index | Thread Index | Old Index