python-lockfile 1:0.8-2ubuntu1 source package in Ubuntu

Changelog

python-lockfile (1:0.8-2ubuntu1) precise; urgency=low

  * Build using dh_python2
 -- Matthias Klose <email address hidden>   Sat, 17 Dec 2011 14:19:18 +0000

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Precise
Original maintainer:
Ben Finney
Architectures:
all
Section:
python
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Precise release main python

Builds

Precise: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
python-lockfile_0.8.orig.tar.gz 8.6 KiB e6e20ec66ceaea2cf81c675216d68f11b3d15a855fe6c64a26ef983b399afd7a
python-lockfile_0.8-2ubuntu1.debian.tar.gz 3.6 KiB 5c63970c669419c4e7e2f5587b559b2c2762e69fe6342c2d25a6d4ce1867c0d7
python-lockfile_0.8-2ubuntu1.dsc 1.3 KiB b97d2bc875cc1ad27edf49ce5863bdda75fbd86be761c6fe10c5abb2eec21929

Available diffs

View changes file

Binary packages built by this source

python-lockfile: file locking library for Python

 The ‘lockfile’ module exports a ‘FileLock’ class which provides a
 simple API for locking files.
 .
 The appropriate implementation for ‘FileLock’ is chosen automatically
 based on the OS capabilities for an atomic filesystem operation.
 These implementations are also available for explicit use as
 ‘LinkFileLock’ and ‘MkdirFileLock’.
 .
 Other back ends are possible with the same semantics; an example
 provided is ‘SQLiteFileLock’.
 .
 Unlike other Python locking libraries (the Windows ‘msvcrt.locking’
 function, the Unix ‘fcntl.flock’, ‘fcntl.lockf’, and the deprecated
 ‘posixfile’ module), the API is identical across both Unix (including
 GNU/Linux and MacOS) and Windows platforms.