mypy 0.942-1ubuntu1 source package in Ubuntu

Changelog

mypy (0.942-1ubuntu1) jammy; urgency=medium

  * Backport error filtering and walrus test fixes from 0.971-1 in
    kinetic to avoid test failure and FTBFS with Python 3.10.6
    (LP: #1988862)

 -- Graham Inggs <email address hidden>  Wed, 07 Sep 2022 07:01:48 +0000

Upload details

Uploaded by:
Graham Inggs
Uploaded to:
Jammy
Original maintainer:
Ubuntu Developers
Architectures:
any all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Jammy updates universe misc

Downloads

File Size SHA-256 Checksum
mypy_0.942.orig.tar.gz 2.5 MiB 17e44649fec92e9f82102b48a3bf7b4a5510ad0cd22fa21a104826b5db4903e2
mypy_0.942-1ubuntu1.debian.tar.xz 23.7 KiB 9566dc28520d26df1c78835e49fab47ee3ef55380668859c81e3639ca81ef63e
mypy_0.942-1ubuntu1.dsc 2.7 KiB 1ccc7f1be5cd4c37198b2e0443dc433afd1c19b4a7e69a538b99d0867f1bcde7

View changes file

Binary packages built by this source

mypy: optional static typing for Python

 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 command-line interface.

mypy-doc: documentation for mypy

 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 documentation.

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.

python3-mypy-dbgsym: debug symbols for python3-mypy