mypy 1.7.1-2 source package in Ubuntu

Changelog

mypy (1.7.1-2) unstable; urgency=medium

  * d/rules: Build fixes for mips64el (and hppa) courtesy of Adrian
    Bunk.
  * d/patches/hint-typeshed-package: mention the python3-typeshed Debian
    package, when appropriate. Thanks to Markus Demleitner <email address hidden>
    for the suggestion (Closes: #1043266).

 -- Michael R. Crusoe <email address hidden>  Thu, 14 Dec 2023 12:47:14 +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-2.dsc 2.7 KiB 611ca948bdd8c7d73700e1bfb8f13c1799b196d0b34cd4f263e6142376404f7d
mypy_1.7.1.orig.tar.gz 2.8 MiB fcb6d9afb1b6208b4c712af0dafdc650f518836065df0d4fb1d800f5d6773db2
mypy_1.7.1-2.debian.tar.xz 13.8 KiB 51e2639d5eedd76aaaa83dd0ac6de65c263c992a290732419df9c57ef8c85a5d

Available diffs

No changes file available.

Binary packages built by this source

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.