Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=XIfDIdXT; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=kR+qgwZM Received: by mail.netbsd.org (Postfix, from userid 605) id 120A484EC5; Sat, 27 Apr 2024 05:03:15 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1714194195; bh=3C8uRjFbgmSMbsWwUH+upiZZr/+cnSn6t3yD7Kxq9cc=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=XIfDIdXTeSH5eazBaXE/h0H+EG5t9OI9PsrVHW3+YsUq4S7072tDU7ibtkBEVvoaU 0vBVneeTvA/h0p2atuegu3/sFtcz1RP1cOcy1MXhWiYgdFsOscXlPOsBTA5ZG5Pdif YIohMainrT8ek0OX7NUfmqCnfUZ0Yu3BOKWfFxk4= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 008C084CE2 for ; Sat, 27 Apr 2024 05:03:14 +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 ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id adX8Geyym5eh for ; Sat, 27 Apr 2024 05:03:13 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 60BCB84CD9 for ; Sat, 27 Apr 2024 05:03:13 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1714194193; bh=3C8uRjFbgmSMbsWwUH+upiZZr/+cnSn6t3yD7Kxq9cc=; h=Date:From:Subject:To:Reply-To; b=kR+qgwZMWoUXM1nTT/FZlMK5bGWsS5Db44cDiTcLfePgFpBuzP7oGwO1dBV9RTqWT I3OsPkNvXoh/uJxO9j7DRJuOcWdlAlPVmouemA+OCNsu3TXxYOpb1W7JsbeqHOCxz8 +vZb3ra1KZo7A/eluEqvEx80lQ6tr67JlrkTcd4Y= Received: by cvs.NetBSD.org (Postfix, from userid 500) id 5455BFA2C; Sat, 27 Apr 2024 05:03:13 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1714194193218070" MIME-Version: 1.0 Date: Sat, 27 Apr 2024 05:03:13 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/textproc/py-referencing To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20240427050313.5455BFA2C@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1714194193218070 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Sat Apr 27 05:03:13 UTC 2024 Modified Files: pkgsrc/textproc/py-referencing: Makefile distinfo Log Message: py-referencing: updated to 0.35.0 v0.35.0 * Ensure that ``Registry.contents()`` also raises ``NoSuchResource`` exceptions for nonexistent resources, not ``KeyError`` (which is an implementation detail). To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 pkgsrc/textproc/py-referencing/Makefile cvs rdiff -u -r1.8 -r1.9 pkgsrc/textproc/py-referencing/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1714194193218070 Content-Disposition: inline Content-Length: 2137 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/textproc/py-referencing/Makefile diff -u pkgsrc/textproc/py-referencing/Makefile:1.9 pkgsrc/textproc/py-referencing/Makefile:1.10 --- pkgsrc/textproc/py-referencing/Makefile:1.9 Sun Mar 17 12:52:13 2024 +++ pkgsrc/textproc/py-referencing/Makefile Sat Apr 27 05:03:13 2024 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.9 2024/03/17 12:52:13 adam Exp $ +# $NetBSD: Makefile,v 1.10 2024/04/27 05:03:13 adam Exp $ -DISTNAME= referencing-0.34.0 +DISTNAME= referencing-0.35.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= textproc python MASTER_SITES= ${MASTER_SITE_PYPI:=r/referencing/} @@ -14,6 +14,9 @@ TOOL_DEPENDS+= ${PYPKGPREFIX}-hatchling- TOOL_DEPENDS+= ${PYPKGPREFIX}-hatch-vcs-[0-9]*:../../devel/py-hatch-vcs DEPENDS+= ${PYPKGPREFIX}-attrs>=22.2.0:../../devel/py-attrs DEPENDS+= ${PYPKGPREFIX}-rpds-py>=0.7.0:../../devel/py-rpds-py +# Circular dependency +#TEST_DEPENDS+= ${PYPKGPREFIX}-jsonschema-[0-9]*:../../textproc/py-jsonschema +TEST_DEPENDS+= ${PYPKGPREFIX}-test-subtests-[0-9]*:../../devel/py-test-subtests USE_LANGUAGES= # none Index: pkgsrc/textproc/py-referencing/distinfo diff -u pkgsrc/textproc/py-referencing/distinfo:1.8 pkgsrc/textproc/py-referencing/distinfo:1.9 --- pkgsrc/textproc/py-referencing/distinfo:1.8 Sun Mar 17 12:52:13 2024 +++ pkgsrc/textproc/py-referencing/distinfo Sat Apr 27 05:03:13 2024 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.8 2024/03/17 12:52:13 adam Exp $ +$NetBSD: distinfo,v 1.9 2024/04/27 05:03:13 adam Exp $ -BLAKE2s (referencing-0.34.0.tar.gz) = a7033ebc70a9819c7b2ea911d48b66fc3ffed879968144cf130f39cce2e2d877 -SHA512 (referencing-0.34.0.tar.gz) = 97e4cfe0fb306068abfd6c0348d12483cbd3705c0b4c8852c0f0209c4d05be08bf77fa3ec56af77a2815a4ff3294ff06d3f09f213a165ae17bdcab246e47c178 -Size (referencing-0.34.0.tar.gz) = 62624 bytes +BLAKE2s (referencing-0.35.0.tar.gz) = d0f3ce5f3f95ec348d6c9fbf7f591bf0762406ffb3498429813b05d1c056a20e +SHA512 (referencing-0.35.0.tar.gz) = c637a3767a7d03445adb14bcb4c1e9c9a069779d31c5043f300e34398c9c728dfe09cdf9601516a96280d6c095740114e3bd4a6b5103f8a1938b1be6b9cb9cb3 +Size (referencing-0.35.0.tar.gz) = 62860 bytes --_----------=_1714194193218070--