python-venusian 3.1.0-1 source package in Ubuntu

Changelog

python-venusian (3.1.0-1) unstable; urgency=medium

  * New upstream version 3.1.0

 -- TANIGUCHI Takaki <email address hidden>  Tue, 14 Nov 2023 11:06:32 +0900

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

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-venusian_3.1.0-1.dsc 2.1 KiB 02fe03f997a12b5d4ea5a4cdaa1d5d6dd3b71c0327b3e6d11a4300d6922d4643
python-venusian_3.1.0.orig.tar.gz 37.1 KiB eb72cdca6f3139a15dc80f9c95d3c10f8a54a0ba881eeef8e2ec5b42d3ee3a95
python-venusian_3.1.0-1.debian.tar.xz 4.2 KiB 10579231fe2c21efbc04c47765dc1641fe55c3d83e7f32a6be305e3ef6569add

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.