[med-svn] [Git][python-team/packages/mypy][master] 7 commits: New upstream version 1.19.0~rc0
Michael R. Crusoe (@crusoe)
gitlab at salsa.debian.org
Fri Nov 28 18:40:40 GMT 2025
Michael R. Crusoe pushed to branch master 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
- - - - -
15731e8a by Michael R. Crusoe at 2025-11-28T17:15:25+01:00
New upstream version 1.19.0
- - - - -
e27e6ea3 by Michael R. Crusoe at 2025-11-28T17:15:25+01:00
New upstream version
- - - - -
fcebc7ee by Michael R. Crusoe at 2025-11-28T17:15:38+01:00
Update upstream source from tag 'upstream/1.19.0'
Update to upstream version '1.19.0'
with Debian dir 7e24553b8d193e2578aa4159a6b07f78b3cf6b27
- - - - -
21428388 by Michael R. Crusoe at 2025-11-28T17:17:29+01:00
Refresh the "verbose" patch.
Drop normalize-html-content-type-meta
- - - - -
45cf963f by Michael R. Crusoe at 2025-11-28T17:19:25+01:00
d/control: new build-dep, python3-librt
- - - - -
0d4af469 by Michael R. Crusoe at 2025-11-28T19:40:09+01:00
upload to unstable
- - - - -
342 changed files:
- CHANGELOG.md
- LICENSE
- PKG-INFO
- debian/changelog
- debian/control
- debian/patches/hint-typeshed-package
- − debian/patches/normalize-html-content-type-meta.patch
- debian/patches/series
- debian/patches/verbose
- docs/source/command_line.rst
- docs/source/common_issues.rst
- docs/source/config_file.rst
- docs/source/duck_type_compatibility.rst
- docs/source/error_code_list.rst
- docs/source/error_code_list2.rst
- docs/source/generics.rst
- docs/source/kinds_of_types.rst
- docs/source/mypy_daemon.rst
- docs/source/stubtest.rst
- docs/source/typed_dict.rst
- mypy-requirements.txt
- mypy.egg-info/PKG-INFO
- mypy.egg-info/SOURCES.txt
- mypy.egg-info/requires.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/copytype.py
- mypy/erasetype.py
- mypy/errorcodes.py
- mypy/errors.py
- mypy/evalexpr.py
- mypy/expandtype.py
- + mypy/exportjson.py
- mypy/exprtotype.py
- mypy/fastparse.py
- mypy/fixup.py
- mypy/indirection.py
- mypy/join.py
- mypy/literals.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_main.py
- mypy/semanal_namedtuple.py
- mypy/semanal_shared.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/stats.py
- mypy/strconv.py
- mypy/stubgenc.py
- mypy/stubtest.py
- mypy/subtypes.py
- mypy/suggestions.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/treetransform.py
- mypy/type_visitor.py
- mypy/typeanal.py
- mypy/typeops.py
- mypy/types.py
- mypy/typeshed/stdlib/_collections_abc.pyi
- mypy/typeshed/stdlib/_compression.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/__init__.pyi
- mypy/typeshed/stdlib/ast.pyi
- mypy/typeshed/stdlib/asyncio/events.pyi
- mypy/typeshed/stdlib/asyncio/protocols.pyi
- mypy/typeshed/stdlib/asyncio/tools.pyi
- mypy/typeshed/stdlib/builtins.pyi
- mypy/typeshed/stdlib/cmath.pyi
- mypy/typeshed/stdlib/compression/_common/_streams.pyi
- mypy/typeshed/stdlib/concurrent/interpreters/_queues.pyi
- mypy/typeshed/stdlib/configparser.pyi
- mypy/typeshed/stdlib/contextlib.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/enum.pyi
- mypy/typeshed/stdlib/errno.pyi
- mypy/typeshed/stdlib/faulthandler.pyi
- mypy/typeshed/stdlib/html/parser.pyi
- mypy/typeshed/stdlib/http/client.pyi
- mypy/typeshed/stdlib/imaplib.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/importlib/util.pyi
- mypy/typeshed/stdlib/locale.pyi
- mypy/typeshed/stdlib/multiprocessing/shared_memory.pyi
- mypy/typeshed/stdlib/operator.pyi
- mypy/typeshed/stdlib/os/__init__.pyi
- mypy/typeshed/stdlib/parser.pyi
- mypy/typeshed/stdlib/pdb.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/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/unittest/util.pyi
- mypy/typeshed/stdlib/uuid.pyi
- mypy/typeshed/stdlib/winreg.pyi
- mypy/typeshed/stdlib/xml/etree/ElementTree.pyi
- mypy/typeshed/stdlib/zlib.pyi
- + mypy/typeshed/stubs/librt/librt/__init__.pyi
- + mypy/typeshed/stubs/librt/librt/base64.pyi
- + mypy/typeshed/stubs/librt/librt/internal.pyi
- − mypy/typeshed/stubs/mypy-native/native_internal.pyi
- mypy/typetraverser.py
- mypy/util.py
- mypy/version.py
- mypy/visitor.py
- mypy_self_check.ini
- + 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/func_ir.py
- mypyc/ir/module_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/targets.py
- mypyc/irbuild/util.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/int_ops.c
- + mypyc/lib-rt/librt_base64.c
- + mypyc/lib-rt/librt_base64.h
- 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/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/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-base64.test
- 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-base64.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_irbuild.py
- mypyc/test/test_run.py
- mypyc/test/testutil.py
- mypyc/transform/flag_elimination.py
- mypyc/transform/refcount.py
- pyproject.toml
- 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-assert-type-fail.test
- test-data/unit/check-callable.test
- test-data/unit/check-classes.test
- test-data/unit/check-errorcodes.test
- test-data/unit/check-fastparse.test
- test-data/unit/check-functions.test
- test-data/unit/check-functools.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-namedtuple.test
- test-data/unit/check-narrowing.test
- test-data/unit/check-parameter-specification.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-python311.test
- test-data/unit/check-python312.test
- test-data/unit/check-python313.test
- test-data/unit/check-recursive-types.test
- test-data/unit/check-redefine2.test
- test-data/unit/check-selftype.test
- test-data/unit/check-serialize.test
- test-data/unit/check-statements.test
- test-data/unit/check-type-aliases.test
- test-data/unit/check-typeddict.test
- + test-data/unit/check-typeform.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/check-varargs.test
- test-data/unit/cmdline.test
- test-data/unit/daemon.test
- + test-data/unit/exportjson.test
- test-data/unit/fine-grained-modules.test
- test-data/unit/fine-grained.test
- test-data/unit/fixtures/__new__.pyi
- + test-data/unit/fixtures/literal__new__.pyi
- test-data/unit/fixtures/notimplemented.pyi
- test-data/unit/fixtures/primitives.pyi
- test-data/unit/fixtures/tuple.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/lib-stub/typing_extensions.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/-/compare/a88b9b76ca1cb567a83db89b4302fbb27406dc21...0d4af469b5b4863d10cf37929534777168a94775
--
View it on GitLab: https://salsa.debian.org/python-team/packages/mypy/-/compare/a88b9b76ca1cb567a83db89b4302fbb27406dc21...0d4af469b5b4863d10cf37929534777168a94775
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20251128/af6a28cb/attachment-0001.htm>
More information about the debian-med-commit
mailing list