zc.lockfile 1.0.0-4ubuntu3 source package in Ubuntu

Changelog

zc.lockfile (1.0.0-4ubuntu3) oneiric; urgency=low

  * Revert previous change.
 -- Gediminas Paulauskas <email address hidden>   Thu, 15 Sep 2011 20:05:55 +0300

Upload details

Uploaded by:
Gediminas Paulauskas
Uploaded to:
Oneiric
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
python
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Oneiric: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
zc.lockfile_1.0.0.orig.tar.gz 3.9 KiB 1f170e46eff20ae6c81cad5465f26702f3d3435e0511fb7983cd61a6ed84d5c0
zc.lockfile_1.0.0-4ubuntu3.debian.tar.gz 3.3 KiB 2b1ea21c2f9ff4f8696dd33704232145a5375700b75a3fd47acaca2b5d5bdc4b
zc.lockfile_1.0.0-4ubuntu3.dsc 1.4 KiB d760a5bed5bcf9a3c29693111983f1169f0e390a832f4080586b85d369352f08

Available diffs

View changes file

Binary packages built by this source

python-zc.lockfile: Basic inter-process locks

 The zc.lockfile package provides a basic portable implementation of
 interprocess locks using lock files. The purpose if not specifically to lock
 files, but to simply provide locks with an implementation based on
 file-locking primitives. Of course, these locks could be used to mediate
 access to *other* files. For example, the ZODB file storage implementation
 uses file locks to mediate access to file-storage database files. The database
 files and lock file files are separate files.