Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=Bg5nXu6f; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=qrTeuUVj Received: by mail.netbsd.org (Postfix, from userid 605) id 4DE2084EFC; Sun, 24 Mar 2024 07:28:29 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1711265309; bh=yId5MaSutmJ3SENNLbCsMigiiB2YxN15PjYPWx8vWkU=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=Bg5nXu6flhMilqAo66SWPCrk0sSkeSi6V2Cj8AC11nWyah9lnLJtB2bxAwr4W2yxD rmfk3J9JEh/PYzA+rGrrbza+4R5LSh1f5+sKwJS+/gnuVkM3oAJSXzmpB6vHu+MqVy SksoERBRwp4hvXapwkGYqf3hCOpXySEnBP1SpFN8= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 408E384EF8 for ; Sun, 24 Mar 2024 07:28:28 +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 JL0wFVfp9yNz for ; Sun, 24 Mar 2024 07:28:27 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id AA13B84E5A for ; Sun, 24 Mar 2024 07:28:27 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1711265307; bh=yId5MaSutmJ3SENNLbCsMigiiB2YxN15PjYPWx8vWkU=; h=Date:From:Subject:To:Reply-To; b=qrTeuUVj2mFWd2/ckasDVnvI5Awy4GzdqdHyEit7MZ5NRPX7rto1x8geQbxAdSYzz 4bEYreNu96Ysg2JXrTD3TK+2LRtuJMZkbnBZtFHoXb7GBB0lZc2pCqXKmSrMYYSYhm pfHkCUGHlQdLiktCPvtyn3+0Uujh+ZFQaCjtEwYM= Received: by cvs.NetBSD.org (Postfix, from userid 500) id A0928FA2C; Sun, 24 Mar 2024 07:28:27 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_171126530779200" MIME-Version: 1.0 Date: Sun, 24 Mar 2024 07:28:27 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/devel/py-typeguard To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20240324072827.A0928FA2C@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_171126530779200 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Sun Mar 24 07:28:27 UTC 2024 Modified Files: pkgsrc/devel/py-typeguard: Makefile distinfo Log Message: py-typeguard: updated to 4.2.0 4.2.0 Added support for specifying options for the pytest plugin via pytest config files Avoid creating reference cycles when type checking unions (PR by Shantanu) Fixed Optional[...] being removed from the AST if it was located within a subscript Fixed TypedDict from typing_extensions not being recognized as one Fixed typing types (dict[str, int], List[str], etc.) not passing checks against type or Type Fixed detection of optional fields (NotRequired[...]) in TypedDict when using forward references Fixed mapping checks against Django's MultiValueDict To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 pkgsrc/devel/py-typeguard/Makefile cvs rdiff -u -r1.8 -r1.9 pkgsrc/devel/py-typeguard/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_171126530779200 Content-Disposition: inline Content-Length: 1611 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/py-typeguard/Makefile diff -u pkgsrc/devel/py-typeguard/Makefile:1.11 pkgsrc/devel/py-typeguard/Makefile:1.12 --- pkgsrc/devel/py-typeguard/Makefile:1.11 Sun Nov 19 16:02:44 2023 +++ pkgsrc/devel/py-typeguard/Makefile Sun Mar 24 07:28:27 2024 @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.11 2023/11/19 16:02:44 wiz Exp $ +# $NetBSD: Makefile,v 1.12 2024/03/24 07:28:27 adam Exp $ -DISTNAME= typeguard-4.1.5 +DISTNAME= typeguard-4.2.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} -PKGREVISION= 2 CATEGORIES= devel python MASTER_SITES= ${MASTER_SITE_PYPI:=t/typeguard/} Index: pkgsrc/devel/py-typeguard/distinfo diff -u pkgsrc/devel/py-typeguard/distinfo:1.8 pkgsrc/devel/py-typeguard/distinfo:1.9 --- pkgsrc/devel/py-typeguard/distinfo:1.8 Fri Sep 15 14:52:13 2023 +++ pkgsrc/devel/py-typeguard/distinfo Sun Mar 24 07:28:27 2024 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.8 2023/09/15 14:52:13 adam Exp $ +$NetBSD: distinfo,v 1.9 2024/03/24 07:28:27 adam Exp $ -BLAKE2s (typeguard-4.1.5.tar.gz) = e51c132dab653f9e84d73a0d2a7e0ad2af900d6c9e3d8af94b2a07196340c34b -SHA512 (typeguard-4.1.5.tar.gz) = 50bf3760246dba5de2e98038c78acbd6f2fd2d69ae8c688c3efeface5ef6cc4c2521f82d6084dabc1258286ac589ff94f1b9e3c9b67e9b019d725bf13884fce2 -Size (typeguard-4.1.5.tar.gz) = 69228 bytes +BLAKE2s (typeguard-4.2.0.tar.gz) = 06f671f6fcf5b24d57007cb5e2ae8a9a9736487e08411695103f2e0a98d18140 +SHA512 (typeguard-4.2.0.tar.gz) = 9cee2db58ebbc5fdcdde3cdaa3f8a40f92d15af58ab9f391e9c372482a6a9d17a6d1f02db928fcea022c474f7a1328966455f640882a930c16a7617a32005672 +Size (typeguard-4.2.0.tar.gz) = 71240 bytes --_----------=_171126530779200--