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.650



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c9cb6b5d2a04
branches:  trunk
changeset: 316282:c9cb6b5d2a04
user:      adam <adam%pkgsrc.org@localhost>
date:      Sun Dec 09 20:37:29 2018 +0000

description:
py-mypy: updated to 0.650

Mypy 0.650
This release includes new features, bug fixes and library stub (typeshed) updates.

diffstat:

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

diffs (137 lines):

diff -r 0d081826ce9e -r c9cb6b5d2a04 lang/py-mypy/Makefile
--- a/lang/py-mypy/Makefile     Sun Dec 09 20:33:31 2018 +0000
+++ b/lang/py-mypy/Makefile     Sun Dec 09 20:37:29 2018 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.2 2018/11/29 08:16:35 adam Exp $
+# $NetBSD: Makefile,v 1.3 2018/12/09 20:37:29 adam Exp $
 
-DISTNAME=      mypy-0.641
+DISTNAME=      mypy-0.650
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    lang python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=m/mypy/}
diff -r 0d081826ce9e -r c9cb6b5d2a04 lang/py-mypy/PLIST
--- a/lang/py-mypy/PLIST        Sun Dec 09 20:33:31 2018 +0000
+++ b/lang/py-mypy/PLIST        Sun Dec 09 20:37:29 2018 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2018/11/28 08:15:31 adam Exp $
+@comment $NetBSD: PLIST,v 1.2 2018/12/09 20:37:29 adam Exp $
 bin/dmypy-${PYVERSSUFFIX}
 bin/mypy-${PYVERSSUFFIX}
 bin/stubgen-${PYVERSSUFFIX}
@@ -20,6 +20,9 @@
 ${PYSITELIB}/mypy/applytype.py
 ${PYSITELIB}/mypy/applytype.pyc
 ${PYSITELIB}/mypy/applytype.pyo
+${PYSITELIB}/mypy/argmap.py
+${PYSITELIB}/mypy/argmap.pyc
+${PYSITELIB}/mypy/argmap.pyo
 ${PYSITELIB}/mypy/binder.py
 ${PYSITELIB}/mypy/binder.pyc
 ${PYSITELIB}/mypy/binder.pyo
@@ -50,6 +53,9 @@
 ${PYSITELIB}/mypy/dmypy.py
 ${PYSITELIB}/mypy/dmypy.pyc
 ${PYSITELIB}/mypy/dmypy.pyo
+${PYSITELIB}/mypy/dmypy_os.py
+${PYSITELIB}/mypy/dmypy_os.pyc
+${PYSITELIB}/mypy/dmypy_os.pyo
 ${PYSITELIB}/mypy/dmypy_server.py
 ${PYSITELIB}/mypy/dmypy_server.pyc
 ${PYSITELIB}/mypy/dmypy_server.pyo
@@ -104,6 +110,9 @@
 ${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
 ${PYSITELIB}/mypy/join.py
 ${PYSITELIB}/mypy/join.pyc
 ${PYSITELIB}/mypy/join.pyo
@@ -155,6 +164,9 @@
 ${PYSITELIB}/mypy/plugins/common.py
 ${PYSITELIB}/mypy/plugins/common.pyc
 ${PYSITELIB}/mypy/plugins/common.pyo
+${PYSITELIB}/mypy/plugins/ctypes.py
+${PYSITELIB}/mypy/plugins/ctypes.pyc
+${PYSITELIB}/mypy/plugins/ctypes.pyo
 ${PYSITELIB}/mypy/plugins/dataclasses.py
 ${PYSITELIB}/mypy/plugins/dataclasses.pyc
 ${PYSITELIB}/mypy/plugins/dataclasses.pyo
@@ -275,6 +287,9 @@
 ${PYSITELIB}/mypy/test/testcmdline.py
 ${PYSITELIB}/mypy/test/testcmdline.pyc
 ${PYSITELIB}/mypy/test/testcmdline.pyo
+${PYSITELIB}/mypy/test/testdaemon.py
+${PYSITELIB}/mypy/test/testdaemon.pyc
+${PYSITELIB}/mypy/test/testdaemon.pyo
 ${PYSITELIB}/mypy/test/testdeps.py
 ${PYSITELIB}/mypy/test/testdeps.pyc
 ${PYSITELIB}/mypy/test/testdeps.pyo
@@ -299,6 +314,9 @@
 ${PYSITELIB}/mypy/test/testinfer.py
 ${PYSITELIB}/mypy/test/testinfer.pyc
 ${PYSITELIB}/mypy/test/testinfer.pyo
+${PYSITELIB}/mypy/test/testipc.py
+${PYSITELIB}/mypy/test/testipc.pyc
+${PYSITELIB}/mypy/test/testipc.pyo
 ${PYSITELIB}/mypy/test/testmerge.py
 ${PYSITELIB}/mypy/test/testmerge.pyc
 ${PYSITELIB}/mypy/test/testmerge.pyo
@@ -793,6 +811,7 @@
 ${PYSITELIB}/mypy/typeshed/stdlib/3/encodings/__init__.pyi
 ${PYSITELIB}/mypy/typeshed/stdlib/3/encodings/utf_8.pyi
 ${PYSITELIB}/mypy/typeshed/stdlib/3/enum.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/3/faulthandler.pyi
 ${PYSITELIB}/mypy/typeshed/stdlib/3/fcntl.pyi
 ${PYSITELIB}/mypy/typeshed/stdlib/3/fnmatch.pyi
 ${PYSITELIB}/mypy/typeshed/stdlib/3/functools.pyi
@@ -920,7 +939,6 @@
 ${PYSITELIB}/mypy/typeshed/third_party/2/fb303/FacebookService.pyi
 ${PYSITELIB}/mypy/typeshed/third_party/2/fb303/__init__.pyi
 ${PYSITELIB}/mypy/typeshed/third_party/2/gflags.pyi
-${PYSITELIB}/mypy/typeshed/third_party/2/itsdangerous.pyi
 ${PYSITELIB}/mypy/typeshed/third_party/2/kazoo/__init__.pyi
 ${PYSITELIB}/mypy/typeshed/third_party/2/kazoo/client.pyi
 ${PYSITELIB}/mypy/typeshed/third_party/2/kazoo/exceptions.pyi
@@ -1152,6 +1170,7 @@
 ${PYSITELIB}/mypy/typeshed/third_party/2and3/google/protobuf/util/__init__.pyi
 ${PYSITELIB}/mypy/typeshed/third_party/2and3/google/protobuf/util/json_format_proto3_pb2.pyi
 ${PYSITELIB}/mypy/typeshed/third_party/2and3/google/protobuf/wrappers_pb2.pyi
+${PYSITELIB}/mypy/typeshed/third_party/2and3/itsdangerous.pyi
 ${PYSITELIB}/mypy/typeshed/third_party/2and3/jinja2/__init__.pyi
 ${PYSITELIB}/mypy/typeshed/third_party/2and3/jinja2/_compat.pyi
 ${PYSITELIB}/mypy/typeshed/third_party/2and3/jinja2/_stringdefs.pyi
@@ -1298,6 +1317,7 @@
 ${PYSITELIB}/mypy/typeshed/third_party/2and3/yaml/__init__.pyi
 ${PYSITELIB}/mypy/typeshed/third_party/2and3/yaml/composer.pyi
 ${PYSITELIB}/mypy/typeshed/third_party/2and3/yaml/constructor.pyi
+${PYSITELIB}/mypy/typeshed/third_party/2and3/yaml/cyaml.pyi
 ${PYSITELIB}/mypy/typeshed/third_party/2and3/yaml/dumper.pyi
 ${PYSITELIB}/mypy/typeshed/third_party/2and3/yaml/emitter.pyi
 ${PYSITELIB}/mypy/typeshed/third_party/2and3/yaml/error.pyi
@@ -1321,8 +1341,6 @@
 ${PYSITELIB}/mypy/typeshed/third_party/3/docutils/parsers/rst/nodes.pyi
 ${PYSITELIB}/mypy/typeshed/third_party/3/docutils/parsers/rst/roles.pyi
 ${PYSITELIB}/mypy/typeshed/third_party/3/docutils/parsers/rst/states.pyi
-${PYSITELIB}/mypy/typeshed/third_party/3/enum.pyi
-${PYSITELIB}/mypy/typeshed/third_party/3/itsdangerous.pyi
 ${PYSITELIB}/mypy/typeshed/third_party/3/jwt/__init__.pyi
 ${PYSITELIB}/mypy/typeshed/third_party/3/jwt/algorithms.pyi
 ${PYSITELIB}/mypy/typeshed/third_party/3/jwt/contrib/__init__.pyi
diff -r 0d081826ce9e -r c9cb6b5d2a04 lang/py-mypy/distinfo
--- a/lang/py-mypy/distinfo     Sun Dec 09 20:33:31 2018 +0000
+++ b/lang/py-mypy/distinfo     Sun Dec 09 20:37:29 2018 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.1 2018/11/28 08:15:31 adam Exp $
+$NetBSD: distinfo,v 1.2 2018/12/09 20:37:29 adam Exp $
 
-SHA1 (mypy-0.641.tar.gz) = c3ba9a7168bd05622a4144cc25c1ebca45dbb98a
-RMD160 (mypy-0.641.tar.gz) = 0d345e6446cbfe409180775c5bceeafff96a9b3e
-SHA512 (mypy-0.641.tar.gz) = 0015dcc6c3dca795460c7fa75eb246540def523783d1ef78dddb633e5856925b344a8cac5ca31e70ccf98af22dd23e7256d02c5d822ad898d4c2b8701f7c3f70
-Size (mypy-0.641.tar.gz) = 1607937 bytes
+SHA1 (mypy-0.650.tar.gz) = 64f302411ec1cf6761d0243bf440e21fbca895de
+RMD160 (mypy-0.650.tar.gz) = 49cbf1f3a7d45036060bf689c265baca76451cb4
+SHA512 (mypy-0.650.tar.gz) = 9b11690fccbb581fa5b0108e8b6b99656e6aaf68a41f64da698636b84b4b17332d30230ed0e703798b4d4a2129c959325a5e4ddd98adf856ab89fea0fca5e2d8
+Size (mypy-0.650.tar.gz) = 1659265 bytes



Home | Main Index | Thread Index | Old Index