Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=W7A0iHYE; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=1lJUp4LV Received: by mail.netbsd.org (Postfix, from userid 605) id 7D81C84EB8; Mon, 15 Apr 2024 05:17:50 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1713158270; bh=3qSkabOJ5UEdXvpO3jMzQgvrdDq38m1q8rmxAnIw3uI=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=W7A0iHYE8Gph6CA2SgiO7buTprb1p5XdXLkQmzD15smtimVixm7/7T5halKOiS2Bz Hyc+Rp1WrcNJCnlnx+46drJEv3UJmJcbpoXFr3wlt0DnuHpl0eAnH7zen00fYlVUnF MBFo6vqf1tLWZV4qMWTHPUZG4t1Ci0yzF86q9tj0= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 6BC1284D61 for ; Mon, 15 Apr 2024 05:17:49 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Authentication-Results: mail.netbsd.org (amavisd-new); dkim=pass (1024-bit key) header.d=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 maceZEJ6bbLu for ; Mon, 15 Apr 2024 05:17:48 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id CB62784CD9 for ; Mon, 15 Apr 2024 05:17:48 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1713158268; bh=3qSkabOJ5UEdXvpO3jMzQgvrdDq38m1q8rmxAnIw3uI=; h=Date:From:Subject:To:Reply-To; b=1lJUp4LV1d97SJW1OgqIl35j5Hgf627gBCAxvcV1GQq0C4W/o2//s9XyzCD8sdxUS DMR+buP8v5VySmWD5bkuHs9+Pmpq395FUGa4h/NH46/zQvX225xZPlB7DQWAiLQlkx pMV4jbygYm7qLGA1PU5p/F1byd8EvwEQszCqUqZI= Received: by cvs.NetBSD.org (Postfix, from userid 500) id BC4C5FA2C; Mon, 15 Apr 2024 05:17:48 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1713158268192470" MIME-Version: 1.0 Date: Mon, 15 Apr 2024 05:17:48 +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: <20240415051748.BC4C5FA2C@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1713158268192470 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Mon Apr 15 05:17:48 UTC 2024 Modified Files: pkgsrc/devel/py-hatchling: Makefile distinfo Log Message: py-hatchling: updated to 1.23.0 1.23.0 - 2024-04-14 Added: Add shared-scripts option for the wheel target Fixed: Support recursive optional dependencies Set the packaging dependency version as >=23.2 to avoid its URL validation which can conflict with context formatting To generate a diff of this commit: cvs rdiff -u -r1.22 -r1.23 pkgsrc/devel/py-hatchling/Makefile cvs rdiff -u -r1.18 -r1.19 pkgsrc/devel/py-hatchling/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1713158268192470 Content-Disposition: inline Content-Length: 2070 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.22 pkgsrc/devel/py-hatchling/Makefile:1.23 --- pkgsrc/devel/py-hatchling/Makefile:1.22 Fri Apr 5 08:25:51 2024 +++ pkgsrc/devel/py-hatchling/Makefile Mon Apr 15 05:17:48 2024 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.22 2024/04/05 08:25:51 adam Exp $ +# $NetBSD: Makefile,v 1.23 2024/04/15 05:17:48 adam Exp $ -DISTNAME= hatchling-1.22.5 +DISTNAME= hatchling-1.23.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= devel python MASTER_SITES= ${MASTER_SITE_PYPI:=h/hatchling/} @@ -10,7 +10,7 @@ HOMEPAGE= https://hatch.pypa.io/ COMMENT= Modern, extensible Python build backend LICENSE= mit -DEPENDS+= ${PYPKGPREFIX}-packaging>=21.3:../../devel/py-packaging +DEPENDS+= ${PYPKGPREFIX}-packaging>=23.2:../../devel/py-packaging DEPENDS+= ${PYPKGPREFIX}-pathspec>=0.10.1:../../devel/py-pathspec DEPENDS+= ${PYPKGPREFIX}-pluggy>=1.0.0:../../devel/py-pluggy DEPENDS+= ${PYPKGPREFIX}-trove-classifiers-[0-9]*:../../misc/py-trove-classifiers Index: pkgsrc/devel/py-hatchling/distinfo diff -u pkgsrc/devel/py-hatchling/distinfo:1.18 pkgsrc/devel/py-hatchling/distinfo:1.19 --- pkgsrc/devel/py-hatchling/distinfo:1.18 Fri Apr 5 08:25:51 2024 +++ pkgsrc/devel/py-hatchling/distinfo Mon Apr 15 05:17:48 2024 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.18 2024/04/05 08:25:51 adam Exp $ +$NetBSD: distinfo,v 1.19 2024/04/15 05:17:48 adam Exp $ -BLAKE2s (hatchling-1.22.5.tar.gz) = d237e80fc7e3fb81d99a05361fb16b3dd08b08e78b4271c1ba2b5ba26b2895f8 -SHA512 (hatchling-1.22.5.tar.gz) = 2a147bf4422af18e901a766531ed54f421883ec7f767f905fd37990f7d16da9ef1e397bf6fd41b0e763009aa44c19d5f65ade1329e0e10d1761b7819be6fd2d9 -Size (hatchling-1.22.5.tar.gz) = 62801 bytes +BLAKE2s (hatchling-1.23.0.tar.gz) = 4cd85a723dfb01bd65dc89820fa8c01c5e3a9c2df23a4a7ce68c17525093cc53 +SHA512 (hatchling-1.23.0.tar.gz) = ad9bfc5975e3d8f8649fbb650ca4976ecc55f1aefdb5f199a42c5c1c7e326c771f1463a6f699664af7c07215557b851c87d20b0e5ef07638547edd5cdd6aeb3e +Size (hatchling-1.23.0.tar.gz) = 63748 bytes --_----------=_1713158268192470--