Received: by mail.netbsd.org (Postfix, from userid 605) id CACDA84E2E; Fri, 3 Jan 2020 11:53:10 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 54A0184D5A for ; Fri, 3 Jan 2020 11:53:10 +0000 (UTC) X-Virus-Scanned: amavisd-new at 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 MtDKJ_k0RT91 for ; Fri, 3 Jan 2020 11:53:09 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 9329284D3A for ; Fri, 3 Jan 2020 11:53:09 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 8D453FA97; Fri, 3 Jan 2020 11:53:09 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1578052389183850" MIME-Version: 1.0 Date: Fri, 3 Jan 2020 11:53:09 +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: <20200103115309.8D453FA97@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1578052389183850 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Fri Jan 3 11:53:09 UTC 2020 Modified Files: pkgsrc/lang/py-mypy: Makefile PLIST distinfo Log Message: py-mypy: updated to 0.761 Mypy 0.760 was released. This release includes various fixes and improvements, and a type signature suggestion feature for tools. To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 pkgsrc/lang/py-mypy/Makefile cvs rdiff -u -r1.9 -r1.10 pkgsrc/lang/py-mypy/PLIST cvs rdiff -u -r1.11 -r1.12 pkgsrc/lang/py-mypy/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1578052389183850 Content-Disposition: inline Content-Length: 4369 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.13 pkgsrc/lang/py-mypy/Makefile:1.14 --- pkgsrc/lang/py-mypy/Makefile:1.13 Wed Dec 11 19:06:55 2019 +++ pkgsrc/lang/py-mypy/Makefile Fri Jan 3 11:53:09 2020 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.13 2019/12/11 19:06:55 adam Exp $ +# $NetBSD: Makefile,v 1.14 2020/01/03 11:53:09 adam Exp $ -DISTNAME= mypy-0.750 +DISTNAME= mypy-0.761 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.9 pkgsrc/lang/py-mypy/PLIST:1.10 --- pkgsrc/lang/py-mypy/PLIST:1.9 Wed Dec 11 19:06:55 2019 +++ pkgsrc/lang/py-mypy/PLIST Fri Jan 3 11:53:09 2020 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.9 2019/12/11 19:06:55 adam Exp $ +@comment $NetBSD: PLIST,v 1.10 2020/01/03 11:53:09 adam Exp $ bin/dmypy-${PYVERSSUFFIX} bin/mypy-${PYVERSSUFFIX} bin/mypyc @@ -120,9 +120,6 @@ ${PYSITELIB}/mypy/indirection.pyo ${PYSITELIB}/mypy/infer.py ${PYSITELIB}/mypy/infer.pyc ${PYSITELIB}/mypy/infer.pyo -${PYSITELIB}/mypy/interpreted_plugin.py -${PYSITELIB}/mypy/interpreted_plugin.pyc -${PYSITELIB}/mypy/interpreted_plugin.pyo ${PYSITELIB}/mypy/ipc.py ${PYSITELIB}/mypy/ipc.pyc ${PYSITELIB}/mypy/ipc.pyo @@ -487,7 +484,6 @@ ${PYSITELIB}/mypy/typeshed/stdlib/2/_sre ${PYSITELIB}/mypy/typeshed/stdlib/2/_struct.pyi ${PYSITELIB}/mypy/typeshed/stdlib/2/_symtable.pyi ${PYSITELIB}/mypy/typeshed/stdlib/2/_threading_local.pyi -${PYSITELIB}/mypy/typeshed/stdlib/2/_warnings.pyi ${PYSITELIB}/mypy/typeshed/stdlib/2/abc.pyi ${PYSITELIB}/mypy/typeshed/stdlib/2/ast.pyi ${PYSITELIB}/mypy/typeshed/stdlib/2/atexit.pyi @@ -610,6 +606,7 @@ ${PYSITELIB}/mypy/typeshed/stdlib/2and3/ ${PYSITELIB}/mypy/typeshed/stdlib/2and3/_curses.pyi ${PYSITELIB}/mypy/typeshed/stdlib/2and3/_heapq.pyi ${PYSITELIB}/mypy/typeshed/stdlib/2and3/_random.pyi +${PYSITELIB}/mypy/typeshed/stdlib/2and3/_warnings.pyi ${PYSITELIB}/mypy/typeshed/stdlib/2and3/_weakref.pyi ${PYSITELIB}/mypy/typeshed/stdlib/2and3/_weakrefset.pyi ${PYSITELIB}/mypy/typeshed/stdlib/2and3/aifc.pyi @@ -728,10 +725,13 @@ ${PYSITELIB}/mypy/typeshed/stdlib/2and3/ ${PYSITELIB}/mypy/typeshed/stdlib/2and3/logging/config.pyi ${PYSITELIB}/mypy/typeshed/stdlib/2and3/logging/handlers.pyi ${PYSITELIB}/mypy/typeshed/stdlib/2and3/macpath.pyi +${PYSITELIB}/mypy/typeshed/stdlib/2and3/mailbox.pyi +${PYSITELIB}/mypy/typeshed/stdlib/2and3/mailcap.pyi ${PYSITELIB}/mypy/typeshed/stdlib/2and3/marshal.pyi ${PYSITELIB}/mypy/typeshed/stdlib/2and3/math.pyi ${PYSITELIB}/mypy/typeshed/stdlib/2and3/mimetypes.pyi ${PYSITELIB}/mypy/typeshed/stdlib/2and3/mmap.pyi +${PYSITELIB}/mypy/typeshed/stdlib/2and3/modulefinder.pyi ${PYSITELIB}/mypy/typeshed/stdlib/2and3/netrc.pyi ${PYSITELIB}/mypy/typeshed/stdlib/2and3/nis.pyi ${PYSITELIB}/mypy/typeshed/stdlib/2and3/ntpath.pyi @@ -838,7 +838,6 @@ ${PYSITELIB}/mypy/typeshed/stdlib/3/_sub ${PYSITELIB}/mypy/typeshed/stdlib/3/_thread.pyi ${PYSITELIB}/mypy/typeshed/stdlib/3/_threading_local.pyi ${PYSITELIB}/mypy/typeshed/stdlib/3/_tracemalloc.pyi -${PYSITELIB}/mypy/typeshed/stdlib/3/_warnings.pyi ${PYSITELIB}/mypy/typeshed/stdlib/3/_winapi.pyi ${PYSITELIB}/mypy/typeshed/stdlib/3/abc.pyi ${PYSITELIB}/mypy/typeshed/stdlib/3/ast.pyi Index: pkgsrc/lang/py-mypy/distinfo diff -u pkgsrc/lang/py-mypy/distinfo:1.11 pkgsrc/lang/py-mypy/distinfo:1.12 --- pkgsrc/lang/py-mypy/distinfo:1.11 Wed Dec 11 19:06:55 2019 +++ pkgsrc/lang/py-mypy/distinfo Fri Jan 3 11:53:09 2020 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.11 2019/12/11 19:06:55 adam Exp $ +$NetBSD: distinfo,v 1.12 2020/01/03 11:53:09 adam Exp $ -SHA1 (mypy-0.750.tar.gz) = fbdb056825d918b4d5a2efeb57c0571867e70fe8 -RMD160 (mypy-0.750.tar.gz) = ea00c98c76a66b63e1716999b198afc8f3b76f31 -SHA512 (mypy-0.750.tar.gz) = 468b4320bf3f4ba84b0c2b557f8fa7c4bb276451f0322386bfa64cff3a67a10faabfe443f867426a95d6ca3ffe45904590ed8ae1cd3395a30e03083fe60f3cf4 -Size (mypy-0.750.tar.gz) = 2088165 bytes +SHA1 (mypy-0.761.tar.gz) = ad92aacf38cd3174579e43889685dccd85b169cc +RMD160 (mypy-0.761.tar.gz) = cf02cf197bebf59880b88a7ee98736a802d631bc +SHA512 (mypy-0.761.tar.gz) = 0928274abb2e2d3935a0773992f15adb32da624f0412c39853cd144712c48ab77a525d1d9fc7b27c2e3e87940cf622db62d7ebe62fede1a05f5e00faaf476f51 +Size (mypy-0.761.tar.gz) = 2101124 bytes --_----------=_1578052389183850--