Path to this page:
./
parallel/py-billiard,
Python multiprocessing fork with improvements and bugfixes
Branch: CURRENT,
Version: 4.2.1,
Package name: py312-billiard-4.2.1,
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: 151.397 KB
Version history: (Expand)
- (2024-10-14) Updated to version: py312-billiard-4.2.1
- (2024-01-25) Updated to version: py311-billiard-4.2.0
- (2023-02-09) Updated to version: py310-billiard-3.6.4.0nb1
- (2022-01-05) Updated to version: py39-billiard-3.6.4.0nb1
- (2021-10-07) Updated to version: py39-billiard-3.6.4.0
- (2021-05-06) Updated to version: py38-billiard-3.6.4.0
CVS history: (Expand)
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
|
2022-01-04 21:55:40 by Thomas Klausner | Files touched by this commit (1595) |
Log message:
*: bump PKGREVISION for egg.mk users
They now have a tool dependency on py-setuptools instead of a DEPENDS
|
2021-10-26 13:10:38 by Nia Alarie | Files touched by this commit (29) |
Log message:
parallel: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
|
2021-10-07 16:46:48 by Nia Alarie | Files touched by this commit (29) |
Log message:
parallel: Remove SHA1 hashes for distfiles
|
2021-05-06 12:36:08 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-billiard: updated to 3.6.4.0
3.6.4.0
- Issue 309: Add Python 3.9 support to spawnv_passfds()
- fix 314
|