mypy 1.10.0-1 source package in Ubuntu

Changelog

mypy (1.10.0-1) unstable; urgency=medium

  * New upstream version
  * Remove patches applied upstream: self_check, typing_extensions_4.10, pytest8
  * d/patches/intersphinx: updated path for cython3 & six docs
  * d/control: mypy-doc, bump suggests to recommends

 -- Michael R. Crusoe <email address hidden>  Wed, 24 Apr 2024 17:13:26 +0300

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
Oracular release universe misc

Downloads

File Size SHA-256 Checksum
mypy_1.10.0-1.dsc 2.7 KiB 6f149197fdaa74eccb3ac3d8fdf26aa2a08f7b9a79cfc4493d46f1f529004eda
mypy_1.10.0.orig.tar.gz 2.9 MiB 3d087fcbec056c4ee34974da493a826ce316947485cef3901f511848e687c131
mypy_1.10.0-1.debian.tar.xz 13.9 KiB 0c822b7dfce2155a1b65733c9072a72fda4285089d46334de51b229aa3b5057f

No changes file available.

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