15
0
forked from pool/python-locket

Accepting request 984975 from home:bnavigator:branches:devel:languages:python

- Update to 1.0.0
  * No release notes. From git log:
  * Fix #5: make sure it is sane to use different timeouts on the
    same file
  * Close file when acquire() fails
  * Raise LockError when calling release on an unlocked lock
  * Use time.monotonic() when available
- Enable test suite -- by requiring untested spur.py :(

OBS-URL: https://build.opensuse.org/request/show/984975
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-locket?expand=0&rev=9
This commit is contained in:
2022-06-28 22:17:12 +00:00
committed by Git OBS Bridge
parent 86622b2131
commit 105d55bdb3
4 changed files with 27 additions and 9 deletions

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Fri Jun 24 21:37:54 UTC 2022 - Ben Greiner <code@bnavigator.de>
- Update to 1.0.0
* No release notes. From git log:
* Fix #5: make sure it is sane to use different timeouts on the
same file
* Close file when acquire() fails
* Raise LockError when calling release on an unlocked lock
* Use time.monotonic() when available
- Enable test suite -- by requiring untested spur.py :(
-------------------------------------------------------------------
Tue Dec 4 12:50:05 UTC 2018 - Matej Cepl <mcepl@suse.com>