python-typeguard 4.1.5-1 source package in Ubuntu

Changelog

python-typeguard (4.1.5-1) unstable; urgency=medium

  * Team upload.
  * New upstream version 4.1.5

  [ Debian Janitor ]
  * Bump debhelper from old 12 to 13.
  * Set upstream metadata fields: Repository-Browse,
    Bug-Database, Bug-Submit, Repository.
  * Update standards version to 4.6.2, no changes needed.

 -- Alexandre Detiste <email address hidden>  Tue, 02 Jan 2024 22:13:00 +0100

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

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-typeguard_4.1.5-1.dsc 2.1 KiB cd4cfabd3975796fd5c77aa11dd8e043211724095bca13ddd83e187e541d545f
python-typeguard_4.1.5.orig.tar.gz 63.9 KiB fd6b9b244e29f0670014f1c624dbd68eb94603372b3765b476d463df1d6d8682
python-typeguard_4.1.5-1.debian.tar.xz 2.5 KiB b993e06ff0219c9091dd969d3841f65f0f79a15797ac0d0e7e8ada097d7663ba

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.