Path to this page:
Subject: CVS commit: pkgsrc/devel/py-pebble
From: Adam Ciarcinski
Date: 2025-01-02 11:48:04
Message id: 20250102104804.4ED9CFC1D@cvs.NetBSD.org
Log Message:
py-pebble: updated to 5.1.0
5.1.0
Features:
expose internal constants to allow changing default
timeouts and polling intervals.
add PID of expired process to ProcessExpired
exception.
Add pool decorators parameter allowing to provide a PebblePool
as executor for the decorated functions.
Fixes:
reset SIGTERM default handler to child processes.
Include concurrent and asynchronous modules as top-level
packages.
Improvements:
Improve type hinting logic.
Refactor internal logic: remove code duplication.
Files: