python-wrapt 1.10.11-1build1 source package in Ubuntu

Changelog

python-wrapt (1.10.11-1build1) focal; urgency=medium

  * No-change rebuild to build with python3.8.

 -- Matthias Klose <email address hidden>  Fri, 18 Oct 2019 18:11:58 +0000

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Focal
Original maintainer:
Debian 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.10.11.orig.tar.xz 95.2 KiB 5d852b6a140faecd7aa6a5ad7118b440a0c0d05929594fc2a3ecd42519c92b03
python-wrapt_1.10.11-1build1.debian.tar.xz 5.2 KiB f2f55d34659b4aff173a299780f28997e89b0f438332cfa1fa0ce1e681b9bc47
python-wrapt_1.10.11-1build1.dsc 2.3 KiB d2c9f4a9b5ea6202cbdee0fb61dab02b740fe073297b194235dac1db63b45291

View changes file

Binary packages built by this source

python-wrapt: No summary available for python-wrapt in ubuntu focal.

No description available for python-wrapt in ubuntu focal.

python-wrapt-dbgsym: No summary available for python-wrapt-dbgsym in ubuntu focal.

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

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