Received: by mail.netbsd.org (Postfix, from userid 605) id 8C1A584ED3; Mon, 2 May 2022 08:19:27 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id C7EF984EC2 for ; Mon, 2 May 2022 08:19:26 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id SPpF32AAufhD for ; Mon, 2 May 2022 08:19:26 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 2BA2384EA5 for ; Mon, 2 May 2022 08:19:26 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 2387FFB1A; Mon, 2 May 2022 08:19:26 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_16514795668400" MIME-Version: 1.0 Date: Mon, 2 May 2022 08:19:26 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/lang/py-mypy To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20220502081926.2387FFB1A@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_16514795668400 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Mon May 2 08:19:26 UTC 2022 Modified Files: pkgsrc/lang/py-mypy: Makefile PLIST distinfo Log Message: py-mypy: updated to 0.950 0.950 Pinning Third-Party Library Stub Versions Concatenate and Literals with ParamSpec Detect Unused Coroutines and Awaitables assert_type To generate a diff of this commit: cvs rdiff -u -r1.29 -r1.30 pkgsrc/lang/py-mypy/Makefile cvs rdiff -u -r1.20 -r1.21 pkgsrc/lang/py-mypy/PLIST cvs rdiff -u -r1.27 -r1.28 pkgsrc/lang/py-mypy/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_16514795668400 Content-Disposition: inline Content-Length: 3751 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/lang/py-mypy/Makefile diff -u pkgsrc/lang/py-mypy/Makefile:1.29 pkgsrc/lang/py-mypy/Makefile:1.30 --- pkgsrc/lang/py-mypy/Makefile:1.29 Thu Mar 31 07:30:09 2022 +++ pkgsrc/lang/py-mypy/Makefile Mon May 2 08:19:25 2022 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.29 2022/03/31 07:30:09 adam Exp $ +# $NetBSD: Makefile,v 1.30 2022/05/02 08:19:25 adam Exp $ -DISTNAME= mypy-0.942 +DISTNAME= mypy-0.950 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= lang python MASTER_SITES= ${MASTER_SITE_PYPI:=m/mypy/} Index: pkgsrc/lang/py-mypy/PLIST diff -u pkgsrc/lang/py-mypy/PLIST:1.20 pkgsrc/lang/py-mypy/PLIST:1.21 --- pkgsrc/lang/py-mypy/PLIST:1.20 Tue Mar 15 05:53:26 2022 +++ pkgsrc/lang/py-mypy/PLIST Mon May 2 08:19:25 2022 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.20 2022/03/15 05:53:26 adam Exp $ +@comment $NetBSD: PLIST,v 1.21 2022/05/02 08:19:25 adam Exp $ bin/dmypy-${PYVERSSUFFIX} bin/mypy-${PYVERSSUFFIX} bin/mypyc-${PYVERSSUFFIX} @@ -955,6 +955,7 @@ ${PYSITELIB}/mypy/typeshed/stdlib/asynci ${PYSITELIB}/mypy/typeshed/stdlib/asyncio/futures.pyi ${PYSITELIB}/mypy/typeshed/stdlib/asyncio/locks.pyi ${PYSITELIB}/mypy/typeshed/stdlib/asyncio/log.pyi +${PYSITELIB}/mypy/typeshed/stdlib/asyncio/mixins.pyi ${PYSITELIB}/mypy/typeshed/stdlib/asyncio/proactor_events.pyi ${PYSITELIB}/mypy/typeshed/stdlib/asyncio/protocols.pyi ${PYSITELIB}/mypy/typeshed/stdlib/asyncio/queues.pyi @@ -964,6 +965,7 @@ ${PYSITELIB}/mypy/typeshed/stdlib/asynci ${PYSITELIB}/mypy/typeshed/stdlib/asyncio/staggered.pyi ${PYSITELIB}/mypy/typeshed/stdlib/asyncio/streams.pyi ${PYSITELIB}/mypy/typeshed/stdlib/asyncio/subprocess.pyi +${PYSITELIB}/mypy/typeshed/stdlib/asyncio/taskgroups.pyi ${PYSITELIB}/mypy/typeshed/stdlib/asyncio/tasks.pyi ${PYSITELIB}/mypy/typeshed/stdlib/asyncio/threads.pyi ${PYSITELIB}/mypy/typeshed/stdlib/asyncio/transports.pyi @@ -1195,6 +1197,7 @@ ${PYSITELIB}/mypy/typeshed/stdlib/multip ${PYSITELIB}/mypy/typeshed/stdlib/multiprocessing/pool.pyi ${PYSITELIB}/mypy/typeshed/stdlib/multiprocessing/process.pyi ${PYSITELIB}/mypy/typeshed/stdlib/multiprocessing/queues.pyi +${PYSITELIB}/mypy/typeshed/stdlib/multiprocessing/reduction.pyi ${PYSITELIB}/mypy/typeshed/stdlib/multiprocessing/shared_memory.pyi ${PYSITELIB}/mypy/typeshed/stdlib/multiprocessing/sharedctypes.pyi ${PYSITELIB}/mypy/typeshed/stdlib/multiprocessing/spawn.pyi @@ -1303,6 +1306,7 @@ ${PYSITELIB}/mypy/typeshed/stdlib/tkinte ${PYSITELIB}/mypy/typeshed/stdlib/tkinter/ttk.pyi ${PYSITELIB}/mypy/typeshed/stdlib/token.pyi ${PYSITELIB}/mypy/typeshed/stdlib/tokenize.pyi +${PYSITELIB}/mypy/typeshed/stdlib/tomllib.pyi ${PYSITELIB}/mypy/typeshed/stdlib/trace.pyi ${PYSITELIB}/mypy/typeshed/stdlib/traceback.pyi ${PYSITELIB}/mypy/typeshed/stdlib/tracemalloc.pyi Index: pkgsrc/lang/py-mypy/distinfo diff -u pkgsrc/lang/py-mypy/distinfo:1.27 pkgsrc/lang/py-mypy/distinfo:1.28 --- pkgsrc/lang/py-mypy/distinfo:1.27 Thu Mar 31 07:30:09 2022 +++ pkgsrc/lang/py-mypy/distinfo Mon May 2 08:19:25 2022 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.27 2022/03/31 07:30:09 adam Exp $ +$NetBSD: distinfo,v 1.28 2022/05/02 08:19:25 adam Exp $ -BLAKE2s (mypy-0.942.tar.gz) = f8d95a3de36f0f830109499c74bf7807743ead8be6906ac883802123d60511c7 -SHA512 (mypy-0.942.tar.gz) = 4c69575cbe02df3d6cb8ba160d4e809f7ad3d5852a725c2352684df63ba1823d8fd5ec745f2e198114c8a1b752972e6bff5d9e1dfe4484d3844066b7ac48de1a -Size (mypy-0.942.tar.gz) = 2651177 bytes +BLAKE2s (mypy-0.950.tar.gz) = ae674246f76a1334f29aca621f2491f03b59b28eafdddfae88845503b2eb78ac +SHA512 (mypy-0.950.tar.gz) = 4766c5a28e3e248263a8d35aecd231667dfea8c3423cbacd2bb07a356f0e00be4f8cff82e3f417c141f088ce946589f98c5a1e3a80fe129f7d362bb8f099dfab +Size (mypy-0.950.tar.gz) = 2695414 bytes --_----------=_16514795668400--