15
0

- update to 3.13.4:

* Raise error on incompatible singleton timeout and mode args
- update to 3.13.3:
  * Make singleton class instance dict unique per subclass

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-filelock?expand=0&rev=38
This commit is contained in:
2024-04-12 17:03:58 +00:00
committed by Git OBS Bridge
parent fef98f8717
commit 7276bd9297
4 changed files with 12 additions and 4 deletions

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Fri Apr 12 17:03:41 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 3.13.4:
* Raise error on incompatible singleton timeout and mode args
- update to 3.13.3:
* Make singleton class instance dict unique per subclass
-------------------------------------------------------------------
Mon Mar 25 17:29:15 UTC 2024 - Dirk Müller <dmueller@suse.com>