python-wrapt 1.8.0-5build2 source package in Ubuntu

Changelog

python-wrapt (1.8.0-5build2) xenial; urgency=medium

  * No-change rebuild to drop python3.4 support.

 -- Matthias Klose <email address hidden>  Tue, 19 Jan 2016 11:45:51 +0000

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Xenial
Original maintainer:
Ubuntu Developers
Architectures:
any all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Xenial release main misc

Downloads

File Size SHA-256 Checksum
python-wrapt_1.8.0.orig.tar.xz 79.2 KiB 9c4dcf97bd3cbe884b85bc62cacf2fcfa9352aca0d9d1b5909db6e2137097c0c
python-wrapt_1.8.0-5build2.debian.tar.xz 10.2 KiB e6d7eefc2a130b3817b0c6f8650f2f09430069e7f0162412d2e4e123bade7796
python-wrapt_1.8.0-5build2.dsc 2.4 KiB 27533954086f49329fc956a16c6d4a044515cf8cccdd0f67a5a158052896cee3

Available diffs

View changes file

Binary packages built by this source

python-wrapt: decorators, wrappers and monkey patching. - Python 2.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 2.x module.

python-wrapt-doc: No summary available for python-wrapt-doc in ubuntu yakkety.

No description available for python-wrapt-doc in ubuntu yakkety.

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.