15
0
2021-11-19 01:48:22 +00:00
committed by Git OBS Bridge
parent fbc661eccd
commit 9dabe5c6c1

View File

@@ -2,13 +2,20 @@
Wed Nov 17 09:13:16 UTC 2021 - Andreas Schneider <asn@cryptomilk.org>
- 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 <asn@cryptomilk.org>
- 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 <asn@cryptomilk.org>