15
0
forked from pool/python-Pebble

- Update to 5.1.3:

* issue #152: fix crash when scheduling non copy-able functions
  * issue #101: allow `atexit.register` callbacks on pool shutdown
  * Fix deadlock with `waitforthreads` function
  * Fix bug causing threads to crash when using `waitforthreads`
    function

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Pebble?expand=0&rev=38
This commit is contained in:
2025-08-15 02:18:30 +00:00
committed by Git OBS Bridge
parent ef17d47ee1
commit e84d1f4d22
4 changed files with 19 additions and 8 deletions

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Fri Aug 15 02:17:49 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
- Update to 5.1.3:
* issue #152: fix crash when scheduling non copy-able functions
* issue #101: allow `atexit.register` callbacks on pool shutdown
* Fix deadlock with `waitforthreads` function
* Fix bug causing threads to crash when using `waitforthreads`
function
-------------------------------------------------------------------
Wed Apr 23 10:56:25 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>