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 Feb  7 07:31:45 UTC 2025

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

Log Message:
py-mypy: updated to 1.15.0

1.15

Performance Improvements
Mypyc Accelerated Mypy Wheels for ARM Linux
--strict-bytes
Improvements to Reachability Analysis and Partial Type Handling in Loops
Better Discovery of Configuration Files
Better Line Numbers for Decorators and Slice Expressions
Drop Support for Python 3.8


To generate a diff of this commit:
cvs rdiff -u -r1.59 -r1.60 pkgsrc/lang/py-mypy/Makefile
cvs rdiff -u -r1.36 -r1.37 pkgsrc/lang/py-mypy/PLIST
cvs rdiff -u -r1.55 -r1.56 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.59 pkgsrc/lang/py-mypy/Makefile:1.60
--- pkgsrc/lang/py-mypy/Makefile:1.59   Fri Jan  3 10:56:46 2025
+++ pkgsrc/lang/py-mypy/Makefile        Fri Feb  7 07:31:45 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.59 2025/01/03 10:56:46 adam Exp $
+# $NetBSD: Makefile,v 1.60 2025/02/07 07:31:45 adam Exp $
 
-DISTNAME=      mypy-1.14.1
+DISTNAME=      mypy-1.15.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.36 pkgsrc/lang/py-mypy/PLIST:1.37
--- pkgsrc/lang/py-mypy/PLIST:1.36      Fri Jan  3 10:56:46 2025
+++ pkgsrc/lang/py-mypy/PLIST   Fri Feb  7 07:31:45 2025
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.36 2025/01/03 10:56:46 adam Exp $
+@comment $NetBSD: PLIST,v 1.37 2025/02/07 07:31:45 adam Exp $
 bin/dmypy-${PYVERSSUFFIX}
 bin/mypy-${PYVERSSUFFIX}
 bin/mypyc-${PYVERSSUFFIX}
@@ -389,6 +389,9 @@ ${PYSITELIB}/mypy/test/meta/test_parse_d
 ${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_config_parser.py
+${PYSITELIB}/mypy/test/test_config_parser.pyc
+${PYSITELIB}/mypy/test/test_config_parser.pyo
 ${PYSITELIB}/mypy/test/test_find_sources.py
 ${PYSITELIB}/mypy/test/test_find_sources.pyc
 ${PYSITELIB}/mypy/test/test_find_sources.pyo
@@ -572,6 +575,7 @@ ${PYSITELIB}/mypy/typeshed/stdlib/_msi.p
 ${PYSITELIB}/mypy/typeshed/stdlib/_multibytecodec.pyi
 ${PYSITELIB}/mypy/typeshed/stdlib/_operator.pyi
 ${PYSITELIB}/mypy/typeshed/stdlib/_osx_support.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/_pickle.pyi
 ${PYSITELIB}/mypy/typeshed/stdlib/_posixsubprocess.pyi
 ${PYSITELIB}/mypy/typeshed/stdlib/_py_abc.pyi
 ${PYSITELIB}/mypy/typeshed/stdlib/_pydecimal.pyi
@@ -1240,6 +1244,7 @@ ${PYSITELIB}/mypy/typeshed/stdlib/xml/pa
 ${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/expatreader.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
@@ -1249,7 +1254,8 @@ ${PYSITELIB}/mypy/typeshed/stdlib/xmlrpc
 ${PYSITELIB}/mypy/typeshed/stdlib/xxlimited.pyi
 ${PYSITELIB}/mypy/typeshed/stdlib/zipapp.pyi
 ${PYSITELIB}/mypy/typeshed/stdlib/zipfile/__init__.pyi
-${PYSITELIB}/mypy/typeshed/stdlib/zipfile/_path.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/zipfile/_path/__init__.pyi
+${PYSITELIB}/mypy/typeshed/stdlib/zipfile/_path/glob.pyi
 ${PYSITELIB}/mypy/typeshed/stdlib/zipimport.pyi
 ${PYSITELIB}/mypy/typeshed/stdlib/zlib.pyi
 ${PYSITELIB}/mypy/typeshed/stdlib/zoneinfo/__init__.pyi
@@ -1281,7 +1287,6 @@ ${PYSITELIB}/mypy/xml/mypy-html.css
 ${PYSITELIB}/mypy/xml/mypy-html.xslt
 ${PYSITELIB}/mypy/xml/mypy-txt.xslt
 ${PYSITELIB}/mypy/xml/mypy.xsd
-${PYSITELIB}/mypyc/README.md
 ${PYSITELIB}/mypyc/__init__.py
 ${PYSITELIB}/mypyc/__init__.pyc
 ${PYSITELIB}/mypyc/__init__.pyo
@@ -1339,76 +1344,9 @@ ${PYSITELIB}/mypyc/common.pyo
 ${PYSITELIB}/mypyc/crash.py
 ${PYSITELIB}/mypyc/crash.pyc
 ${PYSITELIB}/mypyc/crash.pyo
-${PYSITELIB}/mypyc/doc/Makefile
-${PYSITELIB}/mypyc/doc/bool_operations.rst
-${PYSITELIB}/mypyc/doc/bytes_operations.rst
-${PYSITELIB}/mypyc/doc/compilation_units.rst
-${PYSITELIB}/mypyc/doc/conf.py
-${PYSITELIB}/mypyc/doc/conf.pyc
-${PYSITELIB}/mypyc/doc/conf.pyo
-${PYSITELIB}/mypyc/doc/cpython-timings.md
-${PYSITELIB}/mypyc/doc/dev-intro.md
-${PYSITELIB}/mypyc/doc/dict_operations.rst
-${PYSITELIB}/mypyc/doc/differences_from_python.rst
-${PYSITELIB}/mypyc/doc/float_operations.rst
-${PYSITELIB}/mypyc/doc/future.md
-${PYSITELIB}/mypyc/doc/getting_started.rst
-${PYSITELIB}/mypyc/doc/index.rst
-${PYSITELIB}/mypyc/doc/int_operations.rst
-${PYSITELIB}/mypyc/doc/introduction.rst
-${PYSITELIB}/mypyc/doc/list_operations.rst
-${PYSITELIB}/mypyc/doc/make.bat
-${PYSITELIB}/mypyc/doc/native_classes.rst
-${PYSITELIB}/mypyc/doc/native_operations.rst
-${PYSITELIB}/mypyc/doc/performance_tips_and_tricks.rst
-${PYSITELIB}/mypyc/doc/set_operations.rst
-${PYSITELIB}/mypyc/doc/str_operations.rst
-${PYSITELIB}/mypyc/doc/tuple_operations.rst
-${PYSITELIB}/mypyc/doc/using_type_annotations.rst
 ${PYSITELIB}/mypyc/errors.py
 ${PYSITELIB}/mypyc/errors.pyc
 ${PYSITELIB}/mypyc/errors.pyo
-${PYSITELIB}/mypyc/external/googletest/LICENSE
-${PYSITELIB}/mypyc/external/googletest/README.md
-${PYSITELIB}/mypyc/external/googletest/include/gtest/gtest-death-test.h
-${PYSITELIB}/mypyc/external/googletest/include/gtest/gtest-message.h
-${PYSITELIB}/mypyc/external/googletest/include/gtest/gtest-param-test.h
-${PYSITELIB}/mypyc/external/googletest/include/gtest/gtest-param-test.h.pump
-${PYSITELIB}/mypyc/external/googletest/include/gtest/gtest-printers.h
-${PYSITELIB}/mypyc/external/googletest/include/gtest/gtest-spi.h
-${PYSITELIB}/mypyc/external/googletest/include/gtest/gtest-test-part.h
-${PYSITELIB}/mypyc/external/googletest/include/gtest/gtest-typed-test.h
-${PYSITELIB}/mypyc/external/googletest/include/gtest/gtest.h
-${PYSITELIB}/mypyc/external/googletest/include/gtest/gtest_pred_impl.h
-${PYSITELIB}/mypyc/external/googletest/include/gtest/gtest_prod.h
-${PYSITELIB}/mypyc/external/googletest/include/gtest/internal/custom/gtest-port.h
-${PYSITELIB}/mypyc/external/googletest/include/gtest/internal/custom/gtest-printers.h
-${PYSITELIB}/mypyc/external/googletest/include/gtest/internal/custom/gtest.h
-${PYSITELIB}/mypyc/external/googletest/include/gtest/internal/gtest-death-test-internal.h
-${PYSITELIB}/mypyc/external/googletest/include/gtest/internal/gtest-filepath.h
-${PYSITELIB}/mypyc/external/googletest/include/gtest/internal/gtest-internal.h
-${PYSITELIB}/mypyc/external/googletest/include/gtest/internal/gtest-linked_ptr.h
-${PYSITELIB}/mypyc/external/googletest/include/gtest/internal/gtest-param-util-generated.h
-${PYSITELIB}/mypyc/external/googletest/include/gtest/internal/gtest-param-util-generated.h.pump
-${PYSITELIB}/mypyc/external/googletest/include/gtest/internal/gtest-param-util.h
-${PYSITELIB}/mypyc/external/googletest/include/gtest/internal/gtest-port-arch.h
-${PYSITELIB}/mypyc/external/googletest/include/gtest/internal/gtest-port.h
-${PYSITELIB}/mypyc/external/googletest/include/gtest/internal/gtest-string.h
-${PYSITELIB}/mypyc/external/googletest/include/gtest/internal/gtest-tuple.h
-${PYSITELIB}/mypyc/external/googletest/include/gtest/internal/gtest-tuple.h.pump
-${PYSITELIB}/mypyc/external/googletest/include/gtest/internal/gtest-type-util.h
-${PYSITELIB}/mypyc/external/googletest/include/gtest/internal/gtest-type-util.h.pump
-${PYSITELIB}/mypyc/external/googletest/make/Makefile
-${PYSITELIB}/mypyc/external/googletest/src/gtest-all.cc
-${PYSITELIB}/mypyc/external/googletest/src/gtest-death-test.cc
-${PYSITELIB}/mypyc/external/googletest/src/gtest-filepath.cc
-${PYSITELIB}/mypyc/external/googletest/src/gtest-internal-inl.h
-${PYSITELIB}/mypyc/external/googletest/src/gtest-port.cc
-${PYSITELIB}/mypyc/external/googletest/src/gtest-printers.cc
-${PYSITELIB}/mypyc/external/googletest/src/gtest-test-part.cc
-${PYSITELIB}/mypyc/external/googletest/src/gtest-typed-test.cc
-${PYSITELIB}/mypyc/external/googletest/src/gtest.cc
-${PYSITELIB}/mypyc/external/googletest/src/gtest_main.cc
 ${PYSITELIB}/mypyc/ir/__init__.py
 ${PYSITELIB}/mypyc/ir/__init__.pyc
 ${PYSITELIB}/mypyc/ir/__init__.pyo
@@ -1526,11 +1464,7 @@ ${PYSITELIB}/mypyc/lib-rt/pythoncapi_com
 ${PYSITELIB}/mypyc/lib-rt/pythonsupport.c
 ${PYSITELIB}/mypyc/lib-rt/pythonsupport.h
 ${PYSITELIB}/mypyc/lib-rt/set_ops.c
-${PYSITELIB}/mypyc/lib-rt/setup.py
-${PYSITELIB}/mypyc/lib-rt/setup.pyc
-${PYSITELIB}/mypyc/lib-rt/setup.pyo
 ${PYSITELIB}/mypyc/lib-rt/str_ops.c
-${PYSITELIB}/mypyc/lib-rt/test_capi.cc
 ${PYSITELIB}/mypyc/lib-rt/tuple_ops.c
 ${PYSITELIB}/mypyc/lower/__init__.py
 ${PYSITELIB}/mypyc/lower/__init__.pyc
@@ -1592,6 +1526,7 @@ ${PYSITELIB}/mypyc/primitives/str_ops.py
 ${PYSITELIB}/mypyc/primitives/tuple_ops.py
 ${PYSITELIB}/mypyc/primitives/tuple_ops.pyc
 ${PYSITELIB}/mypyc/primitives/tuple_ops.pyo
+${PYSITELIB}/mypyc/py.typed
 ${PYSITELIB}/mypyc/rt_subtype.py
 ${PYSITELIB}/mypyc/rt_subtype.pyc
 ${PYSITELIB}/mypyc/rt_subtype.pyo
@@ -1601,92 +1536,6 @@ ${PYSITELIB}/mypyc/sametype.pyo
 ${PYSITELIB}/mypyc/subtype.py
 ${PYSITELIB}/mypyc/subtype.pyc
 ${PYSITELIB}/mypyc/subtype.pyo
-${PYSITELIB}/mypyc/test-data/alwaysdefined.test
-${PYSITELIB}/mypyc/test-data/analysis.test
-${PYSITELIB}/mypyc/test-data/commandline.test
-${PYSITELIB}/mypyc/test-data/driver/driver.py
-${PYSITELIB}/mypyc/test-data/driver/driver.pyc
-${PYSITELIB}/mypyc/test-data/driver/driver.pyo
-${PYSITELIB}/mypyc/test-data/exceptions-freq.test
-${PYSITELIB}/mypyc/test-data/exceptions.test
-${PYSITELIB}/mypyc/test-data/fixtures/ir.py
-${PYSITELIB}/mypyc/test-data/fixtures/ir.pyc
-${PYSITELIB}/mypyc/test-data/fixtures/ir.pyo
-${PYSITELIB}/mypyc/test-data/fixtures/testutil.py
-${PYSITELIB}/mypyc/test-data/fixtures/testutil.pyc
-${PYSITELIB}/mypyc/test-data/fixtures/testutil.pyo
-${PYSITELIB}/mypyc/test-data/fixtures/typing-full.pyi
-${PYSITELIB}/mypyc/test-data/irbuild-any.test
-${PYSITELIB}/mypyc/test-data/irbuild-basic.test
-${PYSITELIB}/mypyc/test-data/irbuild-bool.test
-${PYSITELIB}/mypyc/test-data/irbuild-bytes.test
-${PYSITELIB}/mypyc/test-data/irbuild-classes.test
-${PYSITELIB}/mypyc/test-data/irbuild-constant-fold.test
-${PYSITELIB}/mypyc/test-data/irbuild-dict.test
-${PYSITELIB}/mypyc/test-data/irbuild-dunders.test
-${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
-${PYSITELIB}/mypyc/test-data/irbuild-isinstance.test
-${PYSITELIB}/mypyc/test-data/irbuild-lists.test
-${PYSITELIB}/mypyc/test-data/irbuild-match.test
-${PYSITELIB}/mypyc/test-data/irbuild-math.test
-${PYSITELIB}/mypyc/test-data/irbuild-nested.test
-${PYSITELIB}/mypyc/test-data/irbuild-optional.test
-${PYSITELIB}/mypyc/test-data/irbuild-set.test
-${PYSITELIB}/mypyc/test-data/irbuild-singledispatch.test
-${PYSITELIB}/mypyc/test-data/irbuild-statements.test
-${PYSITELIB}/mypyc/test-data/irbuild-str.test
-${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/lowering-int.test
-${PYSITELIB}/mypyc/test-data/lowering-list.test
-${PYSITELIB}/mypyc/test-data/opt-copy-propagation.test
-${PYSITELIB}/mypyc/test-data/opt-flag-elimination.test
-${PYSITELIB}/mypyc/test-data/refcount.test
-${PYSITELIB}/mypyc/test-data/run-async.test
-${PYSITELIB}/mypyc/test-data/run-attrs.test
-${PYSITELIB}/mypyc/test-data/run-bench.test
-${PYSITELIB}/mypyc/test-data/run-bools.test
-${PYSITELIB}/mypyc/test-data/run-bytes.test
-${PYSITELIB}/mypyc/test-data/run-classes.test
-${PYSITELIB}/mypyc/test-data/run-dicts.test
-${PYSITELIB}/mypyc/test-data/run-dunders-special.test
-${PYSITELIB}/mypyc/test-data/run-dunders.test
-${PYSITELIB}/mypyc/test-data/run-exceptions.test
-${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
-${PYSITELIB}/mypyc/test-data/run-integers.test
-${PYSITELIB}/mypyc/test-data/run-lists.test
-${PYSITELIB}/mypyc/test-data/run-loops.test
-${PYSITELIB}/mypyc/test-data/run-match.test
-${PYSITELIB}/mypyc/test-data/run-math.test
-${PYSITELIB}/mypyc/test-data/run-misc.test
-${PYSITELIB}/mypyc/test-data/run-multimodule.test
-${PYSITELIB}/mypyc/test-data/run-mypy-sim.test
-${PYSITELIB}/mypyc/test-data/run-primitives.test
-${PYSITELIB}/mypyc/test-data/run-python312.test
-${PYSITELIB}/mypyc/test-data/run-python37.test
-${PYSITELIB}/mypyc/test-data/run-python38.test
-${PYSITELIB}/mypyc/test-data/run-sets.test
-${PYSITELIB}/mypyc/test-data/run-singledispatch.test
-${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.55 pkgsrc/lang/py-mypy/distinfo:1.56
--- pkgsrc/lang/py-mypy/distinfo:1.55   Fri Jan  3 10:56:46 2025
+++ pkgsrc/lang/py-mypy/distinfo        Fri Feb  7 07:31:45 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.55 2025/01/03 10:56:46 adam Exp $
+$NetBSD: distinfo,v 1.56 2025/02/07 07:31:45 adam Exp $
 
-BLAKE2s (mypy-1.14.1.tar.gz) = 451ff8da865c509331359bd8b5fe3072795edd41865ebfd7c2e13fe733a95b3b
-SHA512 (mypy-1.14.1.tar.gz) = c0ba8ca3aa3cd56ab61c6a661cd70a9da03d882b8df827a45f0cac6c019e13b32de0e5bc44ee5ba9a67e1240c193fa31558ab1df415ae029fd79307df588fb17
-Size (mypy-1.14.1.tar.gz) = 3216051 bytes
+BLAKE2s (mypy-1.15.0.tar.gz) = cfa50438dda48f47309862a339b44c011ae83268bbc690af2a680415f4818e40
+SHA512 (mypy-1.15.0.tar.gz) = c5e5c1822ea1eadf94837a0382d047330e7159254049f7c77e50427999e9f17e914a74cae40b1f1d06df17c20ac0d3753e322ee9cb688056831acb954be5456c
+Size (mypy-1.15.0.tar.gz) = 3239717 bytes



Home | Main Index | Thread Index | Old Index