Wed, 03 Jul 2024 14:00:25 UTC | login

Information for build python-multiprocess-0.70.14-2.fc38

ID228882
Package Namepython-multiprocess
Version0.70.14
Release2.fc38
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
StartedWed, 22 Feb 2023 15:19:37 UTC
CompletedWed, 22 Feb 2023 15:19:37 UTC
Tags
f38
f39
f40
RPMs
src
python-multiprocess-0.70.14-2.fc38.src.rpm (info) (download)
noarch
python-multiprocess-doc-0.70.14-2.fc38.noarch.rpm (info) (download)
python3-multiprocess-0.70.14-2.fc38.noarch.rpm (info) (download)
Changelog * Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.70.14-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild * Sun Jan 15 2023 Benjamin A. Beasley <code@musicinmybrain.net> - 0.70.14-1 - Update to 0.70.14 (close RHBZ#2137178) * Sun Jan 15 2023 Benjamin A. Beasley <code@musicinmybrain.net> - 0.70.13-10 - Simplify shebang removal * Sun Jan 15 2023 Benjamin A. Beasley <code@musicinmybrain.net> - 0.70.13-9 - Simplify line endings conversion * Sun Jan 15 2023 Benjamin A. Beasley <code@musicinmybrain.net> - 0.70.13-8 - No need to remove egg-info with pyproject-rpm-macros * Sun Jan 15 2023 Benjamin A. Beasley <code@musicinmybrain.net> - 0.70.13-7 - Convert License to SPDX * Sun Jan 15 2023 Benjamin A. Beasley <code@musicinmybrain.net> - 0.70.13-6 - Simplified pypi_source invocation * Sun Jan 15 2023 Benjamin A. Beasley <code@musicinmybrain.net> - 0.70.13-5 - Remove BR on python-unversioned-command * Sun Jan 15 2023 Benjamin A. Beasley <code@musicinmybrain.net> - 0.70.13-4 - Improve test execution * 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