15
0
forked from pool/python-locket

- Convert to pip-based build

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-locket?expand=0&rev=13
This commit is contained in:
2025-06-02 07:56:46 +00:00
committed by Git OBS Bridge
commit a50ce9bd6c
5 changed files with 149 additions and 0 deletions

47
python-locket.changes Normal file
View File

@@ -0,0 +1,47 @@
-------------------------------------------------------------------
Mon Jun 2 07:56:25 UTC 2025 - Markéta Machová <mmachova@suse.com>
- Convert to pip-based build
-------------------------------------------------------------------
Sun Apr 21 11:23:46 UTC 2024 - ecsos <ecsos@opensuse.org>
- Add %{?sle15_python_module_pythons}
-------------------------------------------------------------------
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