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

Changelog

python-lockfile (1:0.12.2-2ubuntu2) focal; urgency=medium

  * No-change rebuild to generate dependencies on python2.

 -- Matthias Klose <email address hidden>  Tue, 17 Dec 2019 13:05:08 +0000

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Focal release main python

Builds

Focal: [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-2ubuntu2.debian.tar.xz 10.1 KiB 7bafc6ca6234536d89b64918bf8fa9a66b54062e87333a3f751fcbb67e630b65
python-lockfile_0.12.2-2ubuntu2.dsc 2.3 KiB c0812c5c4311d97b65ff7d54f9c2d374f46da55aaeaac719d2c1bfae6620a7fe

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 groovy.

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

python3-lockfile: file locking library for Python — Python 3 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 3 library.