Skip to content

Commit

Permalink
py-whatthepatch: update to 1.0.7.
Browse files Browse the repository at this point in the history
What's Changed

    fix: incorrect regular expression matching diffcmd by @jingfelix in #62
    Release 1.0.7 by @cscorley in #63
  • Loading branch information
0-wiz-0 committed Nov 17, 2024
1 parent 1c25227 commit fe22324
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
7 changes: 4 additions & 3 deletions devel/py-whatthepatch/Makefile
Original file line number Diff line number Diff line change
@@ -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/}
Expand All @@ -14,7 +14,8 @@ TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=65.0.0:../../devel/py-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"
8 changes: 4 additions & 4 deletions devel/py-whatthepatch/distinfo
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit fe22324

Please sign in to comment.