mypy 1.8.0-1build1 source package in Ubuntu

Changelog

mypy (1.8.0-1build1) noble; urgency=medium

  * No-change rebuild with Python 3.12 only

 -- Graham Inggs <email address hidden>  Thu, 11 Apr 2024 09:37:05 +0000

Upload details

Uploaded by:
Graham Inggs
Uploaded to:
Noble
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.8.0.orig.tar.gz 2.9 MiB 6ff8b244d7085a0b425b56d327b480c3b29cafbd2eff27316a004f9a7391ae07
mypy_1.8.0-1build1.debian.tar.xz 13.8 KiB 8da6871ab7d8d746550ec5d04487fa79fd74207965c8f92640d1093b17987887
mypy_1.8.0-1build1.dsc 2.7 KiB adbba2385821d4320ada411ccb7e5edc977b1defb8fbc5201545462c9915010f

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.