python-wrapt 1.9.0-3 source package in Ubuntu

Changelog

python-wrapt (1.9.0-3) unstable; urgency=medium

  * Team upload.

  [ Daniel Baumann ]
  * Updating vcs fields. (Closes: #875798)
  * Updating copyright format url.
  * Updating maintainer field.
  * Running wrap-and-sort -bast.
  * Removing gbp.conf, not used anymore or should be specified in the
    developers dotfiles.

  [ Ondřej Nový ]
  * d/watch: Use pypi.debian.net (Closes: #875799)
  * Updating standards version to 4.1.1.

 -- Ondřej Nový <email address hidden>  Tue, 31 Oct 2017 16:10:07 +0100

Upload details

Uploaded by:
PKG OpenStack
Uploaded to:
Sid
Original maintainer:
PKG OpenStack
Architectures:
any all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Bionic release main misc

Downloads

File Size SHA-256 Checksum
python-wrapt_1.9.0-3.dsc 2.3 KiB cc85f91ba2f105bb4a5ee2c49e079cedff68753248f064d606d628d4dc5ff075
python-wrapt_1.9.0.orig.tar.xz 78.8 KiB 2a07d6cf4e192bb18c4c980ddc746dfceb7ada3a80979127c48fe7c604343c19
python-wrapt_1.9.0-3.debian.tar.xz 5.0 KiB 58779c7d335f9d3af2ef2b924920707a0dfe0df61e20070c84183d2e51ddedf1

No changes file available.

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: debug symbols for python-wrapt
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