./parallel/py-billiard, Python multiprocessing fork with improvements and bugfixes

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


Branch: CURRENT, Version: 3.6.4.0nb1, Package name: py310-billiard-3.6.4.0nb1, Maintainer: pkgsrc-users

billiard 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.663 KB

Version history: (Expand)


CVS history: (Expand)


   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) | Package updated
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
   2020-05-17 21:16:39 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
py-billiard: updated to 3.6.3.0

3.6.1:
- Logging max memory reached at INFO rather than WARNING
- Pass arguments when wrapping sys.exit
- Remove win32/py2k special
- Ensure READY messages sent out by exiting worker are consumed prior to it \ 
actually existing.
- Pass max_memory_per_child to child worker process
- Fix compatibility with Python 2.7 on Windows
   2019-04-05 15:03:11 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-billiard: updated to 3.6.0.0

3.6.0.0:
- Add support of sending parent process death signal.
- Previous fix for handling timeouts caused a problem in warm shutdowns due
  to use of deepcopy.
  We now use a shallow copy of the cache and do so only when it is needed.
- Cleanup old checks and workarounds for Python versions we no longer support.
   2018-02-02 18:16:36 by Jonathan Perkin | Files touched by this commit (2)
Log message:
py-billiard: Set _XOPEN_SOURCE correctly.