Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=hxOHd7yx; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=zSMFP0oF Received: by mail.netbsd.org (Postfix, from userid 605) id 0678184DBF; Wed, 3 Apr 2024 14:52:26 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1712155946; bh=IAC1SLFVSBzy9rT0TuucR1P9YXQPKAQE+OfzItU1z+Y=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=hxOHd7yxsZHQU0vuLYIg4yOuyp0sqfx86vlCOzukyNoHiU493S77w1eZTN+p2UvHM NVpTjp5Z+iyhyz3BeMyEcT/fHLBar57eIPP80vh951l/Ay/s4HcbEI9wlGhMYOG6me YaeJV8/bZJ2ZBFEdPw92URKaVS3IXJAScYYldn1o= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id EA6B584D05 for ; Wed, 3 Apr 2024 14:52:24 +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 8-WDe4OaptP7 for ; Wed, 3 Apr 2024 14:52:24 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 60B7884CD7 for ; Wed, 3 Apr 2024 14:52:24 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1712155944; bh=IAC1SLFVSBzy9rT0TuucR1P9YXQPKAQE+OfzItU1z+Y=; h=Date:From:Subject:To:Reply-To; b=zSMFP0oFrUQ/dpLNJx0++RQ5TG5pV1Ll+7MzNElOeUOiacEg0Rox2+z63jCbdsdkY q4VuaZAK6m/Y0kI/CDOH2V/o/0JHkxH7eJRUwPsU1eb4Ots12ICS18xffj1jsLQwff z35k/9QPx+dQwwWfcNsD9SFrvq/9Jc1z+LFVshoU= Received: by cvs.NetBSD.org (Postfix, from userid 500) id 52128FA2C; Wed, 3 Apr 2024 14:52:24 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1712155944100180" MIME-Version: 1.0 Date: Wed, 3 Apr 2024 14:52:24 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/devel/py-test-mypy-plugins To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20240403145224.52128FA2C@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1712155944100180 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Wed Apr 3 14:52:24 UTC 2024 Modified Files: pkgsrc/devel/py-test-mypy-plugins: Makefile distinfo Log Message: py-test-mypy-plugins: updated to 3.1.2 3.1.2 Bugfixes Fix joining toml configs with [[mypy.overrides]] To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/py-test-mypy-plugins/Makefile cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/py-test-mypy-plugins/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1712155944100180 Content-Disposition: inline Content-Length: 1767 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/py-test-mypy-plugins/Makefile diff -u pkgsrc/devel/py-test-mypy-plugins/Makefile:1.4 pkgsrc/devel/py-test-mypy-plugins/Makefile:1.5 --- pkgsrc/devel/py-test-mypy-plugins/Makefile:1.4 Sat Mar 16 17:47:41 2024 +++ pkgsrc/devel/py-test-mypy-plugins/Makefile Wed Apr 3 14:52:24 2024 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.4 2024/03/16 17:47:41 adam Exp $ +# $NetBSD: Makefile,v 1.5 2024/04/03 14:52:24 adam Exp $ -DISTNAME= pytest-mypy-plugins-3.1.1 +DISTNAME= pytest-mypy-plugins-3.1.2 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/^py//} CATEGORIES= devel python MASTER_SITES= ${MASTER_SITE_PYPI:=p/pytest-mypy-plugins/} Index: pkgsrc/devel/py-test-mypy-plugins/distinfo diff -u pkgsrc/devel/py-test-mypy-plugins/distinfo:1.3 pkgsrc/devel/py-test-mypy-plugins/distinfo:1.4 --- pkgsrc/devel/py-test-mypy-plugins/distinfo:1.3 Sat Mar 16 17:47:41 2024 +++ pkgsrc/devel/py-test-mypy-plugins/distinfo Wed Apr 3 14:52:24 2024 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.3 2024/03/16 17:47:41 adam Exp $ +$NetBSD: distinfo,v 1.4 2024/04/03 14:52:24 adam Exp $ -BLAKE2s (pytest-mypy-plugins-3.1.1.tar.gz) = c4ac0678caa43493d224a6eb864e84d110b11888759e482793528c962f72596d -SHA512 (pytest-mypy-plugins-3.1.1.tar.gz) = 6c62c569d4556ee5d17b19d15a50890d294a9cab82dec7745072f62f4c263740fe03795ddea368ceed7728be7b812f10eb91b2156ae043e08ac100878bee4d59 -Size (pytest-mypy-plugins-3.1.1.tar.gz) = 35712 bytes +BLAKE2s (pytest-mypy-plugins-3.1.2.tar.gz) = 3692e418c6331fa0011d7098849eaa70d15744f701655a838f9be6a5768917df +SHA512 (pytest-mypy-plugins-3.1.2.tar.gz) = 66b11734e19ffc141db26f6ee3d2170129f0f0957651bd4922b787fa1c3502748b24a1dde347788fad5d98aff09290a33488dd0ff99a27c2dbcac74997030172 +Size (pytest-mypy-plugins-3.1.2.tar.gz) = 26202 bytes --_----------=_1712155944100180--