lazy-object-proxy 1.2.2-1build2 source package in Ubuntu

Changelog

lazy-object-proxy (1.2.2-1build2) artful; urgency=medium

  * No change rebuild to drop Python 3.5 support.

 -- Michael Hudson-Doyle <email address hidden>  Fri, 04 Aug 2017 18:48:44 +1200

Upload details

Uploaded by:
Michael Hudson-Doyle
Uploaded to:
Artful
Original maintainer:
Sandro Tosi
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
lazy-object-proxy_1.2.2.orig.tar.gz 30.9 KiB ddd4cf1c74279c349cb7b9c54a2efa5105854f57de5f2d35829ee93631564268
lazy-object-proxy_1.2.2-1build2.debian.tar.xz 5.0 KiB 3faee637215056d08b576fcc83aa7351863ab1bf9780d6a99e6943e1e85c7224
lazy-object-proxy_1.2.2-1build2.dsc 2.2 KiB 9cf4ade93537d399566e448278cace24bb7bd87b0b0c40e22120124fd275aed1

Available diffs

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 .

python-lazy-object-proxy-dbgsym: No summary available for python-lazy-object-proxy-dbgsym in ubuntu artful.

No description available for python-lazy-object-proxy-dbgsym in ubuntu artful.

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

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

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

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