zc.lockfile 2.0-4 source package in Ubuntu

Changelog

zc.lockfile (2.0-4) unstable; urgency=medium

  [ Debian Janitor ]
  * Set upstream metadata fields: Bug-Database, Bug-Submit.

 -- Jelmer Vernooij <email address hidden>  Sun, 27 Nov 2022 16:31:13 +0000

Upload details

Uploaded by:
Debian Python Team
Uploaded to:
Sid
Original maintainer:
Debian Python Team
Architectures:
all
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release main python
Noble release main python
Mantic release main python
Lunar release main python

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
zc.lockfile_2.0-4.dsc 2.0 KiB a8ea25b795c7a20a1fcc695c48911da1d585ddc4c993e7e737944371ecee4eab
zc.lockfile_2.0.orig.tar.gz 11.6 KiB 307ad78227e48be260e64896ec8886edc7eae22d8ec53e4d528ab5537a83203b
zc.lockfile_2.0-4.debian.tar.xz 4.2 KiB 53a4660bcfb6bd4080b399fad5679388326f61fd5c9fbde9ec93d57a8a6d44ff

Available diffs

No changes file available.

Binary packages built by this source

python3-zc.lockfile: Basic inter-process locks for Python 3

 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.