Tue Mar 17 20:18:43 2020 UTC ()
py-mypy: updated to 0.770

Mypy 0.770 was released. This release includes various fixes and improvements and improved type inference in some cases.


(adam)
diff -r1.1 -r1.2 pkgsrc/lang/py-mypy/ALTERNATIVES
diff -r1.14 -r1.15 pkgsrc/lang/py-mypy/Makefile
diff -r1.10 -r1.11 pkgsrc/lang/py-mypy/PLIST
diff -r1.12 -r1.13 pkgsrc/lang/py-mypy/distinfo

cvs diff -r1.1 -r1.2 pkgsrc/lang/py-mypy/ALTERNATIVES (expand / switch to unified diff)

--- pkgsrc/lang/py-mypy/ALTERNATIVES 2018/11/28 08:15:31 1.1
+++ pkgsrc/lang/py-mypy/ALTERNATIVES 2020/03/17 20:18:43 1.2
@@ -1,3 +1,5 @@ @@ -1,3 +1,5 @@
1bin/dmypy @PREFIX@/bin/dmypy-@PYVERSSUFFIX@ 1bin/dmypy @PREFIX@/bin/dmypy-@PYVERSSUFFIX@
2bin/mypy @PREFIX@/bin/mypy-@PYVERSSUFFIX@ 2bin/mypy @PREFIX@/bin/mypy-@PYVERSSUFFIX@
 3bin/mypyc @PREFIX@/bin/mypyc-@PYVERSSUFFIX@
3bin/stubgen @PREFIX@/bin/stubgen-@PYVERSSUFFIX@ 4bin/stubgen @PREFIX@/bin/stubgen-@PYVERSSUFFIX@
 5bin/stubtest @PREFIX@/bin/stubtest-@PYVERSSUFFIX@

cvs diff -r1.14 -r1.15 pkgsrc/lang/py-mypy/Makefile (expand / switch to unified diff)

--- pkgsrc/lang/py-mypy/Makefile 2020/01/03 11:53:09 1.14
+++ pkgsrc/lang/py-mypy/Makefile 2020/03/17 20:18:43 1.15
@@ -1,31 +1,31 @@ @@ -1,31 +1,31 @@
1# $NetBSD: Makefile,v 1.14 2020/01/03 11:53:09 adam Exp $ 1# $NetBSD: Makefile,v 1.15 2020/03/17 20:18:43 adam Exp $
2 2
3DISTNAME= mypy-0.761 3DISTNAME= mypy-0.770
4PKGNAME= ${PYPKGPREFIX}-${DISTNAME} 4PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
5CATEGORIES= lang python 5CATEGORIES= lang python
6MASTER_SITES= ${MASTER_SITE_PYPI:=m/mypy/} 6MASTER_SITES= ${MASTER_SITE_PYPI:=m/mypy/}
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= http://www.mypy-lang.org/ 9HOMEPAGE= http://www.mypy-lang.org/
10COMMENT= Optional static typing for Python 10COMMENT= Optional static typing for Python
11LICENSE= mit 11LICENSE= mit
12 12
13DEPENDS+= ${PYPKGPREFIX}-mypy_extensions>=0.4.0:../../lang/py-mypy_extensions 13DEPENDS+= ${PYPKGPREFIX}-mypy_extensions>=0.4.0:../../lang/py-mypy_extensions
14DEPENDS+= ${PYPKGPREFIX}-typed-ast>=1.4.0:../../devel/py-typed-ast 14DEPENDS+= ${PYPKGPREFIX}-typed-ast>=1.4.0:../../devel/py-typed-ast
15DEPENDS+= ${PYPKGPREFIX}-typing-extensions>=3.7.4:../../devel/py-typing-extensions 15DEPENDS+= ${PYPKGPREFIX}-typing-extensions>=3.7.4:../../devel/py-typing-extensions
16 16
17USE_LANGUAGES= # none 17USE_LANGUAGES= # none
18 18
19PYTHON_VERSIONS_INCOMPATIBLE= 27 19PYTHON_VERSIONS_INCOMPATIBLE= 27
20 20
21REPLACE_PYTHON= mypy/typeshed/tests/*.py 21REPLACE_PYTHON= mypy/typeshed/tests/*.py
22 22
23post-install: 23post-install:
 24.for bin in dmypy mypy mypyc stubgen stubtest
24 cd ${DESTDIR}${PREFIX}/bin && \ 25 cd ${DESTDIR}${PREFIX}/bin && \
25 ${MV} dmypy dmypy-${PYVERSSUFFIX} && \ 26 ${MV} ${bin} ${bin}-${PYVERSSUFFIX} || ${TRUE}
26 ${MV} mypy mypy-${PYVERSSUFFIX} && \ 27.endfor
27 ${MV} stubgen stubgen-${PYVERSSUFFIX} || ${TRUE} 
28 28
29.include "../../lang/python/application.mk" 29.include "../../lang/python/application.mk"
30.include "../../lang/python/egg.mk" 30.include "../../lang/python/egg.mk"
31.include "../../mk/bsd.pkg.mk" 31.include "../../mk/bsd.pkg.mk"

cvs diff -r1.10 -r1.11 pkgsrc/lang/py-mypy/PLIST (expand / switch to unified diff)

--- pkgsrc/lang/py-mypy/PLIST 2020/01/03 11:53:09 1.10
+++ pkgsrc/lang/py-mypy/PLIST 2020/03/17 20:18:43 1.11
@@ -1,18 +1,19 @@ @@ -1,18 +1,19 @@
1@comment $NetBSD: PLIST,v 1.10 2020/01/03 11:53:09 adam Exp $ 1@comment $NetBSD: PLIST,v 1.11 2020/03/17 20:18:43 adam Exp $
2bin/dmypy-${PYVERSSUFFIX} 2bin/dmypy-${PYVERSSUFFIX}
3bin/mypy-${PYVERSSUFFIX} 3bin/mypy-${PYVERSSUFFIX}
4bin/mypyc 4bin/mypyc-${PYVERSSUFFIX}
5bin/stubgen-${PYVERSSUFFIX} 5bin/stubgen-${PYVERSSUFFIX}
 6bin/stubtest-${PYVERSSUFFIX}
6${PYSITELIB}/${EGG_INFODIR}/PKG-INFO 7${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
7${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt 8${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
8${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt 9${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
9${PYSITELIB}/${EGG_INFODIR}/entry_points.txt 10${PYSITELIB}/${EGG_INFODIR}/entry_points.txt
10${PYSITELIB}/${EGG_INFODIR}/requires.txt 11${PYSITELIB}/${EGG_INFODIR}/requires.txt
11${PYSITELIB}/${EGG_INFODIR}/top_level.txt 12${PYSITELIB}/${EGG_INFODIR}/top_level.txt
12${PYSITELIB}/mypy/__init__.py 13${PYSITELIB}/mypy/__init__.py
13${PYSITELIB}/mypy/__init__.pyc 14${PYSITELIB}/mypy/__init__.pyc
14${PYSITELIB}/mypy/__init__.pyo 15${PYSITELIB}/mypy/__init__.pyo
15${PYSITELIB}/mypy/__main__.py 16${PYSITELIB}/mypy/__main__.py
16${PYSITELIB}/mypy/__main__.pyc 17${PYSITELIB}/mypy/__main__.pyc
17${PYSITELIB}/mypy/__main__.pyo 18${PYSITELIB}/mypy/__main__.pyo
18${PYSITELIB}/mypy/api.py 19${PYSITELIB}/mypy/api.py
@@ -302,26 +303,29 @@ ${PYSITELIB}/mypy/stats.pyc @@ -302,26 +303,29 @@ ${PYSITELIB}/mypy/stats.pyc
302${PYSITELIB}/mypy/stats.pyo 303${PYSITELIB}/mypy/stats.pyo
303${PYSITELIB}/mypy/strconv.py 304${PYSITELIB}/mypy/strconv.py
304${PYSITELIB}/mypy/strconv.pyc 305${PYSITELIB}/mypy/strconv.pyc
305${PYSITELIB}/mypy/strconv.pyo 306${PYSITELIB}/mypy/strconv.pyo
306${PYSITELIB}/mypy/stubdoc.py 307${PYSITELIB}/mypy/stubdoc.py
307${PYSITELIB}/mypy/stubdoc.pyc 308${PYSITELIB}/mypy/stubdoc.pyc
308${PYSITELIB}/mypy/stubdoc.pyo 309${PYSITELIB}/mypy/stubdoc.pyo
309${PYSITELIB}/mypy/stubgen.py 310${PYSITELIB}/mypy/stubgen.py
310${PYSITELIB}/mypy/stubgen.pyc 311${PYSITELIB}/mypy/stubgen.pyc
311${PYSITELIB}/mypy/stubgen.pyo 312${PYSITELIB}/mypy/stubgen.pyo
312${PYSITELIB}/mypy/stubgenc.py 313${PYSITELIB}/mypy/stubgenc.py
313${PYSITELIB}/mypy/stubgenc.pyc 314${PYSITELIB}/mypy/stubgenc.pyc
314${PYSITELIB}/mypy/stubgenc.pyo 315${PYSITELIB}/mypy/stubgenc.pyo
 316${PYSITELIB}/mypy/stubtest.py
 317${PYSITELIB}/mypy/stubtest.pyc
 318${PYSITELIB}/mypy/stubtest.pyo
315${PYSITELIB}/mypy/stubutil.py 319${PYSITELIB}/mypy/stubutil.py
316${PYSITELIB}/mypy/stubutil.pyc 320${PYSITELIB}/mypy/stubutil.pyc
317${PYSITELIB}/mypy/stubutil.pyo 321${PYSITELIB}/mypy/stubutil.pyo
318${PYSITELIB}/mypy/subtypes.py 322${PYSITELIB}/mypy/subtypes.py
319${PYSITELIB}/mypy/subtypes.pyc 323${PYSITELIB}/mypy/subtypes.pyc
320${PYSITELIB}/mypy/subtypes.pyo 324${PYSITELIB}/mypy/subtypes.pyo
321${PYSITELIB}/mypy/suggestions.py 325${PYSITELIB}/mypy/suggestions.py
322${PYSITELIB}/mypy/suggestions.pyc 326${PYSITELIB}/mypy/suggestions.pyc
323${PYSITELIB}/mypy/suggestions.pyo 327${PYSITELIB}/mypy/suggestions.pyo
324${PYSITELIB}/mypy/test/__init__.py 328${PYSITELIB}/mypy/test/__init__.py
325${PYSITELIB}/mypy/test/__init__.pyc 329${PYSITELIB}/mypy/test/__init__.pyc
326${PYSITELIB}/mypy/test/__init__.pyo 330${PYSITELIB}/mypy/test/__init__.pyo
327${PYSITELIB}/mypy/test/collect.py 331${PYSITELIB}/mypy/test/collect.py
@@ -404,26 +408,29 @@ ${PYSITELIB}/mypy/test/testreports.pyc @@ -404,26 +408,29 @@ ${PYSITELIB}/mypy/test/testreports.pyc
404${PYSITELIB}/mypy/test/testreports.pyo 408${PYSITELIB}/mypy/test/testreports.pyo
405${PYSITELIB}/mypy/test/testsamples.py 409${PYSITELIB}/mypy/test/testsamples.py
406${PYSITELIB}/mypy/test/testsamples.pyc 410${PYSITELIB}/mypy/test/testsamples.pyc
407${PYSITELIB}/mypy/test/testsamples.pyo 411${PYSITELIB}/mypy/test/testsamples.pyo
408${PYSITELIB}/mypy/test/testsemanal.py 412${PYSITELIB}/mypy/test/testsemanal.py
409${PYSITELIB}/mypy/test/testsemanal.pyc 413${PYSITELIB}/mypy/test/testsemanal.pyc
410${PYSITELIB}/mypy/test/testsemanal.pyo 414${PYSITELIB}/mypy/test/testsemanal.pyo
411${PYSITELIB}/mypy/test/testsolve.py 415${PYSITELIB}/mypy/test/testsolve.py
412${PYSITELIB}/mypy/test/testsolve.pyc 416${PYSITELIB}/mypy/test/testsolve.pyc
413${PYSITELIB}/mypy/test/testsolve.pyo 417${PYSITELIB}/mypy/test/testsolve.pyo
414${PYSITELIB}/mypy/test/teststubgen.py 418${PYSITELIB}/mypy/test/teststubgen.py
415${PYSITELIB}/mypy/test/teststubgen.pyc 419${PYSITELIB}/mypy/test/teststubgen.pyc
416${PYSITELIB}/mypy/test/teststubgen.pyo 420${PYSITELIB}/mypy/test/teststubgen.pyo
 421${PYSITELIB}/mypy/test/teststubtest.py
 422${PYSITELIB}/mypy/test/teststubtest.pyc
 423${PYSITELIB}/mypy/test/teststubtest.pyo
417${PYSITELIB}/mypy/test/testsubtypes.py 424${PYSITELIB}/mypy/test/testsubtypes.py
418${PYSITELIB}/mypy/test/testsubtypes.pyc 425${PYSITELIB}/mypy/test/testsubtypes.pyc
419${PYSITELIB}/mypy/test/testsubtypes.pyo 426${PYSITELIB}/mypy/test/testsubtypes.pyo
420${PYSITELIB}/mypy/test/testtransform.py 427${PYSITELIB}/mypy/test/testtransform.py
421${PYSITELIB}/mypy/test/testtransform.pyc 428${PYSITELIB}/mypy/test/testtransform.pyc
422${PYSITELIB}/mypy/test/testtransform.pyo 429${PYSITELIB}/mypy/test/testtransform.pyo
423${PYSITELIB}/mypy/test/testtypegen.py 430${PYSITELIB}/mypy/test/testtypegen.py
424${PYSITELIB}/mypy/test/testtypegen.pyc 431${PYSITELIB}/mypy/test/testtypegen.pyc
425${PYSITELIB}/mypy/test/testtypegen.pyo 432${PYSITELIB}/mypy/test/testtypegen.pyo
426${PYSITELIB}/mypy/test/testtypes.py 433${PYSITELIB}/mypy/test/testtypes.py
427${PYSITELIB}/mypy/test/testtypes.pyc 434${PYSITELIB}/mypy/test/testtypes.pyc
428${PYSITELIB}/mypy/test/testtypes.pyo 435${PYSITELIB}/mypy/test/testtypes.pyo
429${PYSITELIB}/mypy/test/typefixture.py 436${PYSITELIB}/mypy/test/typefixture.py
@@ -594,32 +601,35 @@ ${PYSITELIB}/mypy/typeshed/stdlib/2/type @@ -594,32 +601,35 @@ ${PYSITELIB}/mypy/typeshed/stdlib/2/type
594${PYSITELIB}/mypy/typeshed/stdlib/2/typing.pyi 601${PYSITELIB}/mypy/typeshed/stdlib/2/typing.pyi
595${PYSITELIB}/mypy/typeshed/stdlib/2/unittest.pyi 602${PYSITELIB}/mypy/typeshed/stdlib/2/unittest.pyi
596${PYSITELIB}/mypy/typeshed/stdlib/2/urllib.pyi 603${PYSITELIB}/mypy/typeshed/stdlib/2/urllib.pyi
597${PYSITELIB}/mypy/typeshed/stdlib/2/urllib2.pyi 604${PYSITELIB}/mypy/typeshed/stdlib/2/urllib2.pyi
598${PYSITELIB}/mypy/typeshed/stdlib/2/urlparse.pyi 605${PYSITELIB}/mypy/typeshed/stdlib/2/urlparse.pyi
599${PYSITELIB}/mypy/typeshed/stdlib/2/user.pyi 606${PYSITELIB}/mypy/typeshed/stdlib/2/user.pyi
600${PYSITELIB}/mypy/typeshed/stdlib/2/whichdb.pyi 607${PYSITELIB}/mypy/typeshed/stdlib/2/whichdb.pyi
601${PYSITELIB}/mypy/typeshed/stdlib/2/xmlrpclib.pyi 608${PYSITELIB}/mypy/typeshed/stdlib/2/xmlrpclib.pyi
602${PYSITELIB}/mypy/typeshed/stdlib/2and3/__future__.pyi 609${PYSITELIB}/mypy/typeshed/stdlib/2and3/__future__.pyi
603${PYSITELIB}/mypy/typeshed/stdlib/2and3/_bisect.pyi 610${PYSITELIB}/mypy/typeshed/stdlib/2and3/_bisect.pyi
604${PYSITELIB}/mypy/typeshed/stdlib/2and3/_codecs.pyi 611${PYSITELIB}/mypy/typeshed/stdlib/2and3/_codecs.pyi
605${PYSITELIB}/mypy/typeshed/stdlib/2and3/_csv.pyi 612${PYSITELIB}/mypy/typeshed/stdlib/2and3/_csv.pyi
606${PYSITELIB}/mypy/typeshed/stdlib/2and3/_curses.pyi 613${PYSITELIB}/mypy/typeshed/stdlib/2and3/_curses.pyi
 614${PYSITELIB}/mypy/typeshed/stdlib/2and3/_dummy_threading.pyi
607${PYSITELIB}/mypy/typeshed/stdlib/2and3/_heapq.pyi 615${PYSITELIB}/mypy/typeshed/stdlib/2and3/_heapq.pyi
608${PYSITELIB}/mypy/typeshed/stdlib/2and3/_random.pyi 616${PYSITELIB}/mypy/typeshed/stdlib/2and3/_random.pyi
 617${PYSITELIB}/mypy/typeshed/stdlib/2and3/_types.pyi
609${PYSITELIB}/mypy/typeshed/stdlib/2and3/_warnings.pyi 618${PYSITELIB}/mypy/typeshed/stdlib/2and3/_warnings.pyi
610${PYSITELIB}/mypy/typeshed/stdlib/2and3/_weakref.pyi 619${PYSITELIB}/mypy/typeshed/stdlib/2and3/_weakref.pyi
611${PYSITELIB}/mypy/typeshed/stdlib/2and3/_weakrefset.pyi 620${PYSITELIB}/mypy/typeshed/stdlib/2and3/_weakrefset.pyi
612${PYSITELIB}/mypy/typeshed/stdlib/2and3/aifc.pyi 621${PYSITELIB}/mypy/typeshed/stdlib/2and3/aifc.pyi
 622${PYSITELIB}/mypy/typeshed/stdlib/2and3/antigravity.pyi
613${PYSITELIB}/mypy/typeshed/stdlib/2and3/argparse.pyi 623${PYSITELIB}/mypy/typeshed/stdlib/2and3/argparse.pyi
614${PYSITELIB}/mypy/typeshed/stdlib/2and3/array.pyi 624${PYSITELIB}/mypy/typeshed/stdlib/2and3/array.pyi
615${PYSITELIB}/mypy/typeshed/stdlib/2and3/asynchat.pyi 625${PYSITELIB}/mypy/typeshed/stdlib/2and3/asynchat.pyi
616${PYSITELIB}/mypy/typeshed/stdlib/2and3/asyncore.pyi 626${PYSITELIB}/mypy/typeshed/stdlib/2and3/asyncore.pyi
617${PYSITELIB}/mypy/typeshed/stdlib/2and3/audioop.pyi 627${PYSITELIB}/mypy/typeshed/stdlib/2and3/audioop.pyi
618${PYSITELIB}/mypy/typeshed/stdlib/2and3/base64.pyi 628${PYSITELIB}/mypy/typeshed/stdlib/2and3/base64.pyi
619${PYSITELIB}/mypy/typeshed/stdlib/2and3/bdb.pyi 629${PYSITELIB}/mypy/typeshed/stdlib/2and3/bdb.pyi
620${PYSITELIB}/mypy/typeshed/stdlib/2and3/binascii.pyi 630${PYSITELIB}/mypy/typeshed/stdlib/2and3/binascii.pyi
621${PYSITELIB}/mypy/typeshed/stdlib/2and3/binhex.pyi 631${PYSITELIB}/mypy/typeshed/stdlib/2and3/binhex.pyi
622${PYSITELIB}/mypy/typeshed/stdlib/2and3/bisect.pyi 632${PYSITELIB}/mypy/typeshed/stdlib/2and3/bisect.pyi
623${PYSITELIB}/mypy/typeshed/stdlib/2and3/builtins.pyi 633${PYSITELIB}/mypy/typeshed/stdlib/2and3/builtins.pyi
624${PYSITELIB}/mypy/typeshed/stdlib/2and3/bz2.pyi 634${PYSITELIB}/mypy/typeshed/stdlib/2and3/bz2.pyi
625${PYSITELIB}/mypy/typeshed/stdlib/2and3/cProfile.pyi 635${PYSITELIB}/mypy/typeshed/stdlib/2and3/cProfile.pyi
@@ -685,26 +695,27 @@ ${PYSITELIB}/mypy/typeshed/stdlib/2and3/ @@ -685,26 +695,27 @@ ${PYSITELIB}/mypy/typeshed/stdlib/2and3/
685${PYSITELIB}/mypy/typeshed/stdlib/2and3/distutils/extension.pyi 695${PYSITELIB}/mypy/typeshed/stdlib/2and3/distutils/extension.pyi
686${PYSITELIB}/mypy/typeshed/stdlib/2and3/distutils/fancy_getopt.pyi 696${PYSITELIB}/mypy/typeshed/stdlib/2and3/distutils/fancy_getopt.pyi
687${PYSITELIB}/mypy/typeshed/stdlib/2and3/distutils/file_util.pyi 697${PYSITELIB}/mypy/typeshed/stdlib/2and3/distutils/file_util.pyi
688${PYSITELIB}/mypy/typeshed/stdlib/2and3/distutils/filelist.pyi 698${PYSITELIB}/mypy/typeshed/stdlib/2and3/distutils/filelist.pyi
689${PYSITELIB}/mypy/typeshed/stdlib/2and3/distutils/log.pyi 699${PYSITELIB}/mypy/typeshed/stdlib/2and3/distutils/log.pyi
690${PYSITELIB}/mypy/typeshed/stdlib/2and3/distutils/msvccompiler.pyi 700${PYSITELIB}/mypy/typeshed/stdlib/2and3/distutils/msvccompiler.pyi
691${PYSITELIB}/mypy/typeshed/stdlib/2and3/distutils/spawn.pyi 701${PYSITELIB}/mypy/typeshed/stdlib/2and3/distutils/spawn.pyi
692${PYSITELIB}/mypy/typeshed/stdlib/2and3/distutils/sysconfig.pyi 702${PYSITELIB}/mypy/typeshed/stdlib/2and3/distutils/sysconfig.pyi
693${PYSITELIB}/mypy/typeshed/stdlib/2and3/distutils/text_file.pyi 703${PYSITELIB}/mypy/typeshed/stdlib/2and3/distutils/text_file.pyi
694${PYSITELIB}/mypy/typeshed/stdlib/2and3/distutils/unixccompiler.pyi 704${PYSITELIB}/mypy/typeshed/stdlib/2and3/distutils/unixccompiler.pyi
695${PYSITELIB}/mypy/typeshed/stdlib/2and3/distutils/util.pyi 705${PYSITELIB}/mypy/typeshed/stdlib/2and3/distutils/util.pyi
696${PYSITELIB}/mypy/typeshed/stdlib/2and3/distutils/version.pyi 706${PYSITELIB}/mypy/typeshed/stdlib/2and3/distutils/version.pyi
697${PYSITELIB}/mypy/typeshed/stdlib/2and3/doctest.pyi 707${PYSITELIB}/mypy/typeshed/stdlib/2and3/doctest.pyi
 708${PYSITELIB}/mypy/typeshed/stdlib/2and3/dummy_threading.pyi
698${PYSITELIB}/mypy/typeshed/stdlib/2and3/ensurepip/__init__.pyi 709${PYSITELIB}/mypy/typeshed/stdlib/2and3/ensurepip/__init__.pyi
699${PYSITELIB}/mypy/typeshed/stdlib/2and3/errno.pyi 710${PYSITELIB}/mypy/typeshed/stdlib/2and3/errno.pyi
700${PYSITELIB}/mypy/typeshed/stdlib/2and3/filecmp.pyi 711${PYSITELIB}/mypy/typeshed/stdlib/2and3/filecmp.pyi
701${PYSITELIB}/mypy/typeshed/stdlib/2and3/fileinput.pyi 712${PYSITELIB}/mypy/typeshed/stdlib/2and3/fileinput.pyi
702${PYSITELIB}/mypy/typeshed/stdlib/2and3/formatter.pyi 713${PYSITELIB}/mypy/typeshed/stdlib/2and3/formatter.pyi
703${PYSITELIB}/mypy/typeshed/stdlib/2and3/fractions.pyi 714${PYSITELIB}/mypy/typeshed/stdlib/2and3/fractions.pyi
704${PYSITELIB}/mypy/typeshed/stdlib/2and3/ftplib.pyi 715${PYSITELIB}/mypy/typeshed/stdlib/2and3/ftplib.pyi
705${PYSITELIB}/mypy/typeshed/stdlib/2and3/genericpath.pyi 716${PYSITELIB}/mypy/typeshed/stdlib/2and3/genericpath.pyi
706${PYSITELIB}/mypy/typeshed/stdlib/2and3/grp.pyi 717${PYSITELIB}/mypy/typeshed/stdlib/2and3/grp.pyi
707${PYSITELIB}/mypy/typeshed/stdlib/2and3/hmac.pyi 718${PYSITELIB}/mypy/typeshed/stdlib/2and3/hmac.pyi
708${PYSITELIB}/mypy/typeshed/stdlib/2and3/imaplib.pyi 719${PYSITELIB}/mypy/typeshed/stdlib/2and3/imaplib.pyi
709${PYSITELIB}/mypy/typeshed/stdlib/2and3/imghdr.pyi 720${PYSITELIB}/mypy/typeshed/stdlib/2and3/imghdr.pyi
710${PYSITELIB}/mypy/typeshed/stdlib/2and3/keyword.pyi 721${PYSITELIB}/mypy/typeshed/stdlib/2and3/keyword.pyi
@@ -722,26 +733,27 @@ ${PYSITELIB}/mypy/typeshed/stdlib/2and3/ @@ -722,26 +733,27 @@ ${PYSITELIB}/mypy/typeshed/stdlib/2and3/
722${PYSITELIB}/mypy/typeshed/stdlib/2and3/linecache.pyi 733${PYSITELIB}/mypy/typeshed/stdlib/2and3/linecache.pyi
723${PYSITELIB}/mypy/typeshed/stdlib/2and3/locale.pyi 734${PYSITELIB}/mypy/typeshed/stdlib/2and3/locale.pyi
724${PYSITELIB}/mypy/typeshed/stdlib/2and3/logging/__init__.pyi 735${PYSITELIB}/mypy/typeshed/stdlib/2and3/logging/__init__.pyi
725${PYSITELIB}/mypy/typeshed/stdlib/2and3/logging/config.pyi 736${PYSITELIB}/mypy/typeshed/stdlib/2and3/logging/config.pyi
726${PYSITELIB}/mypy/typeshed/stdlib/2and3/logging/handlers.pyi 737${PYSITELIB}/mypy/typeshed/stdlib/2and3/logging/handlers.pyi
727${PYSITELIB}/mypy/typeshed/stdlib/2and3/macpath.pyi 738${PYSITELIB}/mypy/typeshed/stdlib/2and3/macpath.pyi
728${PYSITELIB}/mypy/typeshed/stdlib/2and3/mailbox.pyi 739${PYSITELIB}/mypy/typeshed/stdlib/2and3/mailbox.pyi
729${PYSITELIB}/mypy/typeshed/stdlib/2and3/mailcap.pyi 740${PYSITELIB}/mypy/typeshed/stdlib/2and3/mailcap.pyi
730${PYSITELIB}/mypy/typeshed/stdlib/2and3/marshal.pyi 741${PYSITELIB}/mypy/typeshed/stdlib/2and3/marshal.pyi
731${PYSITELIB}/mypy/typeshed/stdlib/2and3/math.pyi 742${PYSITELIB}/mypy/typeshed/stdlib/2and3/math.pyi
732${PYSITELIB}/mypy/typeshed/stdlib/2and3/mimetypes.pyi 743${PYSITELIB}/mypy/typeshed/stdlib/2and3/mimetypes.pyi
733${PYSITELIB}/mypy/typeshed/stdlib/2and3/mmap.pyi 744${PYSITELIB}/mypy/typeshed/stdlib/2and3/mmap.pyi
734${PYSITELIB}/mypy/typeshed/stdlib/2and3/modulefinder.pyi 745${PYSITELIB}/mypy/typeshed/stdlib/2and3/modulefinder.pyi
 746${PYSITELIB}/mypy/typeshed/stdlib/2and3/msvcrt.pyi
735${PYSITELIB}/mypy/typeshed/stdlib/2and3/netrc.pyi 747${PYSITELIB}/mypy/typeshed/stdlib/2and3/netrc.pyi
736${PYSITELIB}/mypy/typeshed/stdlib/2and3/nis.pyi 748${PYSITELIB}/mypy/typeshed/stdlib/2and3/nis.pyi
737${PYSITELIB}/mypy/typeshed/stdlib/2and3/ntpath.pyi 749${PYSITELIB}/mypy/typeshed/stdlib/2and3/ntpath.pyi
738${PYSITELIB}/mypy/typeshed/stdlib/2and3/numbers.pyi 750${PYSITELIB}/mypy/typeshed/stdlib/2and3/numbers.pyi
739${PYSITELIB}/mypy/typeshed/stdlib/2and3/opcode.pyi 751${PYSITELIB}/mypy/typeshed/stdlib/2and3/opcode.pyi
740${PYSITELIB}/mypy/typeshed/stdlib/2and3/operator.pyi 752${PYSITELIB}/mypy/typeshed/stdlib/2and3/operator.pyi
741${PYSITELIB}/mypy/typeshed/stdlib/2and3/optparse.pyi 753${PYSITELIB}/mypy/typeshed/stdlib/2and3/optparse.pyi
742${PYSITELIB}/mypy/typeshed/stdlib/2and3/pdb.pyi 754${PYSITELIB}/mypy/typeshed/stdlib/2and3/pdb.pyi
743${PYSITELIB}/mypy/typeshed/stdlib/2and3/pickle.pyi 755${PYSITELIB}/mypy/typeshed/stdlib/2and3/pickle.pyi
744${PYSITELIB}/mypy/typeshed/stdlib/2and3/pickletools.pyi 756${PYSITELIB}/mypy/typeshed/stdlib/2and3/pickletools.pyi
745${PYSITELIB}/mypy/typeshed/stdlib/2and3/pkgutil.pyi 757${PYSITELIB}/mypy/typeshed/stdlib/2and3/pkgutil.pyi
746${PYSITELIB}/mypy/typeshed/stdlib/2and3/plistlib.pyi 758${PYSITELIB}/mypy/typeshed/stdlib/2and3/plistlib.pyi
747${PYSITELIB}/mypy/typeshed/stdlib/2and3/poplib.pyi 759${PYSITELIB}/mypy/typeshed/stdlib/2and3/poplib.pyi
@@ -786,26 +798,27 @@ ${PYSITELIB}/mypy/typeshed/stdlib/2and3/ @@ -786,26 +798,27 @@ ${PYSITELIB}/mypy/typeshed/stdlib/2and3/
786${PYSITELIB}/mypy/typeshed/stdlib/2and3/timeit.pyi 798${PYSITELIB}/mypy/typeshed/stdlib/2and3/timeit.pyi
787${PYSITELIB}/mypy/typeshed/stdlib/2and3/token.pyi 799${PYSITELIB}/mypy/typeshed/stdlib/2and3/token.pyi
788${PYSITELIB}/mypy/typeshed/stdlib/2and3/trace.pyi 800${PYSITELIB}/mypy/typeshed/stdlib/2and3/trace.pyi
789${PYSITELIB}/mypy/typeshed/stdlib/2and3/traceback.pyi 801${PYSITELIB}/mypy/typeshed/stdlib/2and3/traceback.pyi
790${PYSITELIB}/mypy/typeshed/stdlib/2and3/tty.pyi 802${PYSITELIB}/mypy/typeshed/stdlib/2and3/tty.pyi
791${PYSITELIB}/mypy/typeshed/stdlib/2and3/turtle.pyi 803${PYSITELIB}/mypy/typeshed/stdlib/2and3/turtle.pyi
792${PYSITELIB}/mypy/typeshed/stdlib/2and3/unicodedata.pyi 804${PYSITELIB}/mypy/typeshed/stdlib/2and3/unicodedata.pyi
793${PYSITELIB}/mypy/typeshed/stdlib/2and3/uu.pyi 805${PYSITELIB}/mypy/typeshed/stdlib/2and3/uu.pyi
794${PYSITELIB}/mypy/typeshed/stdlib/2and3/uuid.pyi 806${PYSITELIB}/mypy/typeshed/stdlib/2and3/uuid.pyi
795${PYSITELIB}/mypy/typeshed/stdlib/2and3/warnings.pyi 807${PYSITELIB}/mypy/typeshed/stdlib/2and3/warnings.pyi
796${PYSITELIB}/mypy/typeshed/stdlib/2and3/wave.pyi 808${PYSITELIB}/mypy/typeshed/stdlib/2and3/wave.pyi
797${PYSITELIB}/mypy/typeshed/stdlib/2and3/weakref.pyi 809${PYSITELIB}/mypy/typeshed/stdlib/2and3/weakref.pyi
798${PYSITELIB}/mypy/typeshed/stdlib/2and3/webbrowser.pyi 810${PYSITELIB}/mypy/typeshed/stdlib/2and3/webbrowser.pyi
 811${PYSITELIB}/mypy/typeshed/stdlib/2and3/winsound.pyi
799${PYSITELIB}/mypy/typeshed/stdlib/2and3/wsgiref/__init__.pyi 812${PYSITELIB}/mypy/typeshed/stdlib/2and3/wsgiref/__init__.pyi
800${PYSITELIB}/mypy/typeshed/stdlib/2and3/wsgiref/handlers.pyi 813${PYSITELIB}/mypy/typeshed/stdlib/2and3/wsgiref/handlers.pyi
801${PYSITELIB}/mypy/typeshed/stdlib/2and3/wsgiref/headers.pyi 814${PYSITELIB}/mypy/typeshed/stdlib/2and3/wsgiref/headers.pyi
802${PYSITELIB}/mypy/typeshed/stdlib/2and3/wsgiref/simple_server.pyi 815${PYSITELIB}/mypy/typeshed/stdlib/2and3/wsgiref/simple_server.pyi
803${PYSITELIB}/mypy/typeshed/stdlib/2and3/wsgiref/types.pyi 816${PYSITELIB}/mypy/typeshed/stdlib/2and3/wsgiref/types.pyi
804${PYSITELIB}/mypy/typeshed/stdlib/2and3/wsgiref/util.pyi 817${PYSITELIB}/mypy/typeshed/stdlib/2and3/wsgiref/util.pyi
805${PYSITELIB}/mypy/typeshed/stdlib/2and3/wsgiref/validate.pyi 818${PYSITELIB}/mypy/typeshed/stdlib/2and3/wsgiref/validate.pyi
806${PYSITELIB}/mypy/typeshed/stdlib/2and3/xdrlib.pyi 819${PYSITELIB}/mypy/typeshed/stdlib/2and3/xdrlib.pyi
807${PYSITELIB}/mypy/typeshed/stdlib/2and3/xml/__init__.pyi 820${PYSITELIB}/mypy/typeshed/stdlib/2and3/xml/__init__.pyi
808${PYSITELIB}/mypy/typeshed/stdlib/2and3/xml/etree/ElementInclude.pyi 821${PYSITELIB}/mypy/typeshed/stdlib/2and3/xml/etree/ElementInclude.pyi
809${PYSITELIB}/mypy/typeshed/stdlib/2and3/xml/etree/ElementPath.pyi 822${PYSITELIB}/mypy/typeshed/stdlib/2and3/xml/etree/ElementPath.pyi
810${PYSITELIB}/mypy/typeshed/stdlib/2and3/xml/etree/ElementTree.pyi 823${PYSITELIB}/mypy/typeshed/stdlib/2and3/xml/etree/ElementTree.pyi
811${PYSITELIB}/mypy/typeshed/stdlib/2and3/xml/etree/__init__.pyi 824${PYSITELIB}/mypy/typeshed/stdlib/2and3/xml/etree/__init__.pyi
@@ -848,39 +861,44 @@ ${PYSITELIB}/mypy/typeshed/stdlib/3/asyn @@ -848,39 +861,44 @@ ${PYSITELIB}/mypy/typeshed/stdlib/3/asyn
848${PYSITELIB}/mypy/typeshed/stdlib/3/asyncio/events.pyi 861${PYSITELIB}/mypy/typeshed/stdlib/3/asyncio/events.pyi
849${PYSITELIB}/mypy/typeshed/stdlib/3/asyncio/exceptions.pyi 862${PYSITELIB}/mypy/typeshed/stdlib/3/asyncio/exceptions.pyi
850${PYSITELIB}/mypy/typeshed/stdlib/3/asyncio/futures.pyi 863${PYSITELIB}/mypy/typeshed/stdlib/3/asyncio/futures.pyi
851${PYSITELIB}/mypy/typeshed/stdlib/3/asyncio/locks.pyi 864${PYSITELIB}/mypy/typeshed/stdlib/3/asyncio/locks.pyi
852${PYSITELIB}/mypy/typeshed/stdlib/3/asyncio/proactor_events.pyi 865${PYSITELIB}/mypy/typeshed/stdlib/3/asyncio/proactor_events.pyi
853${PYSITELIB}/mypy/typeshed/stdlib/3/asyncio/protocols.pyi 866${PYSITELIB}/mypy/typeshed/stdlib/3/asyncio/protocols.pyi
854${PYSITELIB}/mypy/typeshed/stdlib/3/asyncio/queues.pyi 867${PYSITELIB}/mypy/typeshed/stdlib/3/asyncio/queues.pyi
855${PYSITELIB}/mypy/typeshed/stdlib/3/asyncio/runners.pyi 868${PYSITELIB}/mypy/typeshed/stdlib/3/asyncio/runners.pyi
856${PYSITELIB}/mypy/typeshed/stdlib/3/asyncio/selector_events.pyi 869${PYSITELIB}/mypy/typeshed/stdlib/3/asyncio/selector_events.pyi
857${PYSITELIB}/mypy/typeshed/stdlib/3/asyncio/streams.pyi 870${PYSITELIB}/mypy/typeshed/stdlib/3/asyncio/streams.pyi
858${PYSITELIB}/mypy/typeshed/stdlib/3/asyncio/subprocess.pyi 871${PYSITELIB}/mypy/typeshed/stdlib/3/asyncio/subprocess.pyi
859${PYSITELIB}/mypy/typeshed/stdlib/3/asyncio/tasks.pyi 872${PYSITELIB}/mypy/typeshed/stdlib/3/asyncio/tasks.pyi
860${PYSITELIB}/mypy/typeshed/stdlib/3/asyncio/transports.pyi 873${PYSITELIB}/mypy/typeshed/stdlib/3/asyncio/transports.pyi
 874${PYSITELIB}/mypy/typeshed/stdlib/3/asyncio/unix_events.pyi
861${PYSITELIB}/mypy/typeshed/stdlib/3/asyncio/windows_events.pyi 875${PYSITELIB}/mypy/typeshed/stdlib/3/asyncio/windows_events.pyi
862${PYSITELIB}/mypy/typeshed/stdlib/3/asyncio/windows_utils.pyi 876${PYSITELIB}/mypy/typeshed/stdlib/3/asyncio/windows_utils.pyi
863${PYSITELIB}/mypy/typeshed/stdlib/3/atexit.pyi 877${PYSITELIB}/mypy/typeshed/stdlib/3/atexit.pyi
864${PYSITELIB}/mypy/typeshed/stdlib/3/collections/__init__.pyi 878${PYSITELIB}/mypy/typeshed/stdlib/3/collections/__init__.pyi
865${PYSITELIB}/mypy/typeshed/stdlib/3/collections/abc.pyi 879${PYSITELIB}/mypy/typeshed/stdlib/3/collections/abc.pyi
866${PYSITELIB}/mypy/typeshed/stdlib/3/compileall.pyi 880${PYSITELIB}/mypy/typeshed/stdlib/3/compileall.pyi
867${PYSITELIB}/mypy/typeshed/stdlib/3/concurrent/__init__.pyi 881${PYSITELIB}/mypy/typeshed/stdlib/3/concurrent/__init__.pyi
868${PYSITELIB}/mypy/typeshed/stdlib/3/concurrent/futures/__init__.pyi 882${PYSITELIB}/mypy/typeshed/stdlib/3/concurrent/futures/__init__.pyi
869${PYSITELIB}/mypy/typeshed/stdlib/3/concurrent/futures/_base.pyi 883${PYSITELIB}/mypy/typeshed/stdlib/3/concurrent/futures/_base.pyi
870${PYSITELIB}/mypy/typeshed/stdlib/3/concurrent/futures/process.pyi 884${PYSITELIB}/mypy/typeshed/stdlib/3/concurrent/futures/process.pyi
871${PYSITELIB}/mypy/typeshed/stdlib/3/concurrent/futures/thread.pyi 885${PYSITELIB}/mypy/typeshed/stdlib/3/concurrent/futures/thread.pyi
872${PYSITELIB}/mypy/typeshed/stdlib/3/configparser.pyi 886${PYSITELIB}/mypy/typeshed/stdlib/3/configparser.pyi
873${PYSITELIB}/mypy/typeshed/stdlib/3/copyreg.pyi 887${PYSITELIB}/mypy/typeshed/stdlib/3/copyreg.pyi
 888${PYSITELIB}/mypy/typeshed/stdlib/3/dbm/__init__.pyi
 889${PYSITELIB}/mypy/typeshed/stdlib/3/dbm/dumb.pyi
 890${PYSITELIB}/mypy/typeshed/stdlib/3/dbm/gnu.pyi
 891${PYSITELIB}/mypy/typeshed/stdlib/3/dbm/ndbm.pyi
874${PYSITELIB}/mypy/typeshed/stdlib/3/email/__init__.pyi 892${PYSITELIB}/mypy/typeshed/stdlib/3/email/__init__.pyi
875${PYSITELIB}/mypy/typeshed/stdlib/3/email/charset.pyi 893${PYSITELIB}/mypy/typeshed/stdlib/3/email/charset.pyi
876${PYSITELIB}/mypy/typeshed/stdlib/3/email/contentmanager.pyi 894${PYSITELIB}/mypy/typeshed/stdlib/3/email/contentmanager.pyi
877${PYSITELIB}/mypy/typeshed/stdlib/3/email/encoders.pyi 895${PYSITELIB}/mypy/typeshed/stdlib/3/email/encoders.pyi
878${PYSITELIB}/mypy/typeshed/stdlib/3/email/errors.pyi 896${PYSITELIB}/mypy/typeshed/stdlib/3/email/errors.pyi
879${PYSITELIB}/mypy/typeshed/stdlib/3/email/feedparser.pyi 897${PYSITELIB}/mypy/typeshed/stdlib/3/email/feedparser.pyi
880${PYSITELIB}/mypy/typeshed/stdlib/3/email/generator.pyi 898${PYSITELIB}/mypy/typeshed/stdlib/3/email/generator.pyi
881${PYSITELIB}/mypy/typeshed/stdlib/3/email/header.pyi 899${PYSITELIB}/mypy/typeshed/stdlib/3/email/header.pyi
882${PYSITELIB}/mypy/typeshed/stdlib/3/email/headerregistry.pyi 900${PYSITELIB}/mypy/typeshed/stdlib/3/email/headerregistry.pyi
883${PYSITELIB}/mypy/typeshed/stdlib/3/email/iterators.pyi 901${PYSITELIB}/mypy/typeshed/stdlib/3/email/iterators.pyi
884${PYSITELIB}/mypy/typeshed/stdlib/3/email/message.pyi 902${PYSITELIB}/mypy/typeshed/stdlib/3/email/message.pyi
885${PYSITELIB}/mypy/typeshed/stdlib/3/email/mime/__init__.pyi 903${PYSITELIB}/mypy/typeshed/stdlib/3/email/mime/__init__.pyi
886${PYSITELIB}/mypy/typeshed/stdlib/3/email/mime/application.pyi 904${PYSITELIB}/mypy/typeshed/stdlib/3/email/mime/application.pyi
@@ -922,27 +940,26 @@ ${PYSITELIB}/mypy/typeshed/stdlib/3/impo @@ -922,27 +940,26 @@ ${PYSITELIB}/mypy/typeshed/stdlib/3/impo
922${PYSITELIB}/mypy/typeshed/stdlib/3/importlib/abc.pyi 940${PYSITELIB}/mypy/typeshed/stdlib/3/importlib/abc.pyi
923${PYSITELIB}/mypy/typeshed/stdlib/3/importlib/machinery.pyi 941${PYSITELIB}/mypy/typeshed/stdlib/3/importlib/machinery.pyi
924${PYSITELIB}/mypy/typeshed/stdlib/3/importlib/metadata.pyi 942${PYSITELIB}/mypy/typeshed/stdlib/3/importlib/metadata.pyi
925${PYSITELIB}/mypy/typeshed/stdlib/3/importlib/resources.pyi 943${PYSITELIB}/mypy/typeshed/stdlib/3/importlib/resources.pyi
926${PYSITELIB}/mypy/typeshed/stdlib/3/importlib/util.pyi 944${PYSITELIB}/mypy/typeshed/stdlib/3/importlib/util.pyi
927${PYSITELIB}/mypy/typeshed/stdlib/3/inspect.pyi 945${PYSITELIB}/mypy/typeshed/stdlib/3/inspect.pyi
928${PYSITELIB}/mypy/typeshed/stdlib/3/io.pyi 946${PYSITELIB}/mypy/typeshed/stdlib/3/io.pyi
929${PYSITELIB}/mypy/typeshed/stdlib/3/ipaddress.pyi 947${PYSITELIB}/mypy/typeshed/stdlib/3/ipaddress.pyi
930${PYSITELIB}/mypy/typeshed/stdlib/3/itertools.pyi 948${PYSITELIB}/mypy/typeshed/stdlib/3/itertools.pyi
931${PYSITELIB}/mypy/typeshed/stdlib/3/json/__init__.pyi 949${PYSITELIB}/mypy/typeshed/stdlib/3/json/__init__.pyi
932${PYSITELIB}/mypy/typeshed/stdlib/3/json/decoder.pyi 950${PYSITELIB}/mypy/typeshed/stdlib/3/json/decoder.pyi
933${PYSITELIB}/mypy/typeshed/stdlib/3/json/encoder.pyi 951${PYSITELIB}/mypy/typeshed/stdlib/3/json/encoder.pyi
934${PYSITELIB}/mypy/typeshed/stdlib/3/lzma.pyi 952${PYSITELIB}/mypy/typeshed/stdlib/3/lzma.pyi
935${PYSITELIB}/mypy/typeshed/stdlib/3/msvcrt.pyi 
936${PYSITELIB}/mypy/typeshed/stdlib/3/multiprocessing/__init__.pyi 953${PYSITELIB}/mypy/typeshed/stdlib/3/multiprocessing/__init__.pyi
937${PYSITELIB}/mypy/typeshed/stdlib/3/multiprocessing/connection.pyi 954${PYSITELIB}/mypy/typeshed/stdlib/3/multiprocessing/connection.pyi
938${PYSITELIB}/mypy/typeshed/stdlib/3/multiprocessing/context.pyi 955${PYSITELIB}/mypy/typeshed/stdlib/3/multiprocessing/context.pyi
939${PYSITELIB}/mypy/typeshed/stdlib/3/multiprocessing/dummy/__init__.pyi 956${PYSITELIB}/mypy/typeshed/stdlib/3/multiprocessing/dummy/__init__.pyi
940${PYSITELIB}/mypy/typeshed/stdlib/3/multiprocessing/dummy/connection.pyi 957${PYSITELIB}/mypy/typeshed/stdlib/3/multiprocessing/dummy/connection.pyi
941${PYSITELIB}/mypy/typeshed/stdlib/3/multiprocessing/managers.pyi 958${PYSITELIB}/mypy/typeshed/stdlib/3/multiprocessing/managers.pyi
942${PYSITELIB}/mypy/typeshed/stdlib/3/multiprocessing/pool.pyi 959${PYSITELIB}/mypy/typeshed/stdlib/3/multiprocessing/pool.pyi
943${PYSITELIB}/mypy/typeshed/stdlib/3/multiprocessing/process.pyi 960${PYSITELIB}/mypy/typeshed/stdlib/3/multiprocessing/process.pyi
944${PYSITELIB}/mypy/typeshed/stdlib/3/multiprocessing/queues.pyi 961${PYSITELIB}/mypy/typeshed/stdlib/3/multiprocessing/queues.pyi
945${PYSITELIB}/mypy/typeshed/stdlib/3/multiprocessing/shared_memory.pyi 962${PYSITELIB}/mypy/typeshed/stdlib/3/multiprocessing/shared_memory.pyi
946${PYSITELIB}/mypy/typeshed/stdlib/3/multiprocessing/spawn.pyi 963${PYSITELIB}/mypy/typeshed/stdlib/3/multiprocessing/spawn.pyi
947${PYSITELIB}/mypy/typeshed/stdlib/3/multiprocessing/synchronize.pyi 964${PYSITELIB}/mypy/typeshed/stdlib/3/multiprocessing/synchronize.pyi
948${PYSITELIB}/mypy/typeshed/stdlib/3/nntplib.pyi 965${PYSITELIB}/mypy/typeshed/stdlib/3/nntplib.pyi
@@ -1006,37 +1023,39 @@ ${PYSITELIB}/mypy/typeshed/stdlib/3/urll @@ -1006,37 +1023,39 @@ ${PYSITELIB}/mypy/typeshed/stdlib/3/urll
1006${PYSITELIB}/mypy/typeshed/stdlib/3/zipapp.pyi 1023${PYSITELIB}/mypy/typeshed/stdlib/3/zipapp.pyi
1007${PYSITELIB}/mypy/typeshed/tests/check_consistent.py 1024${PYSITELIB}/mypy/typeshed/tests/check_consistent.py
1008${PYSITELIB}/mypy/typeshed/tests/check_consistent.pyc 1025${PYSITELIB}/mypy/typeshed/tests/check_consistent.pyc
1009${PYSITELIB}/mypy/typeshed/tests/check_consistent.pyo 1026${PYSITELIB}/mypy/typeshed/tests/check_consistent.pyo
1010${PYSITELIB}/mypy/typeshed/tests/mypy_selftest.py 1027${PYSITELIB}/mypy/typeshed/tests/mypy_selftest.py
1011${PYSITELIB}/mypy/typeshed/tests/mypy_selftest.pyc 1028${PYSITELIB}/mypy/typeshed/tests/mypy_selftest.pyc
1012${PYSITELIB}/mypy/typeshed/tests/mypy_selftest.pyo 1029${PYSITELIB}/mypy/typeshed/tests/mypy_selftest.pyo
1013${PYSITELIB}/mypy/typeshed/tests/mypy_test.py 1030${PYSITELIB}/mypy/typeshed/tests/mypy_test.py
1014${PYSITELIB}/mypy/typeshed/tests/mypy_test.pyc 1031${PYSITELIB}/mypy/typeshed/tests/mypy_test.pyc
1015${PYSITELIB}/mypy/typeshed/tests/mypy_test.pyo 1032${PYSITELIB}/mypy/typeshed/tests/mypy_test.pyo
1016${PYSITELIB}/mypy/typeshed/tests/pytype_test.py 1033${PYSITELIB}/mypy/typeshed/tests/pytype_test.py
1017${PYSITELIB}/mypy/typeshed/tests/pytype_test.pyc 1034${PYSITELIB}/mypy/typeshed/tests/pytype_test.pyc
1018${PYSITELIB}/mypy/typeshed/tests/pytype_test.pyo 1035${PYSITELIB}/mypy/typeshed/tests/pytype_test.pyo
 1036${PYSITELIB}/mypy/typeshed/tests/stubtest_test.py
 1037${PYSITELIB}/mypy/typeshed/tests/stubtest_test.pyc
 1038${PYSITELIB}/mypy/typeshed/tests/stubtest_test.pyo
1019${PYSITELIB}/mypy/typeshed/third_party/2/OpenSSL/__init__.pyi 1039${PYSITELIB}/mypy/typeshed/third_party/2/OpenSSL/__init__.pyi
1020${PYSITELIB}/mypy/typeshed/third_party/2/OpenSSL/crypto.pyi 1040${PYSITELIB}/mypy/typeshed/third_party/2/OpenSSL/crypto.pyi
1021${PYSITELIB}/mypy/typeshed/third_party/2/concurrent/__init__.pyi 1041${PYSITELIB}/mypy/typeshed/third_party/2/concurrent/__init__.pyi
1022${PYSITELIB}/mypy/typeshed/third_party/2/concurrent/futures/__init__.pyi 1042${PYSITELIB}/mypy/typeshed/third_party/2/concurrent/futures/__init__.pyi
1023${PYSITELIB}/mypy/typeshed/third_party/2/concurrent/futures/_base.pyi 1043${PYSITELIB}/mypy/typeshed/third_party/2/concurrent/futures/_base.pyi
1024${PYSITELIB}/mypy/typeshed/third_party/2/concurrent/futures/process.pyi 1044${PYSITELIB}/mypy/typeshed/third_party/2/concurrent/futures/process.pyi
1025${PYSITELIB}/mypy/typeshed/third_party/2/concurrent/futures/thread.pyi 1045${PYSITELIB}/mypy/typeshed/third_party/2/concurrent/futures/thread.pyi
1026${PYSITELIB}/mypy/typeshed/third_party/2/enum.pyi 1046${PYSITELIB}/mypy/typeshed/third_party/2/enum.pyi
1027${PYSITELIB}/mypy/typeshed/third_party/2/fb303/FacebookService.pyi 1047${PYSITELIB}/mypy/typeshed/third_party/2/fb303/FacebookService.pyi
1028${PYSITELIB}/mypy/typeshed/third_party/2/fb303/__init__.pyi 1048${PYSITELIB}/mypy/typeshed/third_party/2/fb303/__init__.pyi
1029${PYSITELIB}/mypy/typeshed/third_party/2/gflags.pyi 
1030${PYSITELIB}/mypy/typeshed/third_party/2/ipaddress.pyi 1049${PYSITELIB}/mypy/typeshed/third_party/2/ipaddress.pyi
1031${PYSITELIB}/mypy/typeshed/third_party/2/kazoo/__init__.pyi 1050${PYSITELIB}/mypy/typeshed/third_party/2/kazoo/__init__.pyi
1032${PYSITELIB}/mypy/typeshed/third_party/2/kazoo/client.pyi 1051${PYSITELIB}/mypy/typeshed/third_party/2/kazoo/client.pyi
1033${PYSITELIB}/mypy/typeshed/third_party/2/kazoo/exceptions.pyi 1052${PYSITELIB}/mypy/typeshed/third_party/2/kazoo/exceptions.pyi
1034${PYSITELIB}/mypy/typeshed/third_party/2/kazoo/recipe/__init__.pyi 1053${PYSITELIB}/mypy/typeshed/third_party/2/kazoo/recipe/__init__.pyi
1035${PYSITELIB}/mypy/typeshed/third_party/2/kazoo/recipe/watchers.pyi 1054${PYSITELIB}/mypy/typeshed/third_party/2/kazoo/recipe/watchers.pyi
1036${PYSITELIB}/mypy/typeshed/third_party/2/pathlib2.pyi 1055${PYSITELIB}/mypy/typeshed/third_party/2/pathlib2.pyi
1037${PYSITELIB}/mypy/typeshed/third_party/2/pymssql.pyi 1056${PYSITELIB}/mypy/typeshed/third_party/2/pymssql.pyi
1038${PYSITELIB}/mypy/typeshed/third_party/2/routes/__init__.pyi 1057${PYSITELIB}/mypy/typeshed/third_party/2/routes/__init__.pyi
1039${PYSITELIB}/mypy/typeshed/third_party/2/routes/mapper.pyi 1058${PYSITELIB}/mypy/typeshed/third_party/2/routes/mapper.pyi
1040${PYSITELIB}/mypy/typeshed/third_party/2/routes/util.pyi 1059${PYSITELIB}/mypy/typeshed/third_party/2/routes/util.pyi
1041${PYSITELIB}/mypy/typeshed/third_party/2/scribe/__init__.pyi 1060${PYSITELIB}/mypy/typeshed/third_party/2/scribe/__init__.pyi
1042${PYSITELIB}/mypy/typeshed/third_party/2/scribe/scribe.pyi 1061${PYSITELIB}/mypy/typeshed/third_party/2/scribe/scribe.pyi
@@ -1064,40 +1083,26 @@ ${PYSITELIB}/mypy/typeshed/third_party/2 @@ -1064,40 +1083,26 @@ ${PYSITELIB}/mypy/typeshed/third_party/2
1064${PYSITELIB}/mypy/typeshed/third_party/2/six/moves/socketserver.pyi 1083${PYSITELIB}/mypy/typeshed/third_party/2/six/moves/socketserver.pyi
1065${PYSITELIB}/mypy/typeshed/third_party/2/six/moves/urllib/__init__.pyi 1084${PYSITELIB}/mypy/typeshed/third_party/2/six/moves/urllib/__init__.pyi
1066${PYSITELIB}/mypy/typeshed/third_party/2/six/moves/urllib/error.pyi 1085${PYSITELIB}/mypy/typeshed/third_party/2/six/moves/urllib/error.pyi
1067${PYSITELIB}/mypy/typeshed/third_party/2/six/moves/urllib/parse.pyi 1086${PYSITELIB}/mypy/typeshed/third_party/2/six/moves/urllib/parse.pyi
1068${PYSITELIB}/mypy/typeshed/third_party/2/six/moves/urllib/request.pyi 1087${PYSITELIB}/mypy/typeshed/third_party/2/six/moves/urllib/request.pyi
1069${PYSITELIB}/mypy/typeshed/third_party/2/six/moves/urllib/response.pyi 1088${PYSITELIB}/mypy/typeshed/third_party/2/six/moves/urllib/response.pyi
1070${PYSITELIB}/mypy/typeshed/third_party/2/six/moves/urllib/robotparser.pyi 1089${PYSITELIB}/mypy/typeshed/third_party/2/six/moves/urllib/robotparser.pyi
1071${PYSITELIB}/mypy/typeshed/third_party/2/six/moves/urllib_error.pyi 1090${PYSITELIB}/mypy/typeshed/third_party/2/six/moves/urllib_error.pyi
1072${PYSITELIB}/mypy/typeshed/third_party/2/six/moves/urllib_parse.pyi 1091${PYSITELIB}/mypy/typeshed/third_party/2/six/moves/urllib_parse.pyi
1073${PYSITELIB}/mypy/typeshed/third_party/2/six/moves/urllib_request.pyi 1092${PYSITELIB}/mypy/typeshed/third_party/2/six/moves/urllib_request.pyi
1074${PYSITELIB}/mypy/typeshed/third_party/2/six/moves/urllib_response.pyi 1093${PYSITELIB}/mypy/typeshed/third_party/2/six/moves/urllib_response.pyi
1075${PYSITELIB}/mypy/typeshed/third_party/2/six/moves/urllib_robotparser.pyi 1094${PYSITELIB}/mypy/typeshed/third_party/2/six/moves/urllib_robotparser.pyi
1076${PYSITELIB}/mypy/typeshed/third_party/2/six/moves/xmlrpc_client.pyi 1095${PYSITELIB}/mypy/typeshed/third_party/2/six/moves/xmlrpc_client.pyi
1077${PYSITELIB}/mypy/typeshed/third_party/2/tornado/__init__.pyi 
1078${PYSITELIB}/mypy/typeshed/third_party/2/tornado/concurrent.pyi 
1079${PYSITELIB}/mypy/typeshed/third_party/2/tornado/gen.pyi 
1080${PYSITELIB}/mypy/typeshed/third_party/2/tornado/httpclient.pyi 
1081${PYSITELIB}/mypy/typeshed/third_party/2/tornado/httpserver.pyi 
1082${PYSITELIB}/mypy/typeshed/third_party/2/tornado/httputil.pyi 
1083${PYSITELIB}/mypy/typeshed/third_party/2/tornado/ioloop.pyi 
1084${PYSITELIB}/mypy/typeshed/third_party/2/tornado/locks.pyi 
1085${PYSITELIB}/mypy/typeshed/third_party/2/tornado/netutil.pyi 
1086${PYSITELIB}/mypy/typeshed/third_party/2/tornado/process.pyi 
1087${PYSITELIB}/mypy/typeshed/third_party/2/tornado/tcpserver.pyi 
1088${PYSITELIB}/mypy/typeshed/third_party/2/tornado/testing.pyi 
1089${PYSITELIB}/mypy/typeshed/third_party/2/tornado/util.pyi 
1090${PYSITELIB}/mypy/typeshed/third_party/2/tornado/web.pyi 
1091${PYSITELIB}/mypy/typeshed/third_party/2and3/Crypto/Cipher/AES.pyi 1096${PYSITELIB}/mypy/typeshed/third_party/2and3/Crypto/Cipher/AES.pyi
1092${PYSITELIB}/mypy/typeshed/third_party/2and3/Crypto/Cipher/ARC2.pyi 1097${PYSITELIB}/mypy/typeshed/third_party/2and3/Crypto/Cipher/ARC2.pyi
1093${PYSITELIB}/mypy/typeshed/third_party/2and3/Crypto/Cipher/ARC4.pyi 1098${PYSITELIB}/mypy/typeshed/third_party/2and3/Crypto/Cipher/ARC4.pyi
1094${PYSITELIB}/mypy/typeshed/third_party/2and3/Crypto/Cipher/Blowfish.pyi 1099${PYSITELIB}/mypy/typeshed/third_party/2and3/Crypto/Cipher/Blowfish.pyi
1095${PYSITELIB}/mypy/typeshed/third_party/2and3/Crypto/Cipher/CAST.pyi 1100${PYSITELIB}/mypy/typeshed/third_party/2and3/Crypto/Cipher/CAST.pyi
1096${PYSITELIB}/mypy/typeshed/third_party/2and3/Crypto/Cipher/DES.pyi 1101${PYSITELIB}/mypy/typeshed/third_party/2and3/Crypto/Cipher/DES.pyi
1097${PYSITELIB}/mypy/typeshed/third_party/2and3/Crypto/Cipher/DES3.pyi 1102${PYSITELIB}/mypy/typeshed/third_party/2and3/Crypto/Cipher/DES3.pyi
1098${PYSITELIB}/mypy/typeshed/third_party/2and3/Crypto/Cipher/PKCS1_OAEP.pyi 1103${PYSITELIB}/mypy/typeshed/third_party/2and3/Crypto/Cipher/PKCS1_OAEP.pyi
1099${PYSITELIB}/mypy/typeshed/third_party/2and3/Crypto/Cipher/PKCS1_v1_5.pyi 1104${PYSITELIB}/mypy/typeshed/third_party/2and3/Crypto/Cipher/PKCS1_v1_5.pyi
1100${PYSITELIB}/mypy/typeshed/third_party/2and3/Crypto/Cipher/XOR.pyi 1105${PYSITELIB}/mypy/typeshed/third_party/2and3/Crypto/Cipher/XOR.pyi
1101${PYSITELIB}/mypy/typeshed/third_party/2and3/Crypto/Cipher/__init__.pyi 1106${PYSITELIB}/mypy/typeshed/third_party/2and3/Crypto/Cipher/__init__.pyi
1102${PYSITELIB}/mypy/typeshed/third_party/2and3/Crypto/Cipher/blockalgo.pyi 1107${PYSITELIB}/mypy/typeshed/third_party/2and3/Crypto/Cipher/blockalgo.pyi
1103${PYSITELIB}/mypy/typeshed/third_party/2and3/Crypto/Hash/HMAC.pyi 1108${PYSITELIB}/mypy/typeshed/third_party/2and3/Crypto/Hash/HMAC.pyi
@@ -1240,26 +1245,27 @@ ${PYSITELIB}/mypy/typeshed/third_party/2 @@ -1240,26 +1245,27 @@ ${PYSITELIB}/mypy/typeshed/third_party/2
1240${PYSITELIB}/mypy/typeshed/third_party/2and3/cryptography/hazmat/primitives/kdf/scrypt.pyi 1245${PYSITELIB}/mypy/typeshed/third_party/2and3/cryptography/hazmat/primitives/kdf/scrypt.pyi
1241${PYSITELIB}/mypy/typeshed/third_party/2and3/cryptography/hazmat/primitives/kdf/x963kdf.pyi 1246${PYSITELIB}/mypy/typeshed/third_party/2and3/cryptography/hazmat/primitives/kdf/x963kdf.pyi
1242${PYSITELIB}/mypy/typeshed/third_party/2and3/cryptography/hazmat/primitives/keywrap.pyi 1247${PYSITELIB}/mypy/typeshed/third_party/2and3/cryptography/hazmat/primitives/keywrap.pyi
1243${PYSITELIB}/mypy/typeshed/third_party/2and3/cryptography/hazmat/primitives/padding.pyi 1248${PYSITELIB}/mypy/typeshed/third_party/2and3/cryptography/hazmat/primitives/padding.pyi
1244${PYSITELIB}/mypy/typeshed/third_party/2and3/cryptography/hazmat/primitives/poly1305.pyi 1249${PYSITELIB}/mypy/typeshed/third_party/2and3/cryptography/hazmat/primitives/poly1305.pyi
1245${PYSITELIB}/mypy/typeshed/third_party/2and3/cryptography/hazmat/primitives/serialization/__init__.pyi 1250${PYSITELIB}/mypy/typeshed/third_party/2and3/cryptography/hazmat/primitives/serialization/__init__.pyi
1246${PYSITELIB}/mypy/typeshed/third_party/2and3/cryptography/hazmat/primitives/serialization/pkcs12.pyi 1251${PYSITELIB}/mypy/typeshed/third_party/2and3/cryptography/hazmat/primitives/serialization/pkcs12.pyi
1247${PYSITELIB}/mypy/typeshed/third_party/2and3/cryptography/hazmat/primitives/twofactor/__init__.pyi 1252${PYSITELIB}/mypy/typeshed/third_party/2and3/cryptography/hazmat/primitives/twofactor/__init__.pyi
1248${PYSITELIB}/mypy/typeshed/third_party/2and3/cryptography/hazmat/primitives/twofactor/hotp.pyi 1253${PYSITELIB}/mypy/typeshed/third_party/2and3/cryptography/hazmat/primitives/twofactor/hotp.pyi
1249${PYSITELIB}/mypy/typeshed/third_party/2and3/cryptography/hazmat/primitives/twofactor/totp.pyi 1254${PYSITELIB}/mypy/typeshed/third_party/2and3/cryptography/hazmat/primitives/twofactor/totp.pyi
1250${PYSITELIB}/mypy/typeshed/third_party/2and3/cryptography/x509.pyi 1255${PYSITELIB}/mypy/typeshed/third_party/2and3/cryptography/x509.pyi
1251${PYSITELIB}/mypy/typeshed/third_party/2and3/dateutil/__init__.pyi 1256${PYSITELIB}/mypy/typeshed/third_party/2and3/dateutil/__init__.pyi
1252${PYSITELIB}/mypy/typeshed/third_party/2and3/dateutil/_common.pyi 1257${PYSITELIB}/mypy/typeshed/third_party/2and3/dateutil/_common.pyi
 1258${PYSITELIB}/mypy/typeshed/third_party/2and3/dateutil/easter.pyi
1253${PYSITELIB}/mypy/typeshed/third_party/2and3/dateutil/parser.pyi 1259${PYSITELIB}/mypy/typeshed/third_party/2and3/dateutil/parser.pyi
1254${PYSITELIB}/mypy/typeshed/third_party/2and3/dateutil/relativedelta.pyi 1260${PYSITELIB}/mypy/typeshed/third_party/2and3/dateutil/relativedelta.pyi
1255${PYSITELIB}/mypy/typeshed/third_party/2and3/dateutil/rrule.pyi 1261${PYSITELIB}/mypy/typeshed/third_party/2and3/dateutil/rrule.pyi
1256${PYSITELIB}/mypy/typeshed/third_party/2and3/dateutil/tz/__init__.pyi 1262${PYSITELIB}/mypy/typeshed/third_party/2and3/dateutil/tz/__init__.pyi
1257${PYSITELIB}/mypy/typeshed/third_party/2and3/dateutil/tz/_common.pyi 1263${PYSITELIB}/mypy/typeshed/third_party/2and3/dateutil/tz/_common.pyi
1258${PYSITELIB}/mypy/typeshed/third_party/2and3/dateutil/tz/tz.pyi 1264${PYSITELIB}/mypy/typeshed/third_party/2and3/dateutil/tz/tz.pyi
1259${PYSITELIB}/mypy/typeshed/third_party/2and3/dateutil/utils.pyi 1265${PYSITELIB}/mypy/typeshed/third_party/2and3/dateutil/utils.pyi
1260${PYSITELIB}/mypy/typeshed/third_party/2and3/decorator.pyi 1266${PYSITELIB}/mypy/typeshed/third_party/2and3/decorator.pyi
1261${PYSITELIB}/mypy/typeshed/third_party/2and3/emoji.pyi 1267${PYSITELIB}/mypy/typeshed/third_party/2and3/emoji.pyi
1262${PYSITELIB}/mypy/typeshed/third_party/2and3/first.pyi 1268${PYSITELIB}/mypy/typeshed/third_party/2and3/first.pyi
1263${PYSITELIB}/mypy/typeshed/third_party/2and3/flask/__init__.pyi 1269${PYSITELIB}/mypy/typeshed/third_party/2and3/flask/__init__.pyi
1264${PYSITELIB}/mypy/typeshed/third_party/2and3/flask/app.pyi 1270${PYSITELIB}/mypy/typeshed/third_party/2and3/flask/app.pyi
1265${PYSITELIB}/mypy/typeshed/third_party/2and3/flask/blueprints.pyi 1271${PYSITELIB}/mypy/typeshed/third_party/2and3/flask/blueprints.pyi
@@ -1274,26 +1280,27 @@ ${PYSITELIB}/mypy/typeshed/third_party/2 @@ -1274,26 +1280,27 @@ ${PYSITELIB}/mypy/typeshed/third_party/2
1274${PYSITELIB}/mypy/typeshed/third_party/2and3/flask/logging.pyi 1280${PYSITELIB}/mypy/typeshed/third_party/2and3/flask/logging.pyi
1275${PYSITELIB}/mypy/typeshed/third_party/2and3/flask/sessions.pyi 1281${PYSITELIB}/mypy/typeshed/third_party/2and3/flask/sessions.pyi
1276${PYSITELIB}/mypy/typeshed/third_party/2and3/flask/signals.pyi 1282${PYSITELIB}/mypy/typeshed/third_party/2and3/flask/signals.pyi
1277${PYSITELIB}/mypy/typeshed/third_party/2and3/flask/templating.pyi 1283${PYSITELIB}/mypy/typeshed/third_party/2and3/flask/templating.pyi
1278${PYSITELIB}/mypy/typeshed/third_party/2and3/flask/testing.pyi 1284${PYSITELIB}/mypy/typeshed/third_party/2and3/flask/testing.pyi
1279${PYSITELIB}/mypy/typeshed/third_party/2and3/flask/views.pyi 1285${PYSITELIB}/mypy/typeshed/third_party/2and3/flask/views.pyi
1280${PYSITELIB}/mypy/typeshed/third_party/2and3/flask/wrappers.pyi 1286${PYSITELIB}/mypy/typeshed/third_party/2and3/flask/wrappers.pyi
1281${PYSITELIB}/mypy/typeshed/third_party/2and3/geoip2/__init__.pyi 1287${PYSITELIB}/mypy/typeshed/third_party/2and3/geoip2/__init__.pyi
1282${PYSITELIB}/mypy/typeshed/third_party/2and3/geoip2/database.pyi 1288${PYSITELIB}/mypy/typeshed/third_party/2and3/geoip2/database.pyi
1283${PYSITELIB}/mypy/typeshed/third_party/2and3/geoip2/errors.pyi 1289${PYSITELIB}/mypy/typeshed/third_party/2and3/geoip2/errors.pyi
1284${PYSITELIB}/mypy/typeshed/third_party/2and3/geoip2/mixins.pyi 1290${PYSITELIB}/mypy/typeshed/third_party/2and3/geoip2/mixins.pyi
1285${PYSITELIB}/mypy/typeshed/third_party/2and3/geoip2/models.pyi 1291${PYSITELIB}/mypy/typeshed/third_party/2and3/geoip2/models.pyi
1286${PYSITELIB}/mypy/typeshed/third_party/2and3/geoip2/records.pyi 1292${PYSITELIB}/mypy/typeshed/third_party/2and3/geoip2/records.pyi
 1293${PYSITELIB}/mypy/typeshed/third_party/2and3/gflags.pyi
1287${PYSITELIB}/mypy/typeshed/third_party/2and3/google/__init__.pyi 1294${PYSITELIB}/mypy/typeshed/third_party/2and3/google/__init__.pyi
1288${PYSITELIB}/mypy/typeshed/third_party/2and3/google/protobuf/__init__.pyi 1295${PYSITELIB}/mypy/typeshed/third_party/2and3/google/protobuf/__init__.pyi
1289${PYSITELIB}/mypy/typeshed/third_party/2and3/google/protobuf/any_pb2.pyi 1296${PYSITELIB}/mypy/typeshed/third_party/2and3/google/protobuf/any_pb2.pyi
1290${PYSITELIB}/mypy/typeshed/third_party/2and3/google/protobuf/any_test_pb2.pyi 1297${PYSITELIB}/mypy/typeshed/third_party/2and3/google/protobuf/any_test_pb2.pyi
1291${PYSITELIB}/mypy/typeshed/third_party/2and3/google/protobuf/api_pb2.pyi 1298${PYSITELIB}/mypy/typeshed/third_party/2and3/google/protobuf/api_pb2.pyi
1292${PYSITELIB}/mypy/typeshed/third_party/2and3/google/protobuf/compiler/__init__.pyi 1299${PYSITELIB}/mypy/typeshed/third_party/2and3/google/protobuf/compiler/__init__.pyi
1293${PYSITELIB}/mypy/typeshed/third_party/2and3/google/protobuf/compiler/plugin_pb2.pyi 1300${PYSITELIB}/mypy/typeshed/third_party/2and3/google/protobuf/compiler/plugin_pb2.pyi
1294${PYSITELIB}/mypy/typeshed/third_party/2and3/google/protobuf/descriptor.pyi 1301${PYSITELIB}/mypy/typeshed/third_party/2and3/google/protobuf/descriptor.pyi
1295${PYSITELIB}/mypy/typeshed/third_party/2and3/google/protobuf/descriptor_pb2.pyi 1302${PYSITELIB}/mypy/typeshed/third_party/2and3/google/protobuf/descriptor_pb2.pyi
1296${PYSITELIB}/mypy/typeshed/third_party/2and3/google/protobuf/descriptor_pool.pyi 1303${PYSITELIB}/mypy/typeshed/third_party/2and3/google/protobuf/descriptor_pool.pyi
1297${PYSITELIB}/mypy/typeshed/third_party/2and3/google/protobuf/duration_pb2.pyi 1304${PYSITELIB}/mypy/typeshed/third_party/2and3/google/protobuf/duration_pb2.pyi
1298${PYSITELIB}/mypy/typeshed/third_party/2and3/google/protobuf/empty_pb2.pyi 1305${PYSITELIB}/mypy/typeshed/third_party/2and3/google/protobuf/empty_pb2.pyi
1299${PYSITELIB}/mypy/typeshed/third_party/2and3/google/protobuf/field_mask_pb2.pyi 1306${PYSITELIB}/mypy/typeshed/third_party/2and3/google/protobuf/field_mask_pb2.pyi
@@ -1441,26 +1448,40 @@ ${PYSITELIB}/mypy/typeshed/third_party/2 @@ -1441,26 +1448,40 @@ ${PYSITELIB}/mypy/typeshed/third_party/2
1441${PYSITELIB}/mypy/typeshed/third_party/2and3/requests/packages/urllib3/util/url.pyi 1448${PYSITELIB}/mypy/typeshed/third_party/2and3/requests/packages/urllib3/util/url.pyi
1442${PYSITELIB}/mypy/typeshed/third_party/2and3/requests/sessions.pyi 1449${PYSITELIB}/mypy/typeshed/third_party/2and3/requests/sessions.pyi
1443${PYSITELIB}/mypy/typeshed/third_party/2and3/requests/status_codes.pyi 1450${PYSITELIB}/mypy/typeshed/third_party/2and3/requests/status_codes.pyi
1444${PYSITELIB}/mypy/typeshed/third_party/2and3/requests/structures.pyi 1451${PYSITELIB}/mypy/typeshed/third_party/2and3/requests/structures.pyi
1445${PYSITELIB}/mypy/typeshed/third_party/2and3/requests/utils.pyi 1452${PYSITELIB}/mypy/typeshed/third_party/2and3/requests/utils.pyi
1446${PYSITELIB}/mypy/typeshed/third_party/2and3/simplejson/__init__.pyi 1453${PYSITELIB}/mypy/typeshed/third_party/2and3/simplejson/__init__.pyi
1447${PYSITELIB}/mypy/typeshed/third_party/2and3/simplejson/decoder.pyi 1454${PYSITELIB}/mypy/typeshed/third_party/2and3/simplejson/decoder.pyi
1448${PYSITELIB}/mypy/typeshed/third_party/2and3/simplejson/encoder.pyi 1455${PYSITELIB}/mypy/typeshed/third_party/2and3/simplejson/encoder.pyi
1449${PYSITELIB}/mypy/typeshed/third_party/2and3/simplejson/scanner.pyi 1456${PYSITELIB}/mypy/typeshed/third_party/2and3/simplejson/scanner.pyi
1450${PYSITELIB}/mypy/typeshed/third_party/2and3/singledispatch.pyi 1457${PYSITELIB}/mypy/typeshed/third_party/2and3/singledispatch.pyi
1451${PYSITELIB}/mypy/typeshed/third_party/2and3/tabulate.pyi 1458${PYSITELIB}/mypy/typeshed/third_party/2and3/tabulate.pyi
1452${PYSITELIB}/mypy/typeshed/third_party/2and3/termcolor.pyi 1459${PYSITELIB}/mypy/typeshed/third_party/2and3/termcolor.pyi
1453${PYSITELIB}/mypy/typeshed/third_party/2and3/toml.pyi 1460${PYSITELIB}/mypy/typeshed/third_party/2and3/toml.pyi
 1461${PYSITELIB}/mypy/typeshed/third_party/2and3/tornado/__init__.pyi
 1462${PYSITELIB}/mypy/typeshed/third_party/2and3/tornado/concurrent.pyi
 1463${PYSITELIB}/mypy/typeshed/third_party/2and3/tornado/gen.pyi
 1464${PYSITELIB}/mypy/typeshed/third_party/2and3/tornado/httpclient.pyi
 1465${PYSITELIB}/mypy/typeshed/third_party/2and3/tornado/httpserver.pyi
 1466${PYSITELIB}/mypy/typeshed/third_party/2and3/tornado/httputil.pyi
 1467${PYSITELIB}/mypy/typeshed/third_party/2and3/tornado/ioloop.pyi
 1468${PYSITELIB}/mypy/typeshed/third_party/2and3/tornado/locks.pyi
 1469${PYSITELIB}/mypy/typeshed/third_party/2and3/tornado/netutil.pyi
 1470${PYSITELIB}/mypy/typeshed/third_party/2and3/tornado/process.pyi
 1471${PYSITELIB}/mypy/typeshed/third_party/2and3/tornado/tcpserver.pyi
 1472${PYSITELIB}/mypy/typeshed/third_party/2and3/tornado/testing.pyi
 1473${PYSITELIB}/mypy/typeshed/third_party/2and3/tornado/util.pyi
 1474${PYSITELIB}/mypy/typeshed/third_party/2and3/tornado/web.pyi
1454${PYSITELIB}/mypy/typeshed/third_party/2and3/typing_extensions.pyi 1475${PYSITELIB}/mypy/typeshed/third_party/2and3/typing_extensions.pyi
1455${PYSITELIB}/mypy/typeshed/third_party/2and3/ujson.pyi 1476${PYSITELIB}/mypy/typeshed/third_party/2and3/ujson.pyi
1456${PYSITELIB}/mypy/typeshed/third_party/2and3/werkzeug/__init__.pyi 1477${PYSITELIB}/mypy/typeshed/third_party/2and3/werkzeug/__init__.pyi
1457${PYSITELIB}/mypy/typeshed/third_party/2and3/werkzeug/_compat.pyi 1478${PYSITELIB}/mypy/typeshed/third_party/2and3/werkzeug/_compat.pyi
1458${PYSITELIB}/mypy/typeshed/third_party/2and3/werkzeug/_internal.pyi 1479${PYSITELIB}/mypy/typeshed/third_party/2and3/werkzeug/_internal.pyi
1459${PYSITELIB}/mypy/typeshed/third_party/2and3/werkzeug/_reloader.pyi 1480${PYSITELIB}/mypy/typeshed/third_party/2and3/werkzeug/_reloader.pyi
1460${PYSITELIB}/mypy/typeshed/third_party/2and3/werkzeug/contrib/__init__.pyi 1481${PYSITELIB}/mypy/typeshed/third_party/2and3/werkzeug/contrib/__init__.pyi
1461${PYSITELIB}/mypy/typeshed/third_party/2and3/werkzeug/contrib/atom.pyi 1482${PYSITELIB}/mypy/typeshed/third_party/2and3/werkzeug/contrib/atom.pyi
1462${PYSITELIB}/mypy/typeshed/third_party/2and3/werkzeug/contrib/cache.pyi 1483${PYSITELIB}/mypy/typeshed/third_party/2and3/werkzeug/contrib/cache.pyi
1463${PYSITELIB}/mypy/typeshed/third_party/2and3/werkzeug/contrib/fixers.pyi 1484${PYSITELIB}/mypy/typeshed/third_party/2and3/werkzeug/contrib/fixers.pyi
1464${PYSITELIB}/mypy/typeshed/third_party/2and3/werkzeug/contrib/iterio.pyi 1485${PYSITELIB}/mypy/typeshed/third_party/2and3/werkzeug/contrib/iterio.pyi
1465${PYSITELIB}/mypy/typeshed/third_party/2and3/werkzeug/contrib/jsrouting.pyi 1486${PYSITELIB}/mypy/typeshed/third_party/2and3/werkzeug/contrib/jsrouting.pyi
1466${PYSITELIB}/mypy/typeshed/third_party/2and3/werkzeug/contrib/limiter.pyi 1487${PYSITELIB}/mypy/typeshed/third_party/2and3/werkzeug/contrib/limiter.pyi
@@ -1630,41 +1651,80 @@ ${PYSITELIB}/mypyc/emitfunc.pyc @@ -1630,41 +1651,80 @@ ${PYSITELIB}/mypyc/emitfunc.pyc
1630${PYSITELIB}/mypyc/emitfunc.pyo 1651${PYSITELIB}/mypyc/emitfunc.pyo
1631${PYSITELIB}/mypyc/emitmodule.py 1652${PYSITELIB}/mypyc/emitmodule.py
1632${PYSITELIB}/mypyc/emitmodule.pyc 1653${PYSITELIB}/mypyc/emitmodule.pyc
1633${PYSITELIB}/mypyc/emitmodule.pyo 1654${PYSITELIB}/mypyc/emitmodule.pyo
1634${PYSITELIB}/mypyc/emitwrapper.py 1655${PYSITELIB}/mypyc/emitwrapper.py
1635${PYSITELIB}/mypyc/emitwrapper.pyc 1656${PYSITELIB}/mypyc/emitwrapper.pyc
1636${PYSITELIB}/mypyc/emitwrapper.pyo 1657${PYSITELIB}/mypyc/emitwrapper.pyo
1637${PYSITELIB}/mypyc/errors.py 1658${PYSITELIB}/mypyc/errors.py
1638${PYSITELIB}/mypyc/errors.pyc 1659${PYSITELIB}/mypyc/errors.pyc
1639${PYSITELIB}/mypyc/errors.pyo 1660${PYSITELIB}/mypyc/errors.pyo
1640${PYSITELIB}/mypyc/exceptions.py 1661${PYSITELIB}/mypyc/exceptions.py
1641${PYSITELIB}/mypyc/exceptions.pyc 1662${PYSITELIB}/mypyc/exceptions.pyc
1642${PYSITELIB}/mypyc/exceptions.pyo 1663${PYSITELIB}/mypyc/exceptions.pyo
 1664${PYSITELIB}/mypyc/genclass.py
 1665${PYSITELIB}/mypyc/genclass.pyc
 1666${PYSITELIB}/mypyc/genclass.pyo
 1667${PYSITELIB}/mypyc/genexpr.py
 1668${PYSITELIB}/mypyc/genexpr.pyc
 1669${PYSITELIB}/mypyc/genexpr.pyo
 1670${PYSITELIB}/mypyc/genfunc.py
 1671${PYSITELIB}/mypyc/genfunc.pyc
 1672${PYSITELIB}/mypyc/genfunc.pyo
1643${PYSITELIB}/mypyc/genops.py 1673${PYSITELIB}/mypyc/genops.py
1644${PYSITELIB}/mypyc/genops.pyc 1674${PYSITELIB}/mypyc/genops.pyc
1645${PYSITELIB}/mypyc/genops.pyo 1675${PYSITELIB}/mypyc/genops.pyo
1646${PYSITELIB}/mypyc/genops_for.py 1676${PYSITELIB}/mypyc/genops_for.py
1647${PYSITELIB}/mypyc/genops_for.pyc 1677${PYSITELIB}/mypyc/genops_for.pyc
1648${PYSITELIB}/mypyc/genops_for.pyo 1678${PYSITELIB}/mypyc/genops_for.pyo
 1679${PYSITELIB}/mypyc/genopscontext.py
 1680${PYSITELIB}/mypyc/genopscontext.pyc
 1681${PYSITELIB}/mypyc/genopscontext.pyo
 1682${PYSITELIB}/mypyc/genopsmain.py
 1683${PYSITELIB}/mypyc/genopsmain.pyc
 1684${PYSITELIB}/mypyc/genopsmain.pyo
 1685${PYSITELIB}/mypyc/genopsmapper.py
 1686${PYSITELIB}/mypyc/genopsmapper.pyc
 1687${PYSITELIB}/mypyc/genopsmapper.pyo
 1688${PYSITELIB}/mypyc/genopsprepare.py
 1689${PYSITELIB}/mypyc/genopsprepare.pyc
 1690${PYSITELIB}/mypyc/genopsprepare.pyo
 1691${PYSITELIB}/mypyc/genopsutil.py
 1692${PYSITELIB}/mypyc/genopsutil.pyc
 1693${PYSITELIB}/mypyc/genopsutil.pyo
 1694${PYSITELIB}/mypyc/genopsvisitor.py
 1695${PYSITELIB}/mypyc/genopsvisitor.pyc
 1696${PYSITELIB}/mypyc/genopsvisitor.pyo
 1697${PYSITELIB}/mypyc/genopsvtable.py
 1698${PYSITELIB}/mypyc/genopsvtable.pyc
 1699${PYSITELIB}/mypyc/genopsvtable.pyo
 1700${PYSITELIB}/mypyc/genstatement.py
 1701${PYSITELIB}/mypyc/genstatement.pyc
 1702${PYSITELIB}/mypyc/genstatement.pyo
 1703${PYSITELIB}/mypyc/ir_builder.py
 1704${PYSITELIB}/mypyc/ir_builder.pyc
 1705${PYSITELIB}/mypyc/ir_builder.pyo
1649${PYSITELIB}/mypyc/lib-rt/CPy.c 1706${PYSITELIB}/mypyc/lib-rt/CPy.c
1650${PYSITELIB}/mypyc/lib-rt/CPy.h 1707${PYSITELIB}/mypyc/lib-rt/CPy.h
1651${PYSITELIB}/mypyc/lib-rt/getargs.c 1708${PYSITELIB}/mypyc/lib-rt/getargs.c
1652${PYSITELIB}/mypyc/lib-rt/module_shim.tmpl 1709${PYSITELIB}/mypyc/lib-rt/module_shim.tmpl
1653${PYSITELIB}/mypyc/lib-rt/mypyc_util.h 1710${PYSITELIB}/mypyc/lib-rt/mypyc_util.h
1654${PYSITELIB}/mypyc/lib-rt/pythonsupport.h 1711${PYSITELIB}/mypyc/lib-rt/pythonsupport.h
1655${PYSITELIB}/mypyc/namegen.py 1712${PYSITELIB}/mypyc/namegen.py
1656${PYSITELIB}/mypyc/namegen.pyc 1713${PYSITELIB}/mypyc/namegen.pyc
1657${PYSITELIB}/mypyc/namegen.pyo 1714${PYSITELIB}/mypyc/namegen.pyo
 1715${PYSITELIB}/mypyc/nonlocalcontrol.py
 1716${PYSITELIB}/mypyc/nonlocalcontrol.pyc
 1717${PYSITELIB}/mypyc/nonlocalcontrol.pyo
1658${PYSITELIB}/mypyc/ops.py 1718${PYSITELIB}/mypyc/ops.py
1659${PYSITELIB}/mypyc/ops.pyc 1719${PYSITELIB}/mypyc/ops.pyc
1660${PYSITELIB}/mypyc/ops.pyo 1720${PYSITELIB}/mypyc/ops.pyo
1661${PYSITELIB}/mypyc/ops_dict.py 1721${PYSITELIB}/mypyc/ops_dict.py
1662${PYSITELIB}/mypyc/ops_dict.pyc 1722${PYSITELIB}/mypyc/ops_dict.pyc
1663${PYSITELIB}/mypyc/ops_dict.pyo 1723${PYSITELIB}/mypyc/ops_dict.pyo
1664${PYSITELIB}/mypyc/ops_exc.py 1724${PYSITELIB}/mypyc/ops_exc.py
1665${PYSITELIB}/mypyc/ops_exc.pyc 1725${PYSITELIB}/mypyc/ops_exc.pyc
1666${PYSITELIB}/mypyc/ops_exc.pyo 1726${PYSITELIB}/mypyc/ops_exc.pyo
1667${PYSITELIB}/mypyc/ops_int.py 1727${PYSITELIB}/mypyc/ops_int.py
1668${PYSITELIB}/mypyc/ops_int.pyc 1728${PYSITELIB}/mypyc/ops_int.pyc
1669${PYSITELIB}/mypyc/ops_int.pyo 1729${PYSITELIB}/mypyc/ops_int.pyo
1670${PYSITELIB}/mypyc/ops_list.py 1730${PYSITELIB}/mypyc/ops_list.py
@@ -1690,26 +1750,29 @@ ${PYSITELIB}/mypyc/options.pyc @@ -1690,26 +1750,29 @@ ${PYSITELIB}/mypyc/options.pyc
1690${PYSITELIB}/mypyc/options.pyo 1750${PYSITELIB}/mypyc/options.pyo
1691${PYSITELIB}/mypyc/prebuildvisitor.py 1751${PYSITELIB}/mypyc/prebuildvisitor.py
1692${PYSITELIB}/mypyc/prebuildvisitor.pyc 1752${PYSITELIB}/mypyc/prebuildvisitor.pyc
1693${PYSITELIB}/mypyc/prebuildvisitor.pyo 1753${PYSITELIB}/mypyc/prebuildvisitor.pyo
1694${PYSITELIB}/mypyc/refcount.py 1754${PYSITELIB}/mypyc/refcount.py
1695${PYSITELIB}/mypyc/refcount.pyc 1755${PYSITELIB}/mypyc/refcount.pyc
1696${PYSITELIB}/mypyc/refcount.pyo 1756${PYSITELIB}/mypyc/refcount.pyo
1697${PYSITELIB}/mypyc/rt_subtype.py 1757${PYSITELIB}/mypyc/rt_subtype.py
1698${PYSITELIB}/mypyc/rt_subtype.pyc 1758${PYSITELIB}/mypyc/rt_subtype.pyc
1699${PYSITELIB}/mypyc/rt_subtype.pyo 1759${PYSITELIB}/mypyc/rt_subtype.pyo
1700${PYSITELIB}/mypyc/sametype.py 1760${PYSITELIB}/mypyc/sametype.py
1701${PYSITELIB}/mypyc/sametype.pyc 1761${PYSITELIB}/mypyc/sametype.pyc
1702${PYSITELIB}/mypyc/sametype.pyo 1762${PYSITELIB}/mypyc/sametype.pyo
 1763${PYSITELIB}/mypyc/specialize.py
 1764${PYSITELIB}/mypyc/specialize.pyc
 1765${PYSITELIB}/mypyc/specialize.pyo
1703${PYSITELIB}/mypyc/subtype.py 1766${PYSITELIB}/mypyc/subtype.py
1704${PYSITELIB}/mypyc/subtype.pyc 1767${PYSITELIB}/mypyc/subtype.pyc
1705${PYSITELIB}/mypyc/subtype.pyo 1768${PYSITELIB}/mypyc/subtype.pyo
1706${PYSITELIB}/mypyc/test/__init__.py 1769${PYSITELIB}/mypyc/test/__init__.py
1707${PYSITELIB}/mypyc/test/__init__.pyc 1770${PYSITELIB}/mypyc/test/__init__.pyc
1708${PYSITELIB}/mypyc/test/__init__.pyo 1771${PYSITELIB}/mypyc/test/__init__.pyo
1709${PYSITELIB}/mypyc/test/config.py 1772${PYSITELIB}/mypyc/test/config.py
1710${PYSITELIB}/mypyc/test/config.pyc 1773${PYSITELIB}/mypyc/test/config.pyc
1711${PYSITELIB}/mypyc/test/config.pyo 1774${PYSITELIB}/mypyc/test/config.pyo
1712${PYSITELIB}/mypyc/test/test_analysis.py 1775${PYSITELIB}/mypyc/test/test_analysis.py
1713${PYSITELIB}/mypyc/test/test_analysis.pyc 1776${PYSITELIB}/mypyc/test/test_analysis.pyc
1714${PYSITELIB}/mypyc/test/test_analysis.pyo 1777${PYSITELIB}/mypyc/test/test_analysis.pyo
1715${PYSITELIB}/mypyc/test/test_commandline.py 1778${PYSITELIB}/mypyc/test/test_commandline.py

cvs diff -r1.12 -r1.13 pkgsrc/lang/py-mypy/distinfo (expand / switch to unified diff)

--- pkgsrc/lang/py-mypy/distinfo 2020/01/03 11:53:09 1.12
+++ pkgsrc/lang/py-mypy/distinfo 2020/03/17 20:18:43 1.13
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.12 2020/01/03 11:53:09 adam Exp $ 1$NetBSD: distinfo,v 1.13 2020/03/17 20:18:43 adam Exp $
2 2
3SHA1 (mypy-0.761.tar.gz) = ad92aacf38cd3174579e43889685dccd85b169cc 3SHA1 (mypy-0.770.tar.gz) = da0a2845ea2660122268930bea7478dca4815289
4RMD160 (mypy-0.761.tar.gz) = cf02cf197bebf59880b88a7ee98736a802d631bc 4RMD160 (mypy-0.770.tar.gz) = 249957aced5a23393282f9bf57431155a515002b
5SHA512 (mypy-0.761.tar.gz) = 0928274abb2e2d3935a0773992f15adb32da624f0412c39853cd144712c48ab77a525d1d9fc7b27c2e3e87940cf622db62d7ebe62fede1a05f5e00faaf476f51 5SHA512 (mypy-0.770.tar.gz) = 0137a2a68f89a05b27afd3e579f54bf7607494ffe6870aec7711c16f4d8737fffea5b2eb617ca6077906dcfdea557cc1407442f5da811974098b3fb934e59bd7
6Size (mypy-0.761.tar.gz) = 2101124 bytes 6Size (mypy-0.770.tar.gz) = 2192551 bytes