Matej Cepl
105d55bdb3
- 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
38 lines
1.2 KiB
Plaintext
38 lines
1.2 KiB
Plaintext
-------------------------------------------------------------------
|
|
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>
|
|
|
|
- Remove superfluous devel dependency for noarch package
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Mar 14 18:15:09 UTC 2018 - jengelh@inai.de
|
|
|
|
- Trim other OS mentions from descriptions.
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Mar 14 08:21:40 UTC 2018 - sebix+novell.com@sebix.at
|
|
|
|
- use %license macro
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Apr 19 17:48:47 UTC 2017 - toddrme2178@gmail.com
|
|
|
|
- Implement single-spec version.
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Jul 14 13:47:43 UTC 2015 - toddrme2178@gmail.com
|
|
|
|
- Initial version
|
|
|