zc.lockfile 3.0.post1-1 source package in Ubuntu

Changelog

zc.lockfile (3.0.post1-1) unstable; urgency=medium

  * Team upload.
  * Run tests using zope.testrunner.
  * Use pybuild-plugin-pyproject.
  * New upstream release.

 -- Colin Watson <email address hidden>  Sun, 19 May 2024 23:37:24 +0100

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

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
zc.lockfile_3.0.post1-1.dsc 2.2 KiB b97775197ad0a88024f8eb964df6546d904b07961ce3c37ef40801754a9f669c
zc.lockfile_3.0.post1.orig.tar.gz 10.0 KiB adb2ee6d9e6a2333c91178dcb2c9b96a5744c78edb7712dc784a7d75648e81ec
zc.lockfile_3.0.post1-1.debian.tar.xz 4.4 KiB 6178415878e90677168ceb04ec3586563a8fe8f6d9a453cd9279b6b1a10bb2ca

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.