summaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
author Jeremy Hansen2023-08-31 04:26:13 +0200
committer Willy Sudiarto Raharjo2023-09-02 13:02:37 +0200
commit89b8e79d8c9dd7be630e5fcb948e48edd62922f3 (patch)
tree349fad5ae8f8cdc2eac7e84cb9544363360b0d3b /python
parent7986599961be773f22bac2d401be5f7a2b5886f0 (diff)
downloadslackbuilds-89b8e79d8c9dd7be630e5fcb948e48edd62922f3.tar.gz
python/python3-filelock: Add note to README.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python')
-rw-r--r--python/python3-filelock/README3
1 files changed, 3 insertions, 0 deletions
diff --git a/python/python3-filelock/README b/python/python3-filelock/README
index 59f3522659..dd54b8a7f6 100644
--- a/python/python3-filelock/README
+++ b/python/python3-filelock/README
@@ -1,2 +1,5 @@
This package contains a single module, which implements a platform
independent file lock in Python.
+
+NOTE: 3.12.2 is the latest version until python/python3-hatchling is
+updated to version 1.18 or newer.