lazy-object-proxy 1.3.1-1 source package in Ubuntu

Changelog

lazy-object-proxy (1.3.1-1) unstable; urgency=medium

  * New upstream release
  * debian/control
    - bump Standards-Version to 4.1.2 (no changes needed)
  * debian/copyright
    - extend packaging copyright years
    - update upstream copyright years

 -- Sandro Tosi <email address hidden>  Sun, 10 Dec 2017 22:34:32 -0500

Upload details

Uploaded by:
Sandro Tosi
Uploaded to:
Sid
Original maintainer:
Sandro Tosi
Architectures:
any
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
lazy-object-proxy_1.3.1-1.dsc 2.2 KiB fa475f8685462a0c41751a4bf117b84fc50037735b05dcd0a0e46b3f6006f316
lazy-object-proxy_1.3.1.orig.tar.gz 31.5 KiB eb91be369f945f10d3a49f5f9be8b3d0b93a4c2be8f8a5b83b0571b8123e0a7a
lazy-object-proxy_1.3.1-1.debian.tar.xz 5.0 KiB 6c9b549c6620c2f3a64a9dd302b300acccda026cd325cf77620bfb2dee001f90

No changes file available.

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: debug symbols for python-lazy-object-proxy
python3-lazy-object-proxy: No summary available for python3-lazy-object-proxy in ubuntu cosmic.

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

python3-lazy-object-proxy-dbgsym: debug symbols for python3-lazy-object-proxy