mypy 0.931-1build1 source package in Ubuntu

Changelog

mypy (0.931-1build1) jammy; urgency=medium

  * No-change rebuild with Python 3.10 only

 -- Graham Inggs <email address hidden>  Wed, 16 Mar 2022 22:48:00 +0000

Upload details

Uploaded by:
Graham Inggs
Uploaded to:
Jammy
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_0.931.orig.tar.gz 2.6 MiB 0038b21890867793581e4cb0d810829f5fd4441aa75796b53033af3aa30430ce
mypy_0.931-1build1.debian.tar.xz 14.0 KiB 97dbee1236f41ca71ef75860911dafca196cc39506780fdaf0eec3e2d7e3d77b
mypy_0.931-1build1.dsc 2.6 KiB 4a67cf2d2cefe7349fbfaf7769f66b87e40e7b1039345904f04d4f2a68d41b7e

View changes file

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.