From 9dabe5c6c1894b23f731c15e9277a2be38ca25d9e68c5233239e66e12795636e Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Fri, 19 Nov 2021 01:48:22 +0000 Subject: [PATCH] Fix changes OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-flufl.lock?expand=0&rev=7 --- python-flufl.lock.changes | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) 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