Michael R. Crusoe pushed to branch upstream at Debian Python Team / packages / mypy
Commits: 03f18b1d by Michael R. Crusoe at 2025-10-29T13:46:51+01:00 New upstream version 1.19.0~rc0 - - - - - 274 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 - + CONTRIBUTING.md - + CREDITS - − PKG-INFO - + action.yml - docs/source/command_line.rst - docs/source/common_issues.rst - docs/source/config_file.rst - docs/source/error_code_list.rst - docs/source/error_code_list2.rst - docs/source/generics.rst - docs/source/mypy_daemon.rst - docs/source/stubtest.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/checkmember.py - mypy/checkpattern.py - mypy/config_parser.py - mypy/constraints.py - mypy/erasetype.py - mypy/errorcodes.py - mypy/errors.py - mypy/expandtype.py - + mypy/exportjson.py - mypy/fastparse.py - mypy/fixup.py - mypy/indirection.py - mypy/main.py - mypy/meet.py - mypy/message_registry.py - mypy/messages.py - mypy/mixedtraverser.py - mypy/modulefinder.py - mypy/nodes.py - mypy/options.py - mypy/plugins/default.py - mypy/report.py - mypy/semanal.py - mypy/semanal_shared.py - mypy/semanal_typeargs.py - mypy/server/astdiff.py - mypy/server/astmerge.py - mypy/server/deps.py - mypy/stats.py - mypy/strconv.py - mypy/stubgenc.py - mypy/stubtest.py - mypy/test/helpers.py - mypy/test/testcheck.py - + mypy/test/testexportjson.py - mypy/test/testgraph.py - mypy/test/teststubtest.py - mypy/test/testtypes.py - mypy/test/typefixture.py - mypy/traverser.py - mypy/type_visitor.py - mypy/typeanal.py - mypy/typeops.py - mypy/types.py - mypy/typeshed/stdlib/_collections_abc.pyi - mypy/typeshed/stdlib/_csv.pyi - mypy/typeshed/stdlib/_frozen_importlib.pyi - mypy/typeshed/stdlib/_frozen_importlib_external.pyi - mypy/typeshed/stdlib/_tkinter.pyi - + mypy/typeshed/stdlib/_typeshed/README.md - mypy/typeshed/stdlib/_typeshed/__init__.pyi - mypy/typeshed/stdlib/ast.pyi - mypy/typeshed/stdlib/asyncio/events.pyi - mypy/typeshed/stdlib/asyncio/tools.pyi - mypy/typeshed/stdlib/builtins.pyi - mypy/typeshed/stdlib/concurrent/interpreters/_queues.pyi - mypy/typeshed/stdlib/configparser.pyi - mypy/typeshed/stdlib/copy.pyi - mypy/typeshed/stdlib/ctypes/__init__.pyi - mypy/typeshed/stdlib/curses/__init__.pyi - mypy/typeshed/stdlib/dbm/sqlite3.pyi - mypy/typeshed/stdlib/email/headerregistry.pyi - mypy/typeshed/stdlib/errno.pyi - mypy/typeshed/stdlib/faulthandler.pyi - mypy/typeshed/stdlib/html/parser.pyi - mypy/typeshed/stdlib/importlib/abc.pyi - mypy/typeshed/stdlib/importlib/resources/__init__.pyi - mypy/typeshed/stdlib/importlib/resources/_common.pyi - mypy/typeshed/stdlib/importlib/resources/_functional.pyi - mypy/typeshed/stdlib/multiprocessing/shared_memory.pyi - mypy/typeshed/stdlib/operator.pyi - mypy/typeshed/stdlib/pdb.pyi - mypy/typeshed/stdlib/tkinter/__init__.pyi - mypy/typeshed/stdlib/tkinter/ttk.pyi - mypy/typeshed/stdlib/turtle.pyi - mypy/typeshed/stdlib/types.pyi - mypy/typeshed/stdlib/typing.pyi - mypy/typeshed/stdlib/typing_extensions.pyi - mypy/typeshed/stdlib/xml/etree/ElementTree.pyi - + mypy/typeshed/stubs/librt/METADATA.toml - + mypy/typeshed/stubs/librt/librt/__init__.pyi - mypy/typeshed/stubs/mypy-native/native_internal.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/typetraverser.py - mypy/util.py - mypy/version.py - mypy_self_check.ini - + mypyc/.readthedocs.yaml - mypyc/build.py - mypyc/codegen/emitclass.py - mypyc/codegen/emitmodule.py - mypyc/ir/func_ir.py - mypyc/ir/ops.py - mypyc/ir/rtypes.py - mypyc/irbuild/builder.py - mypyc/irbuild/constant_fold.py - mypyc/irbuild/context.py - mypyc/irbuild/expression.py - mypyc/irbuild/for_helpers.py - mypyc/irbuild/function.py - mypyc/irbuild/generator.py - mypyc/irbuild/ll_builder.py - mypyc/irbuild/main.py - mypyc/irbuild/mapper.py - mypyc/irbuild/prepare.py - mypyc/irbuild/specialize.py - mypyc/irbuild/statement.py - mypyc/irbuild/util.py - mypyc/lib-rt/CPy.h - mypyc/lib-rt/int_ops.c - mypyc/lib-rt/native_internal.c → mypyc/lib-rt/librt_internal.c - mypyc/lib-rt/native_internal.h → mypyc/lib-rt/librt_internal.h - mypyc/lib-rt/setup.py - mypyc/lib-rt/str_ops.c - mypyc/options.py - mypyc/primitives/generic_ops.py - mypyc/primitives/int_ops.py - mypyc/primitives/misc_ops.py - mypyc/primitives/registry.py - mypyc/primitives/str_ops.py - mypyc/test-data/fixtures/ir.py - mypyc/test-data/fixtures/testutil.py - mypyc/test-data/fixtures/typing-full.pyi - mypyc/test-data/irbuild-bool.test - mypyc/test-data/irbuild-classes.test - mypyc/test-data/irbuild-dict.test - mypyc/test-data/irbuild-generics.test - mypyc/test-data/irbuild-i64.test - mypyc/test-data/irbuild-int.test - mypyc/test-data/irbuild-isinstance.test - mypyc/test-data/irbuild-lists.test - mypyc/test-data/irbuild-match.test - mypyc/test-data/irbuild-str.test - mypyc/test-data/irbuild-tuple.test - mypyc/test-data/irbuild-unreachable.test - mypyc/test-data/run-async.test - mypyc/test-data/run-bools.test - mypyc/test-data/run-classes.test - mypyc/test-data/run-dunders.test - mypyc/test-data/run-generators.test - mypyc/test-data/run-integers.test - mypyc/test-data/run-lists.test - mypyc/test-data/run-misc.test - mypyc/test-data/run-multimodule.test - mypyc/test-data/run-singledispatch.test - mypyc/test-data/run-tuples.test - mypyc/test/test_run.py - mypyc/transform/refcount.py - pyproject.toml - − setup.cfg - setup.py - test-data/pybind11_fixtures/expected_stubs_no_docs/pybind11_fixtures/__init__.pyi - test-data/pybind11_fixtures/expected_stubs_no_docs/pybind11_fixtures/demo.pyi - test-data/pybind11_fixtures/expected_stubs_with_docs/pybind11_fixtures/__init__.pyi - test-data/pybind11_fixtures/expected_stubs_with_docs/pybind11_fixtures/demo.pyi - test-data/pybind11_fixtures/pyproject.toml - test-data/unit/check-classes.test - test-data/unit/check-errorcodes.test - test-data/unit/check-generic-alias.test - test-data/unit/check-ignore.test - test-data/unit/check-incremental.test - test-data/unit/check-inference-context.test - test-data/unit/check-inference.test - test-data/unit/check-isinstance.test - test-data/unit/check-literal.test - test-data/unit/check-narrowing.test - + test-data/unit/check-plugin-error-codes.test - test-data/unit/check-protocols.test - test-data/unit/check-python310.test - test-data/unit/check-python312.test - test-data/unit/check-python313.test - test-data/unit/check-recursive-types.test - test-data/unit/check-selftype.test - test-data/unit/check-serialize.test - test-data/unit/check-typeddict.test - test-data/unit/check-typeguard.test - test-data/unit/check-typevar-defaults.test - test-data/unit/check-typevar-tuple.test - test-data/unit/check-unreachable-code.test - test-data/unit/cmdline.test - test-data/unit/daemon.test - + test-data/unit/exportjson.test - test-data/unit/fine-grained.test - test-data/unit/fixtures/__new__.pyi - + test-data/unit/fixtures/literal__new__.pyi - test-data/unit/fixtures/typing-async.pyi - test-data/unit/fixtures/typing-full.pyi - test-data/unit/fixtures/typing-medium.pyi - test-data/unit/fixtures/typing-namedtuple.pyi - test-data/unit/fixtures/typing-override.pyi - test-data/unit/fixtures/typing-typeddict.pyi - test-data/unit/lib-stub/typing.pyi - test-data/unit/pythoneval.test - test-data/unit/reports.test - test-data/unit/semanal-basic.test - test-requirements.in - 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/03f18b1d3a4432062109cc6fcd33a35904a443fc -- View it on GitLab: https://salsa.debian.org/python-team/packages/mypy/-/commit/03f18b1d3a4432062109cc6fcd33a35904a443fc 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
