15
0
forked from pool/python-Pebble

- update to 5.0.7:

* issue #96: handle race condition under different interpreters
  * issue #125: handle frozen classes as exceptions
  * issue #127: handle unexpected errors when reading from pipe in
                process decorators
  * issue #128: allow different context from `multiprocessing` ones

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Pebble?expand=0&rev=32
This commit is contained in:
2024-03-22 21:02:50 +00:00
committed by Git OBS Bridge
parent 356867bfcf
commit cd2940389c
4 changed files with 15 additions and 5 deletions

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Fri Mar 22 21:01:33 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 5.0.7:
* issue #96: handle race condition under different interpreters
* issue #125: handle frozen classes as exceptions
* issue #127: handle unexpected errors when reading from pipe in
process decorators
* issue #128: allow different context from `multiprocessing` ones
-------------------------------------------------------------------
Wed Dec 27 13:52:06 UTC 2023 - Dirk Müller <dmueller@suse.com>