pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/lang/py-mypy py-mypy: updated to 0.761



details:   https://anonhg.NetBSD.org/pkgsrc/rev/255a76d6d8a0
branches:  trunk
changeset: 420484:255a76d6d8a0
user:      adam <adam%pkgsrc.org@localhost>
date:      Fri Jan 03 11:53:09 2020 +0000

description:
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.

diffstat:

 lang/py-mypy/Makefile |   4 ++--
 lang/py-mypy/PLIST    |  11 +++++------
 lang/py-mypy/distinfo |  10 +++++-----
 3 files changed, 12 insertions(+), 13 deletions(-)

diffs (84 lines):

diff -r a6a1454a3ea3 -r 255a76d6d8a0 lang/py-mypy/Makefile
--- a/lang/py-mypy/Makefile     Fri Jan 03 11:49:58 2020 +0000
+++ b/lang/py-mypy/Makefile     Fri Jan 03 11:53:09 2020 +0000
@@ -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/}
diff -r a6a1454a3ea3 -r 255a76d6d8a0 lang/py-mypy/PLIST
--- a/lang/py-mypy/PLIST        Fri Jan 03 11:49:58 2020 +0000
+++ b/lang/py-mypy/PLIST        Fri Jan 03 11:53:09 2020 +0000
@@ -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/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/_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/_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/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/_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
diff -r a6a1454a3ea3 -r 255a76d6d8a0 lang/py-mypy/distinfo
--- a/lang/py-mypy/distinfo     Fri Jan 03 11:49:58 2020 +0000
+++ b/lang/py-mypy/distinfo     Fri Jan 03 11:53:09 2020 +0000
@@ -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



Home | Main Index | Thread Index | Old Index