python-pluggy 1.5.0-1 source package in Ubuntu

Changelog

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

  * New upstream version 1.5.0
  * Bump Standards-Version to 4.7.0
  * Update package description

 -- Timo Röhling <email address hidden>  Wed, 24 Apr 2024 10:40:21 +0200

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-pluggy_1.5.0-1.dsc 2.8 KiB 8b0bcd2bf5f06eccad9f4f013dc5f9aaa2b62a419b8f83a41c28c50a86671c18
python-pluggy_1.5.0.orig.tar.gz 61.7 KiB 6e9b6c46ae3b0c82087df05d866a8ba2787480dfb2c93b51b78ffc15deaf51b9
python-pluggy_1.5.0-1.debian.tar.xz 3.7 KiB 290851ee271173b1ae53b454316bd7810eb948aecbb5986093aab904e2c9c4fc

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.