lazy-object-proxy 1.2.1-1build1 source package in Ubuntu

Changelog

lazy-object-proxy (1.2.1-1build1) xenial; urgency=medium

  * No-change rebuild to drop python3.4 support.

 -- Matthias Klose <email address hidden>  Mon, 18 Jan 2016 20:42:35 +0000

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Xenial
Original maintainer:
Sandro Tosi
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Xenial release main misc

Downloads

File Size SHA-256 Checksum
lazy-object-proxy_1.2.1.orig.tar.gz 28.2 KiB 22ed751a2c63c6cf718674fd7461b1dfc45215bab4751ca32b6c9b8cb2734cb3
lazy-object-proxy_1.2.1-1build1.debian.tar.xz 4.7 KiB 82acb2d4ebd541f4575843131b53a27d17370170405c05f8bc0da7221bfd664a
lazy-object-proxy_1.2.1-1build1.dsc 2.2 KiB 093804ed9614228a6654a923984a5933ebef15507225a2c75d922741c909912e

View changes file

Binary packages built by this source

python-lazy-object-proxy: Python fast and thorough lazy object proxy

 A lazy object proxy is an object that wraps a callable but defers the call
 until the object is actually required, and caches the result of said call.
 .
 These kinds of objects are useful in resolving various dependency issues, few
 examples:
 .
  * Objects that need to held circular references at each other, but at
    different stages. To instantiate object Foo you need an instance of Bar.
    Instance of Bar needs an instance of Foo in some of it methods (but not at
    construction). Circular imports sound familiar?
 .
  * Performance sensitive code. You don't know ahead of time what you're going
    to use but you don't want to pay for allocating all the resources at the
    start as you usually need just few of them.
 .
 This package contains the Python 2 version of lazy-object-proxy .

python3-lazy-object-proxy: No summary available for python3-lazy-object-proxy in ubuntu yakkety.

No description available for python3-lazy-object-proxy in ubuntu yakkety.