Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: python3-billiard | Distribution: SUSE Linux Enterprise 15 SP6 |
Version: 3.6.4.0 | Vendor: openSUSE |
Release: bp156.3.2 | Build date: Mon Jul 24 07:51:41 2023 |
Group: Development/Languages/Python | Build host: goat52 |
Size: 850338 | Source RPM: python-billiard-3.6.4.0-bp156.3.2.src.rpm |
Packager: https://bugs.opensuse.org | |
Url: https://github.com/celery/billiard | |
Summary: Python multiprocessing fork |
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 compatible with Python 2.4 and 2.5, and will draw its fixes/improvements from python-trunk.
BSD-3-Clause
* Fri Jun 04 2021 Dirk Müller <dmueller@suse.com> - update to 3.6.4.0: * Issue #309: Add Python 3.9 support to spawnv_passfds() * fix #314 - drop billiard-pr310-py39-fork_exec.patch (upstream) - add billiard-sphinx4.patch: compat with Sphinx 4.x * Fri Mar 19 2021 Ben Greiner <code@bnavigator.de> - Add billiard-pr310-py39-fork_exec.patch -- gh#celery/billiard#310 * Mon Apr 06 2020 Matej Cepl <mcepl@suse.com> - Stop building Python 2 packages (we avoid also weird constructs with alternative noarch package). * Mon Mar 30 2020 Marketa Calabkova <mcalabkova@suse.com> - Update to 3.6.3.0 * Close the inqueue and outqueue when terminating to avoid file descriptor leakage. * upgrade to pytest<6 * Test against the latest Python 3.8 and PyPy3 release * Fri Sep 13 2019 Tomáš Chvátal <tchvatal@suse.com> - Update to 3.6.1.0: - Logging max memory reached at INFO rather than WARNING (#255) - Pass arguments when wrapping sys.exit (#275) - Remove win32/py2k special (#276) - Ensure READY messages sent out by exiting worker are consumed prior to it actually existing. - Pass max_memory_per_child to child worker process (#251) - Fix compatibility with Python 2.7 on Windows (#283) * Sun Jun 02 2019 Jan Engelhardt <jengelh@inai.de> - Adjust description grammar. Drop filler wording. * Sun Feb 10 2019 John Vandenberg <jayvdb@gmail.com> - Update to v3.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. * Thu Dec 06 2018 Tomáš Chvátal <tchvatal@suse.com> - Fix the build again - Fix the fdupes call - Update version to 3.5.0.5: (boo#1136100) * Various small bugfixes all around * Tue Dec 04 2018 Matej Cepl <mcepl@suse.com> - Remove superfluous devel dependency for noarch package * Mon Jun 26 2017 benoit.monin@gmx.fr - update to version 3.5.0.2: * max_memory_per_child was measured in kilobytes on Linux, but bytes on *BSD/MacOS, it's now always kilobytes. * Windows: Adds support for max_memory_per_child, but requires the psutil package to be installed. * Fixed bug in ForkingPickler.loadbuf, where it tried to pass a BytesIO instance directly to ``pickle.loads`` on Python 2.7. - additional changes from version 3.5.0.1: * Connection: Properly handle EINTR (Issue #191). * Fixed bug with missing CreateProcess for Windows on Python 2.7. * Adds Process._counter for compatibility with Python <3.5. - additional changes from version 3.5.0.0: * No longer supports Python 2.6 You need Python 2.7 or later to use this version of billiard. * Merged changes from CPython 3.5 - convert the package to singlespec and import changes from python3-billiard - change the source URL to pythonhosted.org - update the BuildRequires for test: * remove mock, nose and unittest2 * add case and pytest - split the documentation to a separate package - remove the shebang cleanup: not needed anymore * Wed Jan 13 2016 antoine.belvire@laposte.net - Update to version 3.3.0.22: * Wheel packages for Windows now available. - Changes from 3.3.0.21: * Pool: Fixed semaphore error on Python3. * Fixed libSystem error on OS X El Capitan. * Sat Apr 25 2015 benoit.monin@gmx.fr - update to version 3.3.0.20: * Pool: Timeouts will attempt to send SIGKILL, but this signal does not exist on Windows. Replaced with SIGTERM. - additional changes from version 3.3.0.19: * Pool: Exceptions in user timeout callbacks are now logged instead of crashing the pool. Contributed by Pierre Fersing. * Pool: Exit codes in errors were improperly being represented as signals. * Pool: ``.map``. and ``.imap`` now working again. * Now builds on FreeBSD 10. Contributed by Michael Fladischer. - update project URL - add fdupes as BuildRequires and call it after install - remove BuildRequires python-nose-cover3, not needed by the tests anymore - set a minimum version for python-nose - remove unwanted shebang of funtests/setup.py - add -fno-strict-aliasing to CFLAGS to avoid potential breakage
/usr/lib/python3.6/site-packages/billiard /usr/lib/python3.6/site-packages/billiard-3.6.4.0-py3.6.egg-info /usr/lib/python3.6/site-packages/billiard-3.6.4.0-py3.6.egg-info/PKG-INFO /usr/lib/python3.6/site-packages/billiard-3.6.4.0-py3.6.egg-info/SOURCES.txt /usr/lib/python3.6/site-packages/billiard-3.6.4.0-py3.6.egg-info/dependency_links.txt /usr/lib/python3.6/site-packages/billiard-3.6.4.0-py3.6.egg-info/not-zip-safe /usr/lib/python3.6/site-packages/billiard-3.6.4.0-py3.6.egg-info/top_level.txt /usr/lib/python3.6/site-packages/billiard/__init__.py /usr/lib/python3.6/site-packages/billiard/__pycache__ /usr/lib/python3.6/site-packages/billiard/__pycache__/__init__.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/billiard/__pycache__/__init__.cpython-36.pyc /usr/lib/python3.6/site-packages/billiard/__pycache__/_ext.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/billiard/__pycache__/_ext.cpython-36.pyc /usr/lib/python3.6/site-packages/billiard/__pycache__/_win.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/billiard/__pycache__/_win.cpython-36.pyc /usr/lib/python3.6/site-packages/billiard/__pycache__/common.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/billiard/__pycache__/common.cpython-36.pyc /usr/lib/python3.6/site-packages/billiard/__pycache__/compat.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/billiard/__pycache__/compat.cpython-36.pyc /usr/lib/python3.6/site-packages/billiard/__pycache__/connection.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/billiard/__pycache__/connection.cpython-36.pyc /usr/lib/python3.6/site-packages/billiard/__pycache__/context.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/billiard/__pycache__/context.cpython-36.pyc /usr/lib/python3.6/site-packages/billiard/__pycache__/einfo.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/billiard/__pycache__/einfo.cpython-36.pyc /usr/lib/python3.6/site-packages/billiard/__pycache__/exceptions.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/billiard/__pycache__/exceptions.cpython-36.pyc /usr/lib/python3.6/site-packages/billiard/__pycache__/five.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/billiard/__pycache__/five.cpython-36.pyc /usr/lib/python3.6/site-packages/billiard/__pycache__/forkserver.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/billiard/__pycache__/forkserver.cpython-36.pyc /usr/lib/python3.6/site-packages/billiard/__pycache__/heap.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/billiard/__pycache__/heap.cpython-36.pyc /usr/lib/python3.6/site-packages/billiard/__pycache__/managers.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/billiard/__pycache__/managers.cpython-36.pyc /usr/lib/python3.6/site-packages/billiard/__pycache__/pool.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/billiard/__pycache__/pool.cpython-36.pyc /usr/lib/python3.6/site-packages/billiard/__pycache__/popen_fork.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/billiard/__pycache__/popen_fork.cpython-36.pyc /usr/lib/python3.6/site-packages/billiard/__pycache__/popen_forkserver.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/billiard/__pycache__/popen_forkserver.cpython-36.pyc /usr/lib/python3.6/site-packages/billiard/__pycache__/popen_spawn_posix.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/billiard/__pycache__/popen_spawn_posix.cpython-36.pyc /usr/lib/python3.6/site-packages/billiard/__pycache__/popen_spawn_win32.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/billiard/__pycache__/popen_spawn_win32.cpython-36.pyc /usr/lib/python3.6/site-packages/billiard/__pycache__/process.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/billiard/__pycache__/process.cpython-36.pyc /usr/lib/python3.6/site-packages/billiard/__pycache__/queues.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/billiard/__pycache__/queues.cpython-36.pyc /usr/lib/python3.6/site-packages/billiard/__pycache__/reduction.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/billiard/__pycache__/reduction.cpython-36.pyc /usr/lib/python3.6/site-packages/billiard/__pycache__/resource_sharer.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/billiard/__pycache__/resource_sharer.cpython-36.pyc /usr/lib/python3.6/site-packages/billiard/__pycache__/semaphore_tracker.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/billiard/__pycache__/semaphore_tracker.cpython-36.pyc /usr/lib/python3.6/site-packages/billiard/__pycache__/sharedctypes.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/billiard/__pycache__/sharedctypes.cpython-36.pyc /usr/lib/python3.6/site-packages/billiard/__pycache__/spawn.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/billiard/__pycache__/spawn.cpython-36.pyc /usr/lib/python3.6/site-packages/billiard/__pycache__/synchronize.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/billiard/__pycache__/synchronize.cpython-36.pyc /usr/lib/python3.6/site-packages/billiard/__pycache__/util.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/billiard/__pycache__/util.cpython-36.pyc /usr/lib/python3.6/site-packages/billiard/_ext.py /usr/lib/python3.6/site-packages/billiard/_win.py /usr/lib/python3.6/site-packages/billiard/common.py /usr/lib/python3.6/site-packages/billiard/compat.py /usr/lib/python3.6/site-packages/billiard/connection.py /usr/lib/python3.6/site-packages/billiard/context.py /usr/lib/python3.6/site-packages/billiard/dummy /usr/lib/python3.6/site-packages/billiard/dummy/__init__.py /usr/lib/python3.6/site-packages/billiard/dummy/__pycache__ /usr/lib/python3.6/site-packages/billiard/dummy/__pycache__/__init__.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/billiard/dummy/__pycache__/__init__.cpython-36.pyc /usr/lib/python3.6/site-packages/billiard/dummy/__pycache__/connection.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/billiard/dummy/__pycache__/connection.cpython-36.pyc /usr/lib/python3.6/site-packages/billiard/dummy/connection.py /usr/lib/python3.6/site-packages/billiard/einfo.py /usr/lib/python3.6/site-packages/billiard/exceptions.py /usr/lib/python3.6/site-packages/billiard/five.py /usr/lib/python3.6/site-packages/billiard/forkserver.py /usr/lib/python3.6/site-packages/billiard/heap.py /usr/lib/python3.6/site-packages/billiard/managers.py /usr/lib/python3.6/site-packages/billiard/pool.py /usr/lib/python3.6/site-packages/billiard/popen_fork.py /usr/lib/python3.6/site-packages/billiard/popen_forkserver.py /usr/lib/python3.6/site-packages/billiard/popen_spawn_posix.py /usr/lib/python3.6/site-packages/billiard/popen_spawn_win32.py /usr/lib/python3.6/site-packages/billiard/process.py /usr/lib/python3.6/site-packages/billiard/queues.py /usr/lib/python3.6/site-packages/billiard/reduction.py /usr/lib/python3.6/site-packages/billiard/resource_sharer.py /usr/lib/python3.6/site-packages/billiard/semaphore_tracker.py /usr/lib/python3.6/site-packages/billiard/sharedctypes.py /usr/lib/python3.6/site-packages/billiard/spawn.py /usr/lib/python3.6/site-packages/billiard/synchronize.py /usr/lib/python3.6/site-packages/billiard/util.py /usr/share/doc/packages/python3-billiard /usr/share/doc/packages/python3-billiard/CHANGES.txt /usr/share/doc/packages/python3-billiard/README.rst /usr/share/licenses/python3-billiard /usr/share/licenses/python3-billiard/LICENSE.txt
Generated by rpm2html 1.8.1
Fabrice Bellet, Sun Mar 9 14:56:22 2025