./devel/py-filelock, Platform independent file lock

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 3.13.4, Package name: py311-filelock-3.13.4, Maintainer: pkgsrc-users

This package contains a single module, which implements a platform independent
file lock in Python, which provides a simple way of inter-process communication.


Required to run:
[devel/py-setuptools] [lang/python37]

Required to build:
[pkgtools/cwrappers]

Master sites:

Filesize: 14.739 KB

Version history: (Expand)


CVS history: (Expand)


   2024-04-10 09:38:29 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-filelock: updated to 3.13.4

3.13.4

Raise error on incompatible singleton timeout and mode args
   2024-04-02 19:40:02 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-filelock: updated to 3.13.3

3.13.3
Make singleton class instance dict unique per subclass

3.13.2
Fixed small typo in _unix.py
Update SECURITY.md to reflect Python 3.7 support dropoff
Update index.rst to improve the demo usage
[BugFix] fix permission denied error when lock file is placed in /tmp
   2023-11-01 19:22:41 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-filelock: updated to 3.13.1

3.13.1

Allow users to subclass FileLock with custom keyword arguments
   2023-10-30 10:59:51 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-filelock: updated to 3.13..0

3.13.0

Support reentrant locking on lock file path via optional singleton instance
   2023-10-28 21:57:26 by Thomas Klausner | Files touched by this commit (516) | Package updated
Log message:
python/wheel.mk: simplify a lot, and switch to 'installer' for installation

This follows the recommended bootstrap method (flit_core, build, installer).

However, installer installs different files than pip, so update PLISTs
for all packages using wheel.mk and bump their PKGREVISIONs.
   2023-09-13 18:35:29 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-filelock: updated to 3.12.4

3.12.4
change typing-extensions to be installed only with the [typing] extra
   2023-08-29 08:20:26 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-filelock: updated to 3.12.3

3.12.3

Fix import ordering
Exclude dependabot and pre-commit ci from release notes
Create parent directories if necessary
fix ci 08 21
lock_file type-hint
adding tox.ini to sdist
   2023-06-15 09:17:03 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-filelock: updated to 3.12.2

3.12.2
Restore 'if TYPE_CHECKING' syntax for FileLock definition