python-pluggy 1.4.0-1 source package in Ubuntu

Changelog

python-pluggy (1.4.0-1) unstable; urgency=medium

  * New upstream version 1.4.0

 -- Timo Röhling <email address hidden>  Sun, 28 Jan 2024 15:58:34 +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
Noble release universe misc

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-pluggy_1.4.0-1.dsc 2.1 KiB ed788b2f151ae0c2aad547612b2cc2721be1b5ec62304d21981127e3ad20d574
python-pluggy_1.4.0.orig.tar.gz 59.7 KiB e86e293e08cdb2c916d096c8e08c0206631340ca8532463f686cd900904788b0
python-pluggy_1.4.0-1.debian.tar.xz 3.4 KiB 7c776ad0b67d16c87cf338a93212c5b0b5758ea3f9d736d25c56d9f7fcca8a31

Available diffs

No changes file available.

Binary packages built by this source

python3-pluggy: plugin and hook calling mechanisms for Python 3

 pluggy is the crystallized core of plugin management and hook calling for
 pytest. It enables 1400+ plugins to extend and customize pytest’s default
 behaviour. Even pytest itself is composed as a set of pluggy plugins which are
 invoked in sequence according to a well defined set of protocols.
 .
 It gives users the ability to extend or modify the behaviour of a host program
 by installing a plugin for that program. The plugin code will run as part of
 normal program execution, changing or enhancing certain aspects of it.
 .
 This is the Python 3 library.