mypy 1.9.0-4ubuntu1 source package in Ubuntu

Changelog

mypy (1.9.0-4ubuntu1) noble; urgency=medium

  * Drop versioned dependencies on python3-pytest (>= 8.1.0),
    not yet available in Noble
  * Skip tests failing with older pytest

 -- Graham Inggs <email address hidden>  Mon, 15 Apr 2024 09:51:56 +0000

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Noble release universe misc

Downloads

File Size SHA-256 Checksum
mypy_1.9.0.orig.tar.gz 2.9 MiB 3cc5da0127e6a478cddd906068496a97a7618a21ce9b54bde5bf7e539c7af974
mypy_1.9.0-4ubuntu1.debian.tar.xz 15.5 KiB ea0bc9c51ed58e3e6e114e11fcb9d541988f7f18fbf5d69eb5828c298c3766e1
mypy_1.9.0-4ubuntu1.dsc 2.8 KiB 27982567fcc04d08ea5effc5a96586276a6dc9bb688230a6350026ca00a38112

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