mypy 1.6.0-1 source package in Ubuntu

Changelog

mypy (1.6.0-1) unstable; urgency=medium

  * New upstream version
  * d/patches: drop upstreamed patch for python3.10.3
  * d/rules: remove skip of PEP561Suite

 -- Michael R. Crusoe <email address hidden>  Wed, 11 Oct 2023 12:10:28 +0200

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.6.0-1.dsc 2.7 KiB 61d274a80291992c1bafdd636f179fc4b7183af4648dd2a8441016f7a5054bd9
mypy_1.6.0.orig.tar.gz 2.8 MiB 4f3d27537abde1be6d5f2c96c29a454da333a2a271ae7d5bc7110e6d4b7beb3f
mypy_1.6.0-1.debian.tar.xz 12.5 KiB bfa400634933170ab8ad28d5237cd514a01055b20f46f532093a352f1958fa2e

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.