pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/lang/py-mypy
Module Name: pkgsrc
Committed By: adam
Date: Mon Mar 11 08:40:09 UTC 2024
Modified Files:
pkgsrc/lang/py-mypy: Makefile PLIST distinfo
Log Message:
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
To generate a diff of this commit:
cvs rdiff -u -r1.48 -r1.49 pkgsrc/lang/py-mypy/Makefile
cvs rdiff -u -r1.31 -r1.32 pkgsrc/lang/py-mypy/PLIST
cvs rdiff -u -r1.45 -r1.46 pkgsrc/lang/py-mypy/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/lang/py-mypy/Makefile
diff -u pkgsrc/lang/py-mypy/Makefile:1.48 pkgsrc/lang/py-mypy/Makefile:1.49
--- pkgsrc/lang/py-mypy/Makefile:1.48 Thu Jan 4 22:27:13 2024
+++ pkgsrc/lang/py-mypy/Makefile Mon Mar 11 08:40:09 2024
@@ -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/}
Index: pkgsrc/lang/py-mypy/PLIST
diff -u pkgsrc/lang/py-mypy/PLIST:1.31 pkgsrc/lang/py-mypy/PLIST:1.32
--- pkgsrc/lang/py-mypy/PLIST:1.31 Thu Jan 4 22:27:13 2024
+++ pkgsrc/lang/py-mypy/PLIST Mon Mar 11 08:40:09 2024
@@ -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/copyre
${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/doctes
${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/imapli
${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/loggin
${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/pa
${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
${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
Index: pkgsrc/lang/py-mypy/distinfo
diff -u pkgsrc/lang/py-mypy/distinfo:1.45 pkgsrc/lang/py-mypy/distinfo:1.46
--- pkgsrc/lang/py-mypy/distinfo:1.45 Thu Jan 4 22:27:13 2024
+++ pkgsrc/lang/py-mypy/distinfo Mon Mar 11 08:40:09 2024
@@ -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
Home |
Main Index |
Thread Index |
Old Index