15
0

- update to 3.9.1:

* use time.perf_counter instead of time.monotonic

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-filelock?expand=0&rev=20
This commit is contained in:
2023-03-14 22:24:46 +00:00
committed by Git OBS Bridge
parent aea23c0074
commit 753cae4c91
4 changed files with 10 additions and 4 deletions

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Mar 14 22:23:25 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to 3.9.1:
* use time.perf_counter instead of time.monotonic
-------------------------------------------------------------------
Wed Jan 4 12:59:24 UTC 2023 - Dirk Müller <dmueller@suse.com>