Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 92CBF85080 for ; Mon, 18 Sep 2023 08:00:08 +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 3r4EkT1FEs7A for ; Mon, 18 Sep 2023 08:00:08 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 03BE385051 for ; Mon, 18 Sep 2023 08:00:07 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id EEBAEFBDB; Mon, 18 Sep 2023 08:00:07 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1695024007110270" MIME-Version: 1.0 Date: Mon, 18 Sep 2023 08:00:07 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/devel/py-hatch-nodejs-version To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20230918080007.EEBAEFBDB@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1695024007110270 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Mon Sep 18 08:00:07 UTC 2023 Modified Files: pkgsrc/devel/py-hatch-nodejs-version: Makefile distinfo Log Message: py-hatch-nodejs-version: updated to 0.3.2 0.3.2 Bugs fixed - Add a trailing newline to package.json when appropriate Other merged PRs - Assume NPM person can be string To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/py-hatch-nodejs-version/Makefile \ pkgsrc/devel/py-hatch-nodejs-version/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1695024007110270 Content-Disposition: inline Content-Length: 1805 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/py-hatch-nodejs-version/Makefile diff -u pkgsrc/devel/py-hatch-nodejs-version/Makefile:1.1 pkgsrc/devel/py-hatch-nodejs-version/Makefile:1.2 --- pkgsrc/devel/py-hatch-nodejs-version/Makefile:1.1 Thu Feb 9 12:49:42 2023 +++ pkgsrc/devel/py-hatch-nodejs-version/Makefile Mon Sep 18 08:00:07 2023 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.1 2023/02/09 12:49:42 adam Exp $ +# $NetBSD: Makefile,v 1.2 2023/09/18 08:00:07 adam Exp $ -DISTNAME= hatch_nodejs_version-0.3.1 +DISTNAME= hatch_nodejs_version-0.3.2 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/_/-/g} CATEGORIES= devel python MASTER_SITES= ${MASTER_SITE_PYPI:=h/hatch-nodejs-version/} Index: pkgsrc/devel/py-hatch-nodejs-version/distinfo diff -u pkgsrc/devel/py-hatch-nodejs-version/distinfo:1.1 pkgsrc/devel/py-hatch-nodejs-version/distinfo:1.2 --- pkgsrc/devel/py-hatch-nodejs-version/distinfo:1.1 Thu Feb 9 12:49:42 2023 +++ pkgsrc/devel/py-hatch-nodejs-version/distinfo Mon Sep 18 08:00:07 2023 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.1 2023/02/09 12:49:42 adam Exp $ +$NetBSD: distinfo,v 1.2 2023/09/18 08:00:07 adam Exp $ -BLAKE2s (hatch_nodejs_version-0.3.1.tar.gz) = c778e22c20dd0984892253ce04ec1c69a3c86e186316fd9d8f6e99f5c8003dca -SHA512 (hatch_nodejs_version-0.3.1.tar.gz) = 0dbf48474f896d3544058f8c18d415980da7bf49b63065da925b56709e62bb9749c4dac02b64395b870feb119e4f6458365cd6a84538b0bb5a7f535de77a551c -Size (hatch_nodejs_version-0.3.1.tar.gz) = 14347 bytes +BLAKE2s (hatch_nodejs_version-0.3.2.tar.gz) = 06ade7fdedc6eb376e8ecc37a83ca7bcf702d11184da59a09611fb89813f41d5 +SHA512 (hatch_nodejs_version-0.3.2.tar.gz) = e781669c84c3e61333cbd47f078ff6f16dae5b3c6e7d2ea76ae20ee78012ea9686a2be684127db821a6128408030bc09a0210386424f155af5a044f0178d44d4 +Size (hatch_nodejs_version-0.3.2.tar.gz) = 16942 bytes --_----------=_1695024007110270--