mypy 1.7.1-3 source package in Ubuntu

Changelog

mypy (1.7.1-3) unstable; urgency=medium

  * Missed a test fix for the Debian-specific typeshed advice.

 -- Michael R. Crusoe <email address hidden>  Thu, 14 Dec 2023 21:17:15 +0100

Upload details

Uploaded by:
Debian Python Team
Uploaded to:
Sid
Original maintainer:
Debian Python Team
Architectures:
any all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
mypy_1.7.1-3.dsc 2.7 KiB bdac52d4d9911943f3f4de4b6d1bfdde6e8d24605dfcc642326827533a7e0f23
mypy_1.7.1.orig.tar.gz 2.8 MiB fcb6d9afb1b6208b4c712af0dafdc650f518836065df0d4fb1d800f5d6773db2
mypy_1.7.1-3.debian.tar.xz 13.9 KiB 9acc511af7ad49417954f8ebce13af9c6d4669cd92bb33320a67c34903145bdd

Available diffs

No changes file available.

Binary packages built by this source

mypy: optional static typing for Python

 Add type annotations to your Python programs, and use mypy to type check them.
 Mypy is essentially a Python linter on steroids, and it can catch many
 programming errors by analyzing your program, without actually having to run
 it. Mypy has a powerful type system with features such as type inference,
 gradual typing, generics and union types.
 .
 This package provides the command-line interface.

mypy-doc: documentation for mypy

 Add type annotations to your Python programs, and use mypy to type check them.
 Mypy is essentially a Python linter on steroids, and it can catch many
 programming errors by analyzing your program, without actually having to run
 it. Mypy has a powerful type system with features such as type inference,
 gradual typing, generics and union types.
 .
 This package provides the documentation.

python3-mypy: public modules for mypy (Python 3)

 Add type annotations to your Python programs, and use mypy to type check them.
 Mypy is essentially a Python linter on steroids, and it can catch many
 programming errors by analyzing your program, without actually having to run
 it. Mypy has a powerful type system with features such as type inference,
 gradual typing, generics and union types.
 .
 This package provides the modules for Python 3.

python3-mypy-dbgsym: debug symbols for python3-mypy