pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/py-whatthepatch
Module Name: pkgsrc
Committed By: wiz
Date: Sun Nov 17 09:51:40 UTC 2024
Modified Files:
pkgsrc/devel/py-whatthepatch: Makefile distinfo
Log Message:
py-whatthepatch: update to 1.0.7.
What's Changed
fix: incorrect regular expression matching diffcmd by @jingfelix in #62
Release 1.0.7 by @cscorley in #63
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/py-whatthepatch/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/py-whatthepatch/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-whatthepatch/Makefile
diff -u pkgsrc/devel/py-whatthepatch/Makefile:1.5 pkgsrc/devel/py-whatthepatch/Makefile:1.6
--- pkgsrc/devel/py-whatthepatch/Makefile:1.5 Mon Nov 11 07:28:30 2024
+++ pkgsrc/devel/py-whatthepatch/Makefile Sun Nov 17 09:51:40 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.5 2024/11/11 07:28:30 wiz Exp $
+# $NetBSD: Makefile,v 1.6 2024/11/17 09:51:40 wiz Exp $
-DISTNAME= whatthepatch-1.0.6
+DISTNAME= whatthepatch-1.0.7
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=w/whatthepatch/}
@@ -14,7 +14,8 @@ TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools
USE_LANGUAGES= # none
-PYTHON_VERSIONS_INCOMPATIBLE= 27
+# as of 1.0.7
+# 1 failed, 53 passed
.include "../../lang/python/wheel.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/py-whatthepatch/distinfo
diff -u pkgsrc/devel/py-whatthepatch/distinfo:1.2 pkgsrc/devel/py-whatthepatch/distinfo:1.3
--- pkgsrc/devel/py-whatthepatch/distinfo:1.2 Sat Jul 20 06:24:44 2024
+++ pkgsrc/devel/py-whatthepatch/distinfo Sun Nov 17 09:51:40 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.2 2024/07/20 06:24:44 adam Exp $
+$NetBSD: distinfo,v 1.3 2024/11/17 09:51:40 wiz Exp $
-BLAKE2s (whatthepatch-1.0.6.tar.gz) = 813f55b64585a41dc1029b2a1bfac91f474be42998db1e7d10236e73ebe1fbd9
-SHA512 (whatthepatch-1.0.6.tar.gz) = 353866973b6a9b1d0bdb566d4c2eaf655a9a148d1acd73138cbbb5fbf5ec1d159391390857a34dfd75dca0c760168be720961e9d0d74dd8425849d641b2f5105
-Size (whatthepatch-1.0.6.tar.gz) = 31849 bytes
+BLAKE2s (whatthepatch-1.0.7.tar.gz) = 1dc5aacfb8b3ab36c1d8f08b4a3dc4a3d81f8f79af5c992403d8b5aace47cc0f
+SHA512 (whatthepatch-1.0.7.tar.gz) = 13df7e993babfc057d1e6bc1636d3153d68d860614b744da035d47d2acaeb5317067558a8f48d9b4014fdd8ff0caeb2fbe439d1004886667606bec3000f33987
+Size (whatthepatch-1.0.7.tar.gz) = 34612 bytes
Home |
Main Index |
Thread Index |
Old Index