python-typeguard 2.2.2-2 source package in Ubuntu

Changelog

python-typeguard (2.2.2-2) unstable; urgency=medium

  * debian/control
    - point VCS to the new location for DPT
    - update team name and email address

 -- Sandro Tosi <email address hidden>  Thu, 09 Jun 2022 14:23:48 -0400

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
Mantic release universe misc
Lunar release universe misc

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-typeguard_2.2.2-2.dsc 2.1 KiB faefddb9eeb10c01b763a0090309c3cc6232969617993cf4036b5b621d47df9b
python-typeguard_2.2.2.orig.tar.gz 15.9 KiB 6f41bbaf99433590b337daebb1834c1ddd1c8667bc5e850778bcb87220c1f92e
python-typeguard_2.2.2-2.debian.tar.xz 2.9 KiB 2c7a0ef8a2aca8f30b8537fe5e7e256ce5f1ec8841229b68de9e370444586188

Available diffs

No changes file available.

Binary packages built by this source

python3-typeguard: Run-time type checker for Python

 This library provides run-time type checking for functions defined with
 argument type annotations. This can be done in one of three ways:
  * calling check_argument_types() from within the function body
  * decorating the function with @typechecked
  * using `with TypeChecker('packagename')`
 .
 This package installs the library for Python 3.