mypy 0.910-3 source package in Ubuntu

Changelog

mypy (0.910-3) unstable; urgency=medium

  * 32 bit systems: compile with -g1 instead of other approaches; fix courtesy
    of Adrian Bunk <email address hidden>
    Closes: #988469
  * Autopkgtests: skip the self-test for this release (but not the main
    test suite).

 -- Michael R. Crusoe <email address hidden>  Fri, 08 Oct 2021 10:33:52 +0200

Upload details

Uploaded by:
Debian Med
Uploaded to:
Sid
Original maintainer:
Debian Med
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_0.910-3.dsc 2.6 KiB ca82df0472e9055166cd58f8cb214f8bda79c58f2152e0c64861e9aa61c444d7
mypy_0.910.orig.tar.gz 2.4 MiB 704098302473cb31a218f1775a873b376b30b4c18229421e9e9dc8916fd16150
mypy_0.910-3.debian.tar.xz 13.1 KiB 5fb1e163dec07d8fb8ef290b0b3f1f240b4fc24f5b671d377a2a8265f47b726c

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.