py-mypy: updated to 1.9.0

Mypy 1.9

Basic Support for Type Parameter Defaults (PEP 696)
Type-checking Improvements
Performance Improvements
Documentation Updates
Stubtest Improvements
Stubgen Improvements
This commit is contained in:
adam 2024-03-11 08:40:09 +00:00
parent b80fa161ab
commit f2c3afc3d6
3 changed files with 13 additions and 9 deletions

View File

@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.48 2024/01/04 22:27:13 adam Exp $
# $NetBSD: Makefile,v 1.49 2024/03/11 08:40:09 adam Exp $
DISTNAME= mypy-1.8.0
DISTNAME= mypy-1.9.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= lang python
MASTER_SITES= ${MASTER_SITE_PYPI:=m/mypy/}

View File

@ -1,4 +1,4 @@
@comment $NetBSD: PLIST,v 1.31 2024/01/04 22:27:13 adam Exp $
@comment $NetBSD: PLIST,v 1.32 2024/03/11 08:40:09 adam Exp $
bin/dmypy-${PYVERSSUFFIX}
bin/mypy-${PYVERSSUFFIX}
bin/mypyc-${PYVERSSUFFIX}
@ -644,6 +644,7 @@ ${PYSITELIB}/mypy/typeshed/stdlib/copyreg.pyi
${PYSITELIB}/mypy/typeshed/stdlib/crypt.pyi
${PYSITELIB}/mypy/typeshed/stdlib/csv.pyi
${PYSITELIB}/mypy/typeshed/stdlib/ctypes/__init__.pyi
${PYSITELIB}/mypy/typeshed/stdlib/ctypes/_endian.pyi
${PYSITELIB}/mypy/typeshed/stdlib/ctypes/util.pyi
${PYSITELIB}/mypy/typeshed/stdlib/ctypes/wintypes.pyi
${PYSITELIB}/mypy/typeshed/stdlib/curses/__init__.pyi
@ -713,6 +714,7 @@ ${PYSITELIB}/mypy/typeshed/stdlib/doctest.pyi
${PYSITELIB}/mypy/typeshed/stdlib/dummy_threading.pyi
${PYSITELIB}/mypy/typeshed/stdlib/email/__init__.pyi
${PYSITELIB}/mypy/typeshed/stdlib/email/_header_value_parser.pyi
${PYSITELIB}/mypy/typeshed/stdlib/email/_policybase.pyi
${PYSITELIB}/mypy/typeshed/stdlib/email/base64mime.pyi
${PYSITELIB}/mypy/typeshed/stdlib/email/charset.pyi
${PYSITELIB}/mypy/typeshed/stdlib/email/contentmanager.pyi
@ -776,6 +778,7 @@ ${PYSITELIB}/mypy/typeshed/stdlib/imaplib.pyi
${PYSITELIB}/mypy/typeshed/stdlib/imghdr.pyi
${PYSITELIB}/mypy/typeshed/stdlib/imp.pyi
${PYSITELIB}/mypy/typeshed/stdlib/importlib/__init__.pyi
${PYSITELIB}/mypy/typeshed/stdlib/importlib/_abc.pyi
${PYSITELIB}/mypy/typeshed/stdlib/importlib/abc.pyi
${PYSITELIB}/mypy/typeshed/stdlib/importlib/machinery.pyi
${PYSITELIB}/mypy/typeshed/stdlib/importlib/metadata/__init__.pyi
@ -870,7 +873,6 @@ ${PYSITELIB}/mypy/typeshed/stdlib/logging/__init__.pyi
${PYSITELIB}/mypy/typeshed/stdlib/logging/config.pyi
${PYSITELIB}/mypy/typeshed/stdlib/logging/handlers.pyi
${PYSITELIB}/mypy/typeshed/stdlib/lzma.pyi
${PYSITELIB}/mypy/typeshed/stdlib/macpath.pyi
${PYSITELIB}/mypy/typeshed/stdlib/mailbox.pyi
${PYSITELIB}/mypy/typeshed/stdlib/mailcap.pyi
${PYSITELIB}/mypy/typeshed/stdlib/marshal.pyi
@ -1076,6 +1078,7 @@ ${PYSITELIB}/mypy/typeshed/stdlib/xml/parsers/expat/__init__.pyi
${PYSITELIB}/mypy/typeshed/stdlib/xml/parsers/expat/errors.pyi
${PYSITELIB}/mypy/typeshed/stdlib/xml/parsers/expat/model.pyi
${PYSITELIB}/mypy/typeshed/stdlib/xml/sax/__init__.pyi
${PYSITELIB}/mypy/typeshed/stdlib/xml/sax/_exceptions.pyi
${PYSITELIB}/mypy/typeshed/stdlib/xml/sax/handler.pyi
${PYSITELIB}/mypy/typeshed/stdlib/xml/sax/saxutils.pyi
${PYSITELIB}/mypy/typeshed/stdlib/xml/sax/xmlreader.pyi
@ -1084,7 +1087,8 @@ ${PYSITELIB}/mypy/typeshed/stdlib/xmlrpc/client.pyi
${PYSITELIB}/mypy/typeshed/stdlib/xmlrpc/server.pyi
${PYSITELIB}/mypy/typeshed/stdlib/xxlimited.pyi
${PYSITELIB}/mypy/typeshed/stdlib/zipapp.pyi
${PYSITELIB}/mypy/typeshed/stdlib/zipfile.pyi
${PYSITELIB}/mypy/typeshed/stdlib/zipfile/__init__.pyi
${PYSITELIB}/mypy/typeshed/stdlib/zipfile/_path.pyi
${PYSITELIB}/mypy/typeshed/stdlib/zipimport.pyi
${PYSITELIB}/mypy/typeshed/stdlib/zlib.pyi
${PYSITELIB}/mypy/typeshed/stdlib/zoneinfo/__init__.pyi

View File

@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.45 2024/01/04 22:27:13 adam Exp $
$NetBSD: distinfo,v 1.46 2024/03/11 08:40:09 adam Exp $
BLAKE2s (mypy-1.8.0.tar.gz) = 2bed18f2e5fe15b8c9b67fe9534d0aa88a489bac72b5c7c5877a9d69ad73babd
SHA512 (mypy-1.8.0.tar.gz) = 701088f7b8c6da83c6231cd655e12640b7d30a6a959d1a13aefbc7c84aa1772017bca31b1f56a736b93722621f7b606a3ad2bd5e6c7aa18c5ba4c208b08df41e
Size (mypy-1.8.0.tar.gz) = 2990299 bytes
BLAKE2s (mypy-1.9.0.tar.gz) = 19631ec5740f44fb171bcf0e77862af3b764826741ba7a4794cf8db9928bb8ad
SHA512 (mypy-1.9.0.tar.gz) = 173a4def04a0b8755c67e5db1a781cd59e3d804a6f2a5ce97bb93c4f0f55fd9368e2faab9ebd51b2a1c365e6c80ac249a113b7303a1bfd56ba10b277d1da8fd6
Size (mypy-1.9.0.tar.gz) = 2995901 bytes