Michael R. Crusoe pushed to branch upstream at Debian Python Team / packages / mypy
Commits: 15731e8a by Michael R. Crusoe at 2025-11-28T17:15:25+01:00 New upstream version 1.19.0 - - - - - 272 changed files: - − .editorconfig - − .git-blame-ignore-revs - − .gitattributes - − .github/ISSUE_TEMPLATE/bug.md - − .github/ISSUE_TEMPLATE/config.yml - − .github/ISSUE_TEMPLATE/crash.md - − .github/ISSUE_TEMPLATE/documentation.md - − .github/ISSUE_TEMPLATE/feature.md - − .github/PULL_REQUEST_TEMPLATE.md - − .github/workflows/build_wheels.yml - − .github/workflows/docs.yml - − .github/workflows/mypy_primer.yml - − .github/workflows/mypy_primer_comment.yml - − .github/workflows/sync_typeshed.yml - − .github/workflows/test.yml - − .github/workflows/test_stubgenc.yml - − .gitignore - − .pre-commit-config.yaml - − .readthedocs.yaml - CHANGELOG.md - − CONTRIBUTING.md - − CREDITS - LICENSE - + PKG-INFO - − action.yml - docs/source/command_line.rst - docs/source/duck_type_compatibility.rst - docs/source/error_code_list.rst - docs/source/kinds_of_types.rst - docs/source/typed_dict.rst - − misc/analyze_cache.py - − misc/apply-cache-diff.py - − misc/build-debug-python.sh - − misc/build_wheel.py - − misc/cherry-pick-typeshed.py - − misc/clean-mypyc.sh - − misc/convert-cache.py - − misc/diff-cache.py - − misc/docker/Dockerfile - − misc/docker/README.md - − misc/docker/build.py - − misc/docker/run-wrapper.sh - − misc/docker/run.sh - − misc/dump-ast.py - − misc/find_type.py - − misc/gen_blog_post_html.py - − misc/generate_changelog.py - − misc/incremental_checker.py - − misc/log_trace_check.py - − misc/macs.el - − misc/perf_checker.py - − misc/perf_compare.py - − misc/profile_check.py - − misc/self_compile_info.py - − misc/sync-typeshed.py - − misc/test-stubgenc.sh - − misc/trigger_wheel_build.sh - − misc/typeshed_patches/0001-Partially-revert-Clean-up-argparse-hacks.patch - − misc/typeshed_patches/0001-Remove-use-of-LiteralString-in-builtins-13743.patch - − misc/typeshed_patches/0001-Revert-Remove-redundant-inheritances-from-Iterator.patch - − misc/typeshed_patches/0001-Revert-sum-literal-integer-change-13961.patch - − misc/typeshed_patches/0001-Revert-typeshed-ctypes-change.patch - − misc/update-stubinfo.py - − misc/upload-pypi.py - mypy-requirements.txt - + mypy.egg-info/PKG-INFO - + mypy.egg-info/SOURCES.txt - + mypy.egg-info/dependency_links.txt - + mypy.egg-info/entry_points.txt - + mypy.egg-info/requires.txt - + mypy.egg-info/top_level.txt - mypy/build.py - mypy/cache.py - mypy/checker.py - mypy/checkexpr.py - mypy/copytype.py - mypy/erasetype.py - mypy/errorcodes.py - mypy/evalexpr.py - mypy/expandtype.py - mypy/exportjson.py - mypy/exprtotype.py - mypy/fastparse.py - mypy/join.py - mypy/literals.py - mypy/main.py - mypy/meet.py - mypy/messages.py - mypy/mixedtraverser.py - mypy/nodes.py - mypy/options.py - mypy/semanal.py - mypy/semanal_main.py - mypy/semanal_namedtuple.py - mypy/semanal_typeargs.py - mypy/server/astdiff.py - mypy/server/astmerge.py - mypy/server/deps.py - mypy/server/subexpr.py - mypy/server/update.py - mypy/strconv.py - mypy/stubtest.py - mypy/subtypes.py - mypy/suggestions.py - mypy/test/helpers.py - mypy/test/testcheck.py - mypy/test/teststubtest.py - mypy/traverser.py - mypy/treetransform.py - mypy/type_visitor.py - mypy/typeanal.py - mypy/typeops.py - mypy/types.py - mypy/typeshed/stdlib/_compression.pyi - − mypy/typeshed/stdlib/_typeshed/README.md - mypy/typeshed/stdlib/asyncio/protocols.pyi - mypy/typeshed/stdlib/builtins.pyi - mypy/typeshed/stdlib/cmath.pyi - mypy/typeshed/stdlib/compression/_common/_streams.pyi - mypy/typeshed/stdlib/contextlib.pyi - mypy/typeshed/stdlib/enum.pyi - mypy/typeshed/stdlib/html/parser.pyi - mypy/typeshed/stdlib/http/client.pyi - mypy/typeshed/stdlib/imaplib.pyi - mypy/typeshed/stdlib/importlib/util.pyi - mypy/typeshed/stdlib/locale.pyi - mypy/typeshed/stdlib/os/__init__.pyi - mypy/typeshed/stdlib/parser.pyi - mypy/typeshed/stdlib/select.pyi - mypy/typeshed/stdlib/ssl.pyi - mypy/typeshed/stdlib/stat.pyi - mypy/typeshed/stdlib/sys/__init__.pyi - mypy/typeshed/stdlib/sys/_monitoring.pyi - mypy/typeshed/stdlib/sysconfig.pyi - mypy/typeshed/stdlib/threading.pyi - mypy/typeshed/stdlib/turtle.pyi - mypy/typeshed/stdlib/types.pyi - mypy/typeshed/stdlib/typing.pyi - mypy/typeshed/stdlib/unittest/util.pyi - mypy/typeshed/stdlib/uuid.pyi - mypy/typeshed/stdlib/winreg.pyi - mypy/typeshed/stdlib/zlib.pyi - − mypy/typeshed/stubs/librt/METADATA.toml - + mypy/typeshed/stubs/librt/librt/base64.pyi - mypy/typeshed/stubs/librt/librt/internal.pyi - − mypy/typeshed/stubs/mypy-extensions/@tests/stubtest_allowlist.txt - − mypy/typeshed/stubs/mypy-extensions/METADATA.toml - mypy/version.py - mypy/visitor.py - mypy_self_check.ini - − mypyc/.readthedocs.yaml - + mypyc/analysis/capsule_deps.py - mypyc/build.py - + mypyc/build_setup.py - mypyc/codegen/emit.py - mypyc/codegen/emitclass.py - mypyc/codegen/emitmodule.py - mypyc/ir/module_ir.py - mypyc/ir/ops.py - mypyc/ir/rtypes.py - mypyc/irbuild/expression.py - mypyc/irbuild/ll_builder.py - mypyc/irbuild/prepare.py - mypyc/irbuild/specialize.py - mypyc/irbuild/targets.py - mypyc/irbuild/visitor.py - mypyc/lib-rt/CPy.h - + mypyc/lib-rt/base64/arch/avx/codec.c - + mypyc/lib-rt/base64/arch/avx/enc_loop_asm.c - + mypyc/lib-rt/base64/arch/avx2/codec.c - + mypyc/lib-rt/base64/arch/avx2/dec_loop.c - + mypyc/lib-rt/base64/arch/avx2/dec_reshuffle.c - + mypyc/lib-rt/base64/arch/avx2/enc_loop.c - + mypyc/lib-rt/base64/arch/avx2/enc_loop_asm.c - + mypyc/lib-rt/base64/arch/avx2/enc_reshuffle.c - + mypyc/lib-rt/base64/arch/avx2/enc_translate.c - + mypyc/lib-rt/base64/arch/avx512/codec.c - + mypyc/lib-rt/base64/arch/avx512/enc_loop.c - + mypyc/lib-rt/base64/arch/avx512/enc_reshuffle_translate.c - + mypyc/lib-rt/base64/arch/generic/32/dec_loop.c - + mypyc/lib-rt/base64/arch/generic/32/enc_loop.c - + mypyc/lib-rt/base64/arch/generic/64/enc_loop.c - + mypyc/lib-rt/base64/arch/generic/codec.c - + mypyc/lib-rt/base64/arch/generic/dec_head.c - + mypyc/lib-rt/base64/arch/generic/dec_tail.c - + mypyc/lib-rt/base64/arch/generic/enc_head.c - + mypyc/lib-rt/base64/arch/generic/enc_tail.c - + mypyc/lib-rt/base64/arch/neon32/codec.c - + mypyc/lib-rt/base64/arch/neon32/dec_loop.c - + mypyc/lib-rt/base64/arch/neon32/enc_loop.c - + mypyc/lib-rt/base64/arch/neon32/enc_reshuffle.c - + mypyc/lib-rt/base64/arch/neon32/enc_translate.c - + mypyc/lib-rt/base64/arch/neon64/codec.c - + mypyc/lib-rt/base64/arch/neon64/dec_loop.c - + mypyc/lib-rt/base64/arch/neon64/enc_loop.c - + mypyc/lib-rt/base64/arch/neon64/enc_loop_asm.c - + mypyc/lib-rt/base64/arch/neon64/enc_reshuffle.c - + mypyc/lib-rt/base64/arch/sse41/codec.c - + mypyc/lib-rt/base64/arch/sse42/codec.c - + mypyc/lib-rt/base64/arch/ssse3/codec.c - + mypyc/lib-rt/base64/arch/ssse3/dec_loop.c - + mypyc/lib-rt/base64/arch/ssse3/dec_reshuffle.c - + mypyc/lib-rt/base64/arch/ssse3/enc_loop.c - + mypyc/lib-rt/base64/arch/ssse3/enc_loop_asm.c - + mypyc/lib-rt/base64/arch/ssse3/enc_reshuffle.c - + mypyc/lib-rt/base64/arch/ssse3/enc_translate.c - + mypyc/lib-rt/base64/codec_choose.c - + mypyc/lib-rt/base64/codecs.h - + mypyc/lib-rt/base64/config.h - + mypyc/lib-rt/base64/env.h - + mypyc/lib-rt/base64/lib.c - + mypyc/lib-rt/base64/libbase64.h - + mypyc/lib-rt/base64/tables/table_dec_32bit.h - + mypyc/lib-rt/base64/tables/table_enc_12bit.h - + mypyc/lib-rt/base64/tables/tables.c - + mypyc/lib-rt/base64/tables/tables.h - mypyc/lib-rt/exc_ops.c - mypyc/lib-rt/generic_ops.c - + mypyc/lib-rt/librt_base64.c - + mypyc/lib-rt/librt_base64.h - mypyc/lib-rt/librt_internal.c - mypyc/lib-rt/librt_internal.h - mypyc/lib-rt/misc_ops.c - mypyc/lib-rt/pythoncapi_compat.h - mypyc/lib-rt/setup.py - mypyc/lib-rt/str_ops.c - mypyc/options.py - mypyc/primitives/generic_ops.py - mypyc/primitives/misc_ops.py - mypyc/primitives/registry.py - + mypyc/test-data/irbuild-base64.test - mypyc/test-data/irbuild-classes.test - mypyc/test-data/run-async.test - + mypyc/test-data/run-base64.test - mypyc/test-data/run-classes.test - mypyc/test/test_irbuild.py - mypyc/test/test_run.py - mypyc/test/testutil.py - mypyc/transform/flag_elimination.py - pyproject.toml - + setup.cfg - setup.py - test-data/unit/check-assert-type-fail.test - test-data/unit/check-callable.test - test-data/unit/check-classes.test - test-data/unit/check-fastparse.test - test-data/unit/check-functions.test - test-data/unit/check-functools.test - test-data/unit/check-incremental.test - test-data/unit/check-inference-context.test - test-data/unit/check-inference.test - test-data/unit/check-namedtuple.test - test-data/unit/check-parameter-specification.test - test-data/unit/check-protocols.test - test-data/unit/check-python311.test - test-data/unit/check-python312.test - test-data/unit/check-redefine2.test - test-data/unit/check-statements.test - test-data/unit/check-type-aliases.test - + test-data/unit/check-typeform.test - test-data/unit/check-typevar-tuple.test - test-data/unit/check-varargs.test - test-data/unit/cmdline.test - test-data/unit/fine-grained-modules.test - test-data/unit/fixtures/notimplemented.pyi - test-data/unit/fixtures/primitives.pyi - test-data/unit/fixtures/tuple.pyi - test-data/unit/fixtures/typing-full.pyi - test-data/unit/lib-stub/typing_extensions.pyi - test-data/unit/pythoneval.test - test-data/unit/reports.test - test-requirements.txt The diff was not included because it is too large. View it on GitLab: https://salsa.debian.org/python-team/packages/mypy/-/commit/15731e8a838e93562bf51e51aa9460a65a51dae8 -- View it on GitLab: https://salsa.debian.org/python-team/packages/mypy/-/commit/15731e8a838e93562bf51e51aa9460a65a51dae8 You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ debian-med-commit mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit
