Sat, 29 Jun 2024 10:06:04 UTC | login

Information for build python-multiprocess-0.70.13-3.fc37

ID221741
Package Namepython-multiprocess
Version0.70.13
Release3.fc37
Epoch
SummaryBetter multiprocessing and multithreading in python
Descriptionmultiprocess is a fork of multiprocessing, and is developed as part of pathos: https://github.com/uqfoundation/pathos multiprocessing is a package for the Python language which supports the spawning of processes using the API of the standard library’s threading module. multiprocessing has been distributed in the standard library since python 2.6. Features: - Objects can be transferred between processes using pipes or multi-producer/multi-consumer queues. - Objects can be shared between processes using a server process or (for simple data) shared memory. - Equivalents of all the synchronization primitives in threading are available. - A Pool class makes it easy to submit tasks to a pool of worker processes. multiprocess is part of pathos, a python framework for heterogeneous computing. multiprocess is in active development, so any user feedback, bug reports, comments, or suggestions are highly appreciated. A list of issues is located at https://github.com/uqfoundation/multiprocess/issues, with a legacy list maintained at https://uqfoundation.github.io/project/pathos/query.
Built bydavidlt
State complete
Volume DEFAULT
StartedSun, 08 Jan 2023 16:02:46 UTC
CompletedSun, 08 Jan 2023 16:02:46 UTC
Tags
f37
f38
RPMs
src
python-multiprocess-0.70.13-3.fc37.src.rpm (info) (download)
noarch
python-multiprocess-doc-0.70.13-3.fc37.noarch.rpm (info) (download)
python3-multiprocess-0.70.13-3.fc37.noarch.rpm (info) (download)
Changelog * Sat Nov 26 2022 Benjamin A. Beasley <code@musicinmybrain.net> 0.70.13-3 - Fix noarch package installing to python sitearch dir * Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> 0.70.13-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Tue Jul 05 2022 Ankur Sinha (Ankur Sinha Gmail) <sanjay.ankur@gmail.com> 0.70.13-1 - feat: update to 0.70.13 (fixes rhbz#2022268) * Tue Jul 05 2022 Ankur Sinha (Ankur Sinha Gmail) <sanjay.ankur@gmail.com> 0.70.12.2-5 - chore: remove unnecessary macro * Mon Jun 13 2022 Python Maint <python-maint@redhat.com> - 0.70.12.2-3 - Rebuilt for Python 3.11 * Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.70.12.2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild * Sat Jul 10 2021 Ankur Sinha <ankursinha AT fedoraproject DOT org> - 0.70.12.2-1 - Initial build