python-wrapt 1.14.1-2build1 source package in Ubuntu
Changelog
python-wrapt (1.14.1-2build1) lunar; urgency=medium * Rebuild to drop Python 3.10 extension -- Jeremy Bicha <email address hidden> Tue, 28 Feb 2023 19:42:25 -0500
Upload details
- Uploaded by:
- Jeremy BĂcha
- Uploaded to:
- Lunar
- Original maintainer:
- Debian OpenStack
- Architectures:
- any all
- Section:
- misc
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Lunar | release | main | misc |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
python-wrapt_1.14.1.orig.tar.xz | 103.7 KiB | bd3068bc0a8dfd62f3734d5df462ecc76a24dfb492eba5ca6305d6a418cc600a |
python-wrapt_1.14.1-2build1.debian.tar.xz | 5.6 KiB | 0bdef934805e1205801f9e52e7b745a71bcb3f9192a81209d70b6032e566cc01 |
python-wrapt_1.14.1-2build1.dsc | 2.2 KiB | 55923fcbeb5cde7c0f1f5faf5729f24e201c1449d63d165640f6ea50e49b65c8 |
Available diffs
- diff from 1.14.1-2 (in Debian) to 1.14.1-2build1 (320 bytes)
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: decorators, wrappers and monkey patching. - Python 3.x
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 Python 3.x module.
- python3-wrapt-dbgsym: debug symbols for python3-wrapt