- update to 5.2.0:

* issue #158: set pending futures to BrokenProcessPool error
    when ProcessPool internal errors occur.
  * Cleanup resources when terminating pool's processes via SIGTERM.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Pebble?expand=0&rev=40
This commit is contained in:
2026-01-27 07:35:21 +00:00
committed by Git OBS Bridge
parent e6a5bd13d2
commit 6b27fe45f0
4 changed files with 13 additions and 5 deletions

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Tue Jan 27 07:34:58 UTC 2026 - Dirk Müller <dmueller@suse.com>
- update to 5.2.0:
* issue #158: set pending futures to BrokenProcessPool error
when ProcessPool internal errors occur.
* Cleanup resources when terminating pool's processes via SIGTERM.
-------------------------------------------------------------------
Fri Aug 15 02:17:49 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>