Path to this page: ./
parallel/py-billiard,
Python multiprocessing fork with improvements and bugfixes
Branch: CURRENT,
Version: 4.2.4,
Package name: py313-billiard-4.2.4,
Maintainer: pkgsrc-usersbilliard is a fork of the Python 2.7 multiprocessing package. The
multiprocessing package itself is a renamed and updated version of R Oudkerk's
pyprocessing package. This standalone variant is intended to be compatible with
Python 2.4 and 2.5, and will draw it's fixes/improvements from python-trunk.
* Also it is a fork of the multiprocessin backport package by Christian Heims;
* It includes the no-execv patch contributed by R. Oudkerk;
* And the Pool improvements previously located in Celery;
Required to run:[
devel/py-setuptools] [
lang/python37]
Required to build:[
pkgtools/cwrappers]
Master sites:
Filesize: 152.868 KB
Version history: (Expand)
- (2026-01-12) Updated to version: py313-billiard-4.2.4
- (2025-11-18) Updated to version: py313-billiard-4.2.3
- (2025-11-13) Updated to version: py313-billiard-4.2.2
- (2025-07-15) Package has been reborn
- (2025-07-15) Package deleted from pkgsrc
- (2025-04-14) Updated to version: py312-billiard-4.2.1nb1
CVS history: (Expand)
2026-01-12 11:28:20 by Adam Ciarcinski | Files touched by this commit (2) |  |
Log message: py-billiard: updated to 4.2.4 4.2.4 - 2025-11-30 - Eliminate usage of 'return' in 'finally' blocks |
2025-11-18 06:56:41 by Adam Ciarcinski | Files touched by this commit (2) |  |
Log message: py-billiard: updated to 4.2.3 4.2.3 - 2025-11-16 - Ensure that task results are delivered during pool shutdown |
2025-11-13 07:27:11 by Adam Ciarcinski | Files touched by this commit (2) |  |
Log message: py-billiard: updated to 4.2.2 4.2.2 - 2025-09-20 - Add codespell support (config, workflow to detect/not fix) and make it fix few \ typos - initial python 3.13 support - Copy `code.co_qualname` on Python >= 3.11 - Added DeepWiki to README - Fix the failing pre-commit.ci job - GitHub Actions: Test on Python 3.14 release candidate 2 - Keep GitHub Actions up to date with GitHub's Dependabot - Bump the github-actions group with 2 updates - Prepare for release: v4.2.2 |
2025-04-14 13:52:37 by Adam Ciarcinski | Files touched by this commit (2) |  |
Log message: Fix PLIST after py-setuptools update; bump depends and revision |
| 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-10-14 11:54:21 by Adam Ciarcinski | Files touched by this commit (2) |  |
Log message: py-billiard: updated to 4.2.1 4.2.1 - 2024-09-21 - Remove `SIGUSR2` from `TERMSIGS_DEAULT` - Add on_ready_counter to Worker.__reduce__. - Adapt for logging lock internal changes in Python3.13 - blacksmith.sh: Migrate workflows to blacksmith - Prepare for release: v4.2.1 |
2024-01-25 12:16:11 by Adam Ciarcinski | Files touched by this commit (3) |  |
Log message: py-billiard: updated to 4.2.0 4.2.0 - 2023-11-06 -------------------- - Update process.py to close during join only if process has completed. - Adjust the __repr__ in ApplyResult. - Remove python 3.7 from CI. - Added Python 3.12 support. - Fixed (co_positions): resolve issue caused by absence co_positions - Fixed: Replaced mktemp usage for Python 3 from python 2. - Changed nose test to pytest - Changed nose dependency for unit test 4.1.0 - 2022-12-14 -------------------- - Fixed a python 2 to 3 compat issue which was missed earlier - Adde Python 3.11 primary support 4.0.2 - 2022-08-03 -------------------- - ExceptionWithTraceback should be an exception. 4.0.1 - 2022-08-01 -------------------- - Add support for Python 3.11 _posixsubprocess.fork_exec() arguments. - Keep exception traceback somehow 4.0.0 - 2022-04-24 -------------------- - Support Sphinx 4.x. - Remove dependency to case. - Drop support of Python < 3.7. - Update to psutil 5.9.0. - Add python_requires to enforce Python version. - Replace deprecated threading Event.isSet with Event.is_set. - Prevent segmentation fault in get_pdeathsig while using ctypes - Migrated CI to Github actions. - Python 3.10 support added. |
| 2022-05-01 11:17:48 by Thomas Klausner | Files touched by this commit (3) |
Log message: py-case, py-billiard: not for python 2.x |