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:           Fri Aug 25 11:13:08 UTC 2023

Modified Files:
        pkgsrc/lang/py-mypy: Makefile PLIST distinfo

Log Message:
py-mypy: updated to 1.5.1

1.5.1

Drop Support for Python 3.7
Optional Check to Require Explicit @override
More Flexible TypedDict Creation and Update
Deprecated Flag: --strict-concatenate
Optionally Show Links to Error Code Documentation
Consistently Avoid Type Checking Unreachable Code
Experimental Improved Type Inference for Generic Functions
Partial Support for Python 3.12
Improvements to Dataclasses
Mypyc Improvements
Stubgen Improvements
Documentation Updates


To generate a diff of this commit:
cvs rdiff -u -r1.43 -r1.44 pkgsrc/lang/py-mypy/Makefile
cvs rdiff -u -r1.28 -r1.29 pkgsrc/lang/py-mypy/PLIST
cvs rdiff -u -r1.40 -r1.41 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.43 pkgsrc/lang/py-mypy/Makefile:1.44
--- pkgsrc/lang/py-mypy/Makefile:1.43   Thu Jul  6 10:08:57 2023
+++ pkgsrc/lang/py-mypy/Makefile        Fri Aug 25 11:13:08 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.43 2023/07/06 10:08:57 adam Exp $
+# $NetBSD: Makefile,v 1.44 2023/08/25 11:13:08 adam Exp $
 
-DISTNAME=      mypy-1.4.1
+DISTNAME=      mypy-1.5.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    lang python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=m/mypy/}
@@ -20,7 +20,6 @@ PYTHON_VERSIONS_INCOMPATIBLE= 27
 USE_PKG_RESOURCES=     yes
 
 .include "../../lang/python/pyversion.mk"
-
 .if ${PYTHON_VERSION} < 311
 DEPENDS+=      ${PYPKGPREFIX}-tomli>=1.1.0:../../textproc/py-tomli
 .endif

Index: pkgsrc/lang/py-mypy/PLIST
diff -u pkgsrc/lang/py-mypy/PLIST:1.28 pkgsrc/lang/py-mypy/PLIST:1.29
--- pkgsrc/lang/py-mypy/PLIST:1.28      Thu Jul  6 10:08:57 2023
+++ pkgsrc/lang/py-mypy/PLIST   Fri Aug 25 11:13:08 2023
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.28 2023/07/06 10:08:57 adam Exp $
+@comment $NetBSD: PLIST,v 1.29 2023/08/25 11:13:08 adam Exp $
 bin/dmypy-${PYVERSSUFFIX}
 bin/mypy-${PYVERSSUFFIX}
 bin/mypyc-${PYVERSSUFFIX}
@@ -124,6 +124,9 @@ ${PYSITELIB}/mypy/gclogger.pyo
 ${PYSITELIB}/mypy/git.py
 ${PYSITELIB}/mypy/git.pyc
 ${PYSITELIB}/mypy/git.pyo
+${PYSITELIB}/mypy/graph_utils.py
+${PYSITELIB}/mypy/graph_utils.pyc
+${PYSITELIB}/mypy/graph_utils.pyo
 ${PYSITELIB}/mypy/indirection.py
 ${PYSITELIB}/mypy/indirection.pyc
 ${PYSITELIB}/mypy/indirection.pyo
@@ -365,6 +368,15 @@ ${PYSITELIB}/mypy/test/data.pyo
 ${PYSITELIB}/mypy/test/helpers.py
 ${PYSITELIB}/mypy/test/helpers.pyc
 ${PYSITELIB}/mypy/test/helpers.pyo
+${PYSITELIB}/mypy/test/meta/__init__.py
+${PYSITELIB}/mypy/test/meta/__init__.pyc
+${PYSITELIB}/mypy/test/meta/__init__.pyo
+${PYSITELIB}/mypy/test/meta/test_parse_data.py
+${PYSITELIB}/mypy/test/meta/test_parse_data.pyc
+${PYSITELIB}/mypy/test/meta/test_parse_data.pyo
+${PYSITELIB}/mypy/test/meta/test_update_data.py
+${PYSITELIB}/mypy/test/meta/test_update_data.pyc
+${PYSITELIB}/mypy/test/meta/test_update_data.pyo
 ${PYSITELIB}/mypy/test/test_find_sources.py
 ${PYSITELIB}/mypy/test/test_find_sources.pyc
 ${PYSITELIB}/mypy/test/test_find_sources.pyo
@@ -467,9 +479,6 @@ ${PYSITELIB}/mypy/test/testtypegen.pyo
 ${PYSITELIB}/mypy/test/testtypes.py
 ${PYSITELIB}/mypy/test/testtypes.pyc
 ${PYSITELIB}/mypy/test/testtypes.pyo
-${PYSITELIB}/mypy/test/testupdatedata.py
-${PYSITELIB}/mypy/test/testupdatedata.pyc
-${PYSITELIB}/mypy/test/testupdatedata.pyo
 ${PYSITELIB}/mypy/test/testutil.py
 ${PYSITELIB}/mypy/test/testutil.pyc
 ${PYSITELIB}/mypy/test/testutil.pyo
@@ -1418,6 +1427,7 @@ ${PYSITELIB}/mypyc/test-data/irbuild-dun
 ${PYSITELIB}/mypyc/test-data/irbuild-float.test
 ${PYSITELIB}/mypyc/test-data/irbuild-generics.test
 ${PYSITELIB}/mypyc/test-data/irbuild-glue-methods.test
+${PYSITELIB}/mypyc/test-data/irbuild-i16.test
 ${PYSITELIB}/mypyc/test-data/irbuild-i32.test
 ${PYSITELIB}/mypyc/test-data/irbuild-i64.test
 ${PYSITELIB}/mypyc/test-data/irbuild-int.test
@@ -1434,6 +1444,7 @@ ${PYSITELIB}/mypyc/test-data/irbuild-str
 ${PYSITELIB}/mypyc/test-data/irbuild-strip-asserts.test
 ${PYSITELIB}/mypyc/test-data/irbuild-try.test
 ${PYSITELIB}/mypyc/test-data/irbuild-tuple.test
+${PYSITELIB}/mypyc/test-data/irbuild-u8.test
 ${PYSITELIB}/mypyc/test-data/irbuild-unreachable.test
 ${PYSITELIB}/mypyc/test-data/irbuild-vectorcall.test
 ${PYSITELIB}/mypyc/test-data/refcount.test
@@ -1449,6 +1460,7 @@ ${PYSITELIB}/mypyc/test-data/run-excepti
 ${PYSITELIB}/mypyc/test-data/run-floats.test
 ${PYSITELIB}/mypyc/test-data/run-functions.test
 ${PYSITELIB}/mypyc/test-data/run-generators.test
+${PYSITELIB}/mypyc/test-data/run-i16.test
 ${PYSITELIB}/mypyc/test-data/run-i32.test
 ${PYSITELIB}/mypyc/test-data/run-i64.test
 ${PYSITELIB}/mypyc/test-data/run-imports.test
@@ -1468,6 +1480,7 @@ ${PYSITELIB}/mypyc/test-data/run-singled
 ${PYSITELIB}/mypyc/test-data/run-strings.test
 ${PYSITELIB}/mypyc/test-data/run-traits.test
 ${PYSITELIB}/mypyc/test-data/run-tuples.test
+${PYSITELIB}/mypyc/test-data/run-u8.test
 ${PYSITELIB}/mypyc/test/__init__.py
 ${PYSITELIB}/mypyc/test/__init__.pyc
 ${PYSITELIB}/mypyc/test/__init__.pyo

Index: pkgsrc/lang/py-mypy/distinfo
diff -u pkgsrc/lang/py-mypy/distinfo:1.40 pkgsrc/lang/py-mypy/distinfo:1.41
--- pkgsrc/lang/py-mypy/distinfo:1.40   Thu Jul  6 10:08:57 2023
+++ pkgsrc/lang/py-mypy/distinfo        Fri Aug 25 11:13:08 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.40 2023/07/06 10:08:57 adam Exp $
+$NetBSD: distinfo,v 1.41 2023/08/25 11:13:08 adam Exp $
 
-BLAKE2s (mypy-1.4.1.tar.gz) = b9ff7c5207110c3f4519e0d7b6b39b43f7b482970ad2b9d40dfad20599c2c18f
-SHA512 (mypy-1.4.1.tar.gz) = 379ee46926f947811c0760848a8a3a6f8455bba3ae3ba5b537579306de7899359e8444dd6274d321dcc20adbb639fd2783521e19083c0e35b9b2feda76e65ce7
-Size (mypy-1.4.1.tar.gz) = 2855162 bytes
+BLAKE2s (mypy-1.5.1.tar.gz) = 49554f4ec22af0dfa002c32ca8bac22576c42ee92559d86753a1fa436fb3e1a5
+SHA512 (mypy-1.5.1.tar.gz) = f4a156c3ced8a7e95b07649d474989b7e0d1fb728e1e07fcc8814e44c5af73df2d1c33bb02f7cdb892b953dc0adff939cd7a39304c50e0a4ddec654037f65dce
+Size (mypy-1.5.1.tar.gz) = 2891640 bytes



Home | Main Index | Thread Index | Old Index