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

Changelog

python-lockfile (1:0.12.2-2ubuntu1) eoan; urgency=medium

  * python-lockfile-doc: Recommend python3-lockfile.

 -- Matthias Klose <email address hidden>  Tue, 10 Sep 2019 11:32:27 +0200

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Eoan
Original maintainer:
Ben Finney
Architectures:
all
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Eoan: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-lockfile_0.12.2.orig.tar.gz 20.4 KiB 6aed02de03cba24efabcd600b30540140634fc06cfa603822d508d5361e9f799
python-lockfile_0.12.2-2ubuntu1.debian.tar.xz 10.0 KiB d6010d697a3ce2d9de903307e9a87489e0fc7b468e4c7846b5ad51b2c6acadf7
python-lockfile_0.12.2-2ubuntu1.dsc 2.3 KiB b1eaefd1feb1d608d9a177637d807419694a85210235416e36fd48c73280843c

View changes file

Binary packages built by this source

python-lockfile: file locking library for Python — Python 2 library

 The ‘lockfile’ library exports a ‘LockFile’ class which provides a
 simple API for locking files.
 .
 The appropriate implementation for ‘LockFile’ is chosen automatically
 based on the OS capabilities for an atomic filesystem operation.
 These implementations are also available for explicit use as
 ‘LinkLockFile’ and ‘MkdirLockFile’.
 .
 Other back ends are possible with the same semantics. Examples
 included are:
  * ‘SQLiteLockFile’, using records in an SQLite database.
  * ‘PIDLockFile’, using the semantics of a Unix PID file.
 .
 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.
 .
 This package installs the Python 2 library.

python-lockfile-doc: No summary available for python-lockfile-doc in ubuntu eoan.

No description available for python-lockfile-doc in ubuntu eoan.

python3-lockfile: No summary available for python3-lockfile in ubuntu eoan.

No description available for python3-lockfile in ubuntu eoan.