python-wrapt 1.13.3-1build1 source package in Ubuntu

Changelog

python-wrapt (1.13.3-1build1) jammy; urgency=medium

  * No-change rebuild with Python 3.10 only

 -- Graham Inggs <email address hidden>  Thu, 17 Mar 2022 20:09:18 +0000

Upload details

Uploaded by:
Graham Inggs
Uploaded to:
Jammy
Original maintainer:
Debian OpenStack
Architectures:
any all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Jammy release main misc

Downloads

File Size SHA-256 Checksum
python-wrapt_1.13.3.orig.tar.xz 101.4 KiB 65cae21fc2959731fadcc117a42504978aae49c41e2961a8eefeb66ad5bc92a9
python-wrapt_1.13.3-1build1.debian.tar.xz 5.4 KiB 3ac83e76018e47ff8be52367655a6d9e98033fdb14ce06fc08fb0afae54bbbc8
python-wrapt_1.13.3-1build1.dsc 2.2 KiB a8802b8f8316a18f8d00bafb9b78ac49d4e70bb65ae85f8f103fd4e0949068fa

View changes file

Binary packages built by this source

python-wrapt-doc: decorators, wrappers and monkey patching. - doc

 The aim of the wrapt module is to provide a transparent object proxy for
 Python, which can be used as the basis for the construction of function
 wrappers and decorator functions.
 .
 The wrapt module focuses very much on correctness. It therefore goes way
 beyond existing mechanisms such as functools.wraps() to ensure that decorators
 preserve introspectability, signatures, type checking abilities etc. The
 decorators that can be constructed using this module will work in far more
 scenarios than typical decorators and provide more predictable and consistent
 behaviour.
 .
 To ensure that the overhead is as minimal as possible, a C extension module is
 used for performance critical components. An automatic fallback to a pure
 Python implementation is also provided where a target system does not have a
 compiler to allow the C extension to be compiled.
 .
 This package contains the documentation.

python3-wrapt: No summary available for python3-wrapt in ubuntu kinetic.

No description available for python3-wrapt in ubuntu kinetic.

python3-wrapt-dbgsym: debug symbols for python3-wrapt