./devel/py-pebble, Threading and multiprocessing eye-candy

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 5.1.1, Package name: py312-pebble-5.1.1, Maintainer: pkgsrc-users

Pebble provides a neat API to manage threads and processes within an
application.


Required to run:
[devel/py-setuptools] [lang/python37]

Required to build:
[pkgtools/cwrappers]

Master sites:

Filesize: 37.813 KB

Version history: (Expand)


CVS history: (Expand)


   2025-03-15 20:28:21 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
py-pebble: updated to 5.1.1

5.1.1

Fixes:
- issue 146: fix pool hanging on pickle errors.
- issue 147: fix pool hanging when futures are cancelled while large
  amount of data is being transferred.
   2025-03-05 10:52:58 by Thomas Klausner | Files touched by this commit (1)
Log message:
py-pebble: fix wheel name for latest setuptools and depend on it

Bump PKGREVISION.
   2025-01-02 11:48:04 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
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.
   2024-11-11 08:29:31 by Thomas Klausner | Files touched by this commit (862)
Log message:
py-*: remove unused tool dependency

py-setuptools includes the py-wheel functionality nowadays
   2024-03-22 07:31:05 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-pebble: updated to 5.0.7

release 5.0.7

Fixes:
 - 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
   2024-01-05 19:09:11 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-pebble: updated to 5.0.6

5.0.6
Fixes:
- handle `BaseException` in pools' workers
   2023-12-16 13:10:29 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-pebble: updated to 5.0.5

5.0.5

Fixes:
- issue 123: do not raise exception when returned from workers

Improvements:
- issue 122: slightly improve type hints
   2023-11-26 15:59:24 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
py-pebble: updated to 5.0.4

release 5.0.4

add type hints to decorator functions