python-wrapt 1.9.0-2build2 source package in Ubuntu

Changelog

python-wrapt (1.9.0-2build2) artful; urgency=medium

  * No change rebuild to drop Python 3.5 support.

 -- Michael Hudson-Doyle <email address hidden>  Sat, 05 Aug 2017 21:39:04 +1200

Upload details

Uploaded by:
Michael Hudson-Doyle
Uploaded to:
Artful
Original maintainer:
PKG OpenStack
Architectures:
any all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
python-wrapt_1.9.0.orig.tar.xz 78.8 KiB 2a07d6cf4e192bb18c4c980ddc746dfceb7ada3a80979127c48fe7c604343c19
python-wrapt_1.9.0-2build2.debian.tar.xz 5.0 KiB 5642a9dd5e91a2a3a218b707410473c0047f79f4204aa5fbeb0797730896baa7
python-wrapt_1.9.0-2build2.dsc 2.3 KiB 57d57c662421866b08dccd83b2f362a44ef77ed6024e66a84d6a73bc18663351

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-dbgsym: No summary available for python-wrapt-dbgsym in ubuntu artful.

No description available for python-wrapt-dbgsym in ubuntu artful.

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 artful.

No description available for python3-wrapt in ubuntu artful.

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