diff --git a/python-flufl.lock.changes b/python-flufl.lock.changes index 06bbfd1..caede36 100644 --- a/python-flufl.lock.changes +++ b/python-flufl.lock.changes @@ -2,13 +2,20 @@ Wed Nov 17 09:13:16 UTC 2021 - Andreas Schneider - Update to version 6.0 - * https://gitlab.com/warsaw/flufl.lock/-/blob/6.0/docs/NEWS.rst + * Added a default_timeout argument to the Lock constructor, + which can be used in the context manager syntax as well. + * When a Lock uses a lock file that already exists and does + not appear to be a lock file (i.e. because its contents are + ill-formatted), do a better job of not clobbering that file. + * Improve some QA by re-adding diff-cover, Gitlab SAST during + CI, and testing on Python 3.10 beta (except for Windows) + * Added a py.typed file to satisfy type checkers. ------------------------------------------------------------------- Tue May 25 16:11:12 UTC 2021 - Andreas Schneider - Update to version 5.0.5 - * https://gitlab.com/warsaw/flufl.lock/-/blob/5.0.5/docs/NEWS.rst + * Blued code. ------------------------------------------------------------------- Fri Feb 12 07:54:17 UTC 2021 - Andreas Schneider