14
0

- update to 2.10.0:

* Properly propagating exceptions for NFS read-only lock issues
    and added support for being able to choose between lockf and
    flock

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-portalocker?expand=0&rev=22
This commit is contained in:
2024-06-30 20:08:07 +00:00
committed by Git OBS Bridge
parent b50bd0633b
commit d51e95e353
4 changed files with 12 additions and 4 deletions

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Sun Jun 30 20:07:44 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 2.10.0:
* Properly propagating exceptions for NFS read-only lock issues
and added support for being able to choose between lockf and
flock
-------------------------------------------------------------------
Sun Jan 7 20:28:35 UTC 2024 - Dirk Müller <dmueller@suse.com>