15
0

- update to 3.15.1:

* Hotfix: Restore __init__ method; more robust initialization
    for singleton locks
- update to 3.15.0:
  * asyncio support
  * Don't initialize BaseFileLock when just returning existing
    instance

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-filelock?expand=0&rev=42
This commit is contained in:
2024-06-17 06:00:40 +00:00
committed by Git OBS Bridge
parent aede924034
commit b086d0b833
4 changed files with 18 additions and 4 deletions

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Mon Jun 17 06:00:15 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 3.15.1:
* Hotfix: Restore __init__ method; more robust initialization
for singleton locks
- update to 3.15.0:
* asyncio support
* Don't initialize BaseFileLock when just returning existing
instance
-------------------------------------------------------------------
Fri May 3 07:35:30 UTC 2024 - Dirk Müller <dmueller@suse.com>