python-venusian 3.0.0-2 source package in Ubuntu

Changelog

python-venusian (3.0.0-2) unstable; urgency=medium

  [ Ondřej Nový ]
  * d/control: Update Maintainer field with new Debian Python Team
    contact address.
  * d/control: Update Vcs-* fields with new Debian Python Team Salsa
    layout.

  [ Debian Janitor ]
  * Bump debhelper from old 12 to 13.
  * Update standards version to 4.5.1, no changes needed.

 -- Sandro Tosi <email address hidden>  Sat, 04 Jun 2022 16:02:35 -0400

Upload details

Uploaded by:
Debian Python Team
Uploaded to:
Sid
Original maintainer:
Debian Python Team
Architectures:
all
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release universe python
Lunar release universe python

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-venusian_3.0.0-2.dsc 2.0 KiB dafb84e1dc68e4ac5bf7d2ada815eab751b9eaeee677853ce49b109f830d3dde
python-venusian_3.0.0.orig.tar.gz 43.5 KiB f6842b7242b1039c0c28f6feef29016e7e7dd3caaeb476a193acf737db31ee38
python-venusian_3.0.0-2.debian.tar.xz 4.2 KiB 997cafb99f78e0d13fa8eed168adbfe9fa884656ce4ea317c4663b3d50d0ee78

Available diffs

No changes file available.

Binary packages built by this source

python3-venusian: library for deferring decorator actions

 Venusian is a library which allows framework authors to defer decorator
 actions. Instead of taking actions when a function (or class) decorator is
 executed at import time, you can defer the action usually taken by the
 decorator until a separate "scan" phase.
 .
 This is the Python 3 version.