Received: by mail.netbsd.org (Postfix, from userid 605) id BF43784D4E; Tue, 25 Apr 2023 07:33:59 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id EF16984D36 for ; Tue, 25 Apr 2023 07:33:58 +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 2uya9jd7x8G4 for ; Tue, 25 Apr 2023 07:33:58 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 6CCE284CD8 for ; Tue, 25 Apr 2023 07:33:58 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 60CADFA85; Tue, 25 Apr 2023 07:33:58 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1682408038169910" MIME-Version: 1.0 Date: Tue, 25 Apr 2023 07:33:58 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/devel/py-hatchling To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20230425073358.60CADFA85@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1682408038169910 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="UTF-8" Module Name: pkgsrc Committed By: adam Date: Tue Apr 25 07:33:58 UTC 2023 Modified Files: pkgsrc/devel/py-hatchling: Makefile distinfo Log Message: py-hatchling: updated to 1.14.1 1.14.1 - 2023-04-23ΒΆ Fixed: Fix internal archive root naming for the sdist target when strict-naming is disabled to match the file name in order to support the expectation of some frontends To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 pkgsrc/devel/py-hatchling/Makefile cvs rdiff -u -r1.7 -r1.8 pkgsrc/devel/py-hatchling/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1682408038169910 Content-Disposition: inline Content-Length: 1602 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/py-hatchling/Makefile diff -u pkgsrc/devel/py-hatchling/Makefile:1.10 pkgsrc/devel/py-hatchling/Makefile:1.11 --- pkgsrc/devel/py-hatchling/Makefile:1.10 Mon Apr 17 12:50:49 2023 +++ pkgsrc/devel/py-hatchling/Makefile Tue Apr 25 07:33:58 2023 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.10 2023/04/17 12:50:49 adam Exp $ +# $NetBSD: Makefile,v 1.11 2023/04/25 07:33:58 adam Exp $ -DISTNAME= hatchling-1.14.0 +DISTNAME= hatchling-1.14.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= devel python MASTER_SITES= ${MASTER_SITE_PYPI:=h/hatchling/} Index: pkgsrc/devel/py-hatchling/distinfo diff -u pkgsrc/devel/py-hatchling/distinfo:1.7 pkgsrc/devel/py-hatchling/distinfo:1.8 --- pkgsrc/devel/py-hatchling/distinfo:1.7 Mon Apr 17 12:50:49 2023 +++ pkgsrc/devel/py-hatchling/distinfo Tue Apr 25 07:33:58 2023 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.7 2023/04/17 12:50:49 adam Exp $ +$NetBSD: distinfo,v 1.8 2023/04/25 07:33:58 adam Exp $ -BLAKE2s (hatchling-1.14.0.tar.gz) = 1c74fbc48881129014f3b7326071542a2cf6ba1998299579f0831281873002eb -SHA512 (hatchling-1.14.0.tar.gz) = 98a3f8c53028cc5206a63c793a427ff9691c5a0d90c4892431ce35be401c9c05434eb99bc1a7685262b163a5806c7323703c5b979d47000f19d22bcf01722b41 -Size (hatchling-1.14.0.tar.gz) = 55567 bytes +BLAKE2s (hatchling-1.14.1.tar.gz) = e48c2f0da9b52e1c3060e22e8c8a8502ae7a57e69874ae170facfd6a69c112cb +SHA512 (hatchling-1.14.1.tar.gz) = f6b4d2e35f81c8d6ba66e78777c2134a6f1d58433df7d0b6b6af9a085527988442812619e917797dc23db0f77d96a4110dd79ebd1697ace69cead5da5f1eed62 +Size (hatchling-1.14.1.tar.gz) = 55568 bytes --_----------=_1682408038169910--