python-wrapt 1.11.2-2build1 source package in Ubuntu

Changelog

python-wrapt (1.11.2-2build1) focal; urgency=medium

  * No-change rebuild to drop python3.7.

 -- Matthias Klose <email address hidden>  Tue, 18 Feb 2020 10:46:38 +0100

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
Focal release main misc

Downloads

File Size SHA-256 Checksum
python-wrapt_1.11.2.orig.tar.xz 96.9 KiB 0017aac5241e4be9c1a8d4cec49977c698fb5c37227c03dc9fc1ddb6cf02ce9f
python-wrapt_1.11.2-2build1.debian.tar.xz 5.2 KiB 0cfef73f4b3f67c9262bdb598a83ec7a8d3613d0c57ae929929467c5be112884
python-wrapt_1.11.2-2build1.dsc 2.2 KiB e3b527913165259b8edf98b384781f816bfdd2e79652688272bf8f803b35449e

View changes file

Binary packages built by this source

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

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

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

No description available for python3-wrapt-dbgsym in ubuntu hirsute.