python-wrapt 1.10.11-1 source package in Ubuntu

Changelog

python-wrapt (1.10.11-1) unstable; urgency=medium

  [ Ondřej Nový ]
  * d/control: Set Vcs-* to salsa.debian.org
  * d/control: Use <email address hidden> as maintainer

  [ Thomas Goirand ]
  * New upstream release:
    - Fix segfaults (Closes: #875797).
  * Fix PYTHONPATH when running tests.

 -- Thomas Goirand <email address hidden>  Fri, 07 Sep 2018 14:07:50 +0200

Upload details

Uploaded by:
Debian OpenStack
Uploaded to:
Sid
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-1.dsc 2.3 KiB f555cfc99b7fd0ab1f0d28d3b40688032b71b973e1fe9aecf7b539eff93e18ba
python-wrapt_1.10.11.orig.tar.xz 95.2 KiB 5d852b6a140faecd7aa6a5ad7118b440a0c0d05929594fc2a3ecd42519c92b03
python-wrapt_1.10.11-1.debian.tar.xz 5.1 KiB 6eaebd49476d1e6cef785019b613f351ff108b5e7664fa4c65ae283e882d76e5

No changes file available.

Binary packages built by this source

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

No description available for python-wrapt in ubuntu disco.

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

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

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

No description available for python3-wrapt in ubuntu eoan.

python3-wrapt-dbgsym: No summary available for python3-wrapt-dbgsym in ubuntu eoan.

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