python-typeguard 4.3.0-1 source package in Ubuntu

Changelog

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

  * Team upload.

  [ Alexandre Detiste ]
  * New upstream version (4.2.1).

  [ Colin Watson ]
  * New upstream version (4.3.0):
    - Fixed test suite incompatibility with pytest 8.2 (closes: #1073433).
  * Switch to autopkgtest-pkg-pybuild.
  * Standards-Version: 4.7.0 (no changes required).

 -- Colin Watson <email address hidden>  Tue, 30 Jul 2024 23:28:23 +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

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-typeguard_4.3.0-1.dsc 2.3 KiB bad8b5fdfa84c7db7a21d55501abe636635d0e4b32b907c7ebc8fdb5f8e1c341
python-typeguard_4.3.0.orig.tar.gz 67.9 KiB 738026158f85d6c1e7b6d9ce6daafacb3d680fe65bc61c6bb2a9f8c4588a1932
python-typeguard_4.3.0-1.debian.tar.xz 2.7 KiB a73254fab216783f7b5fc875caa1de0882f79bcf4ab7b506c296493720e2aa85

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.