| Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
| Name: python312-Pebble | Distribution: openSUSE Tumbleweed |
| Version: 5.1.3 | Vendor: openSUSE |
| Release: 1.1 | Build date: Fri Aug 15 04:17:49 2025 |
| Group: Unspecified | Build host: reproducible |
| Size: 225554 | Source RPM: python-Pebble-5.1.3-1.1.src.rpm |
| Packager: http://bugs.opensuse.org | |
| Url: https://github.com/noxdafox/pebble | |
| Summary: Threading and multiprocessing eye-candy for Python | |
Pebble provides an API to manage threads and processes within an application. It wraps Python’s standard library threading and multiprocessing objects.
LGPL-3.0-only
* Fri Aug 15 2025 Steve Kowalik <steven.kowalik@suse.com>
- Update to 5.1.3:
* issue #152: fix crash when scheduling non copy-able functions
* issue #101: allow `atexit.register` callbacks on pool shutdown
* Fix deadlock with `waitforthreads` function
* Fix bug causing threads to crash when using `waitforthreads`
function
* Wed Apr 23 2025 John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to 5.1.1
* issue #146: fix pool hanging on pickle errors.
* issue #147: fix pool hanging when futures are cancelled
while large amount of data is being transferred.
- Adjust upstream source name in spec file
- Allow lower- and uppercase filenames for meta directory
- Switch build system from setuptools to pyproject.toml
* Add python-pip and python-wheel to BuildRequires
* Replace %python_build with %pyproject_wheel
* Replace %python_install with %pyproject_install
- Use Python 3.11 on SLE-15 by default
* Fri Jan 24 2025 Yunus Acar <yunus.acar@suse.com>
- Update to 5.1.0:
* issue #140: expose internal constants to allow changing default
timeouts and polling intervals.
* issue #141: add PID of expired process to ProcessExpired exception.
* Add pool decorators parameter allowing to provide a PebblePool
as executor for the decorated functions.
* issue #137: reset SIGTERM default handler to child processes.
* Include concurrent and asynchronous modules as top-level packages.
* Improve type hinting logic.
* Refactor internal logic: remove code duplication.
* Fri Mar 22 2024 Dirk Müller <dmueller@suse.com>
- update to 5.0.7:
* issue #96: handle race condition under different interpreters
* issue #125: handle frozen classes as exceptions
* issue #127: handle unexpected errors when reading from pipe in
process decorators
* issue #128: allow different context from `multiprocessing` ones
* Wed Dec 27 2023 Dirk Müller <dmueller@suse.com>
- update to 5.0.6:
* issue #124: handle `BaseException` in pools' workers
* Sun Dec 10 2023 Dirk Müller <dmueller@suse.com>
- update to 5.0.5:
* issue #123: do not raise exception when returned from workers
* issue #122: slightly improve type hints
* issue #122: add type hints to decorator functions
* Tue Nov 15 2022 Martin Liška <mliska@suse.cz>
- Update to 5.0.3
* issue #111: reinstate `Pool.schedule` function in place of
`Pool.submit`.
* Mon Oct 10 2022 Martin Liška <mliska@suse.cz>
- Update to 5.0.2
* issue #108: fix build tag enforcing Python 3.6 as minimum
compatible version.
* Thu Oct 06 2022 Martin Liška <mliska@suse.cz>
- Update to 5.0.1
* Improvements:
+ issue #105: run callbacks after process termination on timeout or
task cancellation
* Tue Sep 13 2022 Martin Liška <mliska@suse.cz>
- Update to 5.0.0
* Backward incompatible changes:
+ issue #93: Python 2 is no longer compatible. Minimum supported
version is now 3.7.
* Deprecations:
+ issue #90: pools `schedule` method is now deprecated, use `submit`
instead.
* Features:
+ issue #90: pools are now compatible with asyncio APIs.
+ issue #94: asynchronous function decorators
+ issue #102: type hints have been added to all functionalities
+ issue #103: support alternative multiprocessing.context
implementations
* Fixes:
+ issue #99: fix deadlock when closing a full pipe on Windows in pool
- Require Python >= 3.7.
- Drop Python 2 support.
* Tue Aug 16 2022 Yogalakshmi Arunachalam <yarunachalam@suse.com>
- Update to 4.6.3
+ issue #84: fix import bug on Windows
- Update to 4.6.2
* Fixes:
+ issue #82: fix issue with poll mechanism in MAC OS Mojave (@sam-harding)
+ Fix polling timeout resolution (@sam-harding)
- Update to 4.6.1
* Improvements:
+ issue #76: allow spawning processes within `ProcessPool` workers
+ Few minor improvements
* Fixes:
+ issues #75: fix error when cancelling futures in Python >= 3.8
+ issue #80: fix error when using decorators without @pie notation
+ Several minor fixes on MAC OS
* Tests:
+ Add Windows and MAC OS test automation support
/usr/lib/python3.12/site-packages/pebble /usr/lib/python3.12/site-packages/pebble-5.1.3.dist-info /usr/lib/python3.12/site-packages/pebble-5.1.3.dist-info/INSTALLER /usr/lib/python3.12/site-packages/pebble-5.1.3.dist-info/METADATA /usr/lib/python3.12/site-packages/pebble-5.1.3.dist-info/RECORD /usr/lib/python3.12/site-packages/pebble-5.1.3.dist-info/REQUESTED /usr/lib/python3.12/site-packages/pebble-5.1.3.dist-info/WHEEL /usr/lib/python3.12/site-packages/pebble-5.1.3.dist-info/licenses /usr/lib/python3.12/site-packages/pebble-5.1.3.dist-info/licenses/LICENSE /usr/lib/python3.12/site-packages/pebble-5.1.3.dist-info/top_level.txt /usr/lib/python3.12/site-packages/pebble/__init__.py /usr/lib/python3.12/site-packages/pebble/__pycache__ /usr/lib/python3.12/site-packages/pebble/__pycache__/__init__.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/pebble/__pycache__/__init__.cpython-312.pyc /usr/lib/python3.12/site-packages/pebble/__pycache__/decorators.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/pebble/__pycache__/decorators.cpython-312.pyc /usr/lib/python3.12/site-packages/pebble/__pycache__/functions.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/pebble/__pycache__/functions.cpython-312.pyc /usr/lib/python3.12/site-packages/pebble/asynchronous /usr/lib/python3.12/site-packages/pebble/asynchronous/__init__.py /usr/lib/python3.12/site-packages/pebble/asynchronous/__pycache__ /usr/lib/python3.12/site-packages/pebble/asynchronous/__pycache__/__init__.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/pebble/asynchronous/__pycache__/__init__.cpython-312.pyc /usr/lib/python3.12/site-packages/pebble/asynchronous/__pycache__/process.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/pebble/asynchronous/__pycache__/process.cpython-312.pyc /usr/lib/python3.12/site-packages/pebble/asynchronous/__pycache__/thread.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/pebble/asynchronous/__pycache__/thread.cpython-312.pyc /usr/lib/python3.12/site-packages/pebble/asynchronous/process.py /usr/lib/python3.12/site-packages/pebble/asynchronous/thread.py /usr/lib/python3.12/site-packages/pebble/common /usr/lib/python3.12/site-packages/pebble/common/__init__.py /usr/lib/python3.12/site-packages/pebble/common/__pycache__ /usr/lib/python3.12/site-packages/pebble/common/__pycache__/__init__.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/pebble/common/__pycache__/__init__.cpython-312.pyc /usr/lib/python3.12/site-packages/pebble/common/__pycache__/process.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/pebble/common/__pycache__/process.cpython-312.pyc /usr/lib/python3.12/site-packages/pebble/common/__pycache__/shared.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/pebble/common/__pycache__/shared.cpython-312.pyc /usr/lib/python3.12/site-packages/pebble/common/__pycache__/types.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/pebble/common/__pycache__/types.cpython-312.pyc /usr/lib/python3.12/site-packages/pebble/common/process.py /usr/lib/python3.12/site-packages/pebble/common/shared.py /usr/lib/python3.12/site-packages/pebble/common/types.py /usr/lib/python3.12/site-packages/pebble/concurrent /usr/lib/python3.12/site-packages/pebble/concurrent/__init__.py /usr/lib/python3.12/site-packages/pebble/concurrent/__pycache__ /usr/lib/python3.12/site-packages/pebble/concurrent/__pycache__/__init__.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/pebble/concurrent/__pycache__/__init__.cpython-312.pyc /usr/lib/python3.12/site-packages/pebble/concurrent/__pycache__/process.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/pebble/concurrent/__pycache__/process.cpython-312.pyc /usr/lib/python3.12/site-packages/pebble/concurrent/__pycache__/thread.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/pebble/concurrent/__pycache__/thread.cpython-312.pyc /usr/lib/python3.12/site-packages/pebble/concurrent/process.py /usr/lib/python3.12/site-packages/pebble/concurrent/thread.py /usr/lib/python3.12/site-packages/pebble/decorators.py /usr/lib/python3.12/site-packages/pebble/functions.py /usr/lib/python3.12/site-packages/pebble/pool /usr/lib/python3.12/site-packages/pebble/pool/__init__.py /usr/lib/python3.12/site-packages/pebble/pool/__pycache__ /usr/lib/python3.12/site-packages/pebble/pool/__pycache__/__init__.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/pebble/pool/__pycache__/__init__.cpython-312.pyc /usr/lib/python3.12/site-packages/pebble/pool/__pycache__/base_pool.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/pebble/pool/__pycache__/base_pool.cpython-312.pyc /usr/lib/python3.12/site-packages/pebble/pool/__pycache__/channel.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/pebble/pool/__pycache__/channel.cpython-312.pyc /usr/lib/python3.12/site-packages/pebble/pool/__pycache__/process.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/pebble/pool/__pycache__/process.cpython-312.pyc /usr/lib/python3.12/site-packages/pebble/pool/__pycache__/thread.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/pebble/pool/__pycache__/thread.cpython-312.pyc /usr/lib/python3.12/site-packages/pebble/pool/base_pool.py /usr/lib/python3.12/site-packages/pebble/pool/channel.py /usr/lib/python3.12/site-packages/pebble/pool/process.py /usr/lib/python3.12/site-packages/pebble/pool/thread.py /usr/lib/python3.12/site-packages/pebble/py.typed /usr/share/doc/packages/python312-Pebble /usr/share/doc/packages/python312-Pebble/README.rst /usr/share/licenses/python312-Pebble /usr/share/licenses/python312-Pebble/LICENSE
Generated by rpm2html 1.8.1
Fabrice Bellet, Fri Oct 31 23:33:49 2025