Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 11C5484E58 for ; Sat, 17 Jun 2023 12:44:38 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id uBvaaLQEgEkA for ; Sat, 17 Jun 2023 12:44:37 +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 8111D84CF8 for ; Sat, 17 Jun 2023 12:44:37 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 6FFCCFA89; Sat, 17 Jun 2023 12:44:37 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1687005877129240" MIME-Version: 1.0 Date: Sat, 17 Jun 2023 12:44:37 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/devel/py-hatchling To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20230617124437.6FFCCFA89@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1687005877129240 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Sat Jun 17 12:44:37 UTC 2023 Modified Files: pkgsrc/devel/py-hatchling: Makefile distinfo Log Message: py-hatchling: updated to 1.18.0 1.18.0 Changed: Drop support for Python 3.7 Added: Update the list of directories that are always excluded for builds To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 pkgsrc/devel/py-hatchling/Makefile cvs rdiff -u -r1.10 -r1.11 pkgsrc/devel/py-hatchling/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1687005877129240 Content-Disposition: inline Content-Length: 1607 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.13 pkgsrc/devel/py-hatchling/Makefile:1.14 --- pkgsrc/devel/py-hatchling/Makefile:1.13 Tue Jun 6 05:14:17 2023 +++ pkgsrc/devel/py-hatchling/Makefile Sat Jun 17 12:44:37 2023 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.13 2023/06/06 05:14:17 adam Exp $ +# $NetBSD: Makefile,v 1.14 2023/06/17 12:44:37 adam Exp $ -DISTNAME= hatchling-1.17.1 +DISTNAME= hatchling-1.18.0 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.10 pkgsrc/devel/py-hatchling/distinfo:1.11 --- pkgsrc/devel/py-hatchling/distinfo:1.10 Tue Jun 6 05:14:17 2023 +++ pkgsrc/devel/py-hatchling/distinfo Sat Jun 17 12:44:37 2023 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.10 2023/06/06 05:14:17 adam Exp $ +$NetBSD: distinfo,v 1.11 2023/06/17 12:44:37 adam Exp $ -BLAKE2s (hatchling-1.17.1.tar.gz) = 80f29ae32cbbb53ca9e6fe7037785a80f0efa7167ec4a48c848e494312867f9e -SHA512 (hatchling-1.17.1.tar.gz) = 8bd1833b8531f36e2438b02b82632265edb9fcbf6ef4e560a66add063c2b0a0692a8597cfdf601d98e716038d53bf4e228f7dc174155545e093d13b00783c9c9 -Size (hatchling-1.17.1.tar.gz) = 57207 bytes +BLAKE2s (hatchling-1.18.0.tar.gz) = 6dbaaa1444c1c156a658cba3e282d140bcd6f463f978f485c99e82aa9771a988 +SHA512 (hatchling-1.18.0.tar.gz) = b0c3906aa4065ffff63d923e576f0b96d8436947b41c9eac540a449a229e08fcb0edc628d0d76cc3b3c0a401d6dc1101d5d04f855a17971f2deb3d630b5480bf +Size (hatchling-1.18.0.tar.gz) = 57203 bytes --_----------=_1687005877129240--