python-mypy-extensions 0.4.3-4 source package in Ubuntu

Changelog

python-mypy-extensions (0.4.3-4) unstable; urgency=medium

  [ Debian Janitor ]
  * Remove constraints unnecessary since buster (oldstable):
    + python3-mypy-extensions: Drop conflict with removed package python3-mypy
      (<< 0.660-1) in Replaces.
    + python3-mypy-extensions: Drop conflict with removed package python3-mypy
      (<< 0.660-1) in Breaks.

 -- Jelmer Vernooij <email address hidden>  Thu, 01 Dec 2022 13:10:46 +0000

Upload details

Uploaded by:
Debian Python Team
Uploaded to:
Sid
Original maintainer:
Debian Python Team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-mypy-extensions_0.4.3-4.dsc 2.1 KiB 2de2f9b7a3ab26e71c191a166ef819c9041eeb2860af4033f3fbd9c3efbb5807
python-mypy-extensions_0.4.3.orig.tar.gz 4.2 KiB 2d82818f5bb3e369420cb3c4060a7970edba416647068eb4c5343488a6c604a8
python-mypy-extensions_0.4.3-4.debian.tar.xz 2.7 KiB bd89d67edd9241a1680438e8aacc770d0c257764239514a49d8ead325717cdfd

Available diffs

No changes file available.

Binary packages built by this source

python3-mypy-extensions: Experimental type system extensions for mypy typechecker (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.
 .
 The "mypy_extensions" module defines experimental extensions to the
 standard "typing" module that are supported by the mypy typechecker.
 .
 This package provides the modules for Python 3.