Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

python311-Pebble-5.0.6-1.2 RPM for noarch

From OpenSuSE Ports Tumbleweed for noarch

Name: python311-Pebble Distribution: openSUSE:Factory:zSystems
Version: 5.0.6 Vendor: openSUSE
Release: 1.2 Build date: Wed Dec 27 14:52:06 2023
Group: Unspecified Build host: reproducible
Size: 213118 Source RPM: python-Pebble-5.0.6-1.2.src.rpm
Packager: https://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.

Provides

Requires

License

LGPL-3.0-only

Changelog

* 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
* Thu Jan 14 2021 Steve Kowalik <steven.kowalik@suse.com>
  - Update to 4.6.0
    * Features:
      + issue #73: allow passing `multiprocessing.context` object
      as `concurrent.process` and `ProcessPool` parameter
    * Fixes:
      + issues #34, #35: rework Pool termination logic to silence Windows errors
      + issue #68: use fully qualified function name in `concurrent.process`
      decorator trampoline to handle class inheritance in Windows
      + issue #69: correctly propagate the timeout in pool's map method
      + issue #64: rework versioning logic
* Wed May 06 2020 Martin Liška <mliska@suse.cz>
  - Bump to 4.5.2:
    - Fix issue #58: handle pool connection teardown in Python 3.8
* Mon Apr 20 2020 Tomáš Chvátal <tchvatal@suse.com>
  - Fix build without python2

Files

/usr/lib/python3.11/site-packages/Pebble-5.0.6-py3.11.egg-info
/usr/lib/python3.11/site-packages/Pebble-5.0.6-py3.11.egg-info/PKG-INFO
/usr/lib/python3.11/site-packages/Pebble-5.0.6-py3.11.egg-info/SOURCES.txt
/usr/lib/python3.11/site-packages/Pebble-5.0.6-py3.11.egg-info/dependency_links.txt
/usr/lib/python3.11/site-packages/Pebble-5.0.6-py3.11.egg-info/top_level.txt
/usr/lib/python3.11/site-packages/pebble
/usr/lib/python3.11/site-packages/pebble/__init__.py
/usr/lib/python3.11/site-packages/pebble/__pycache__
/usr/lib/python3.11/site-packages/pebble/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/pebble/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/pebble/__pycache__/common.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/pebble/__pycache__/common.cpython-311.pyc
/usr/lib/python3.11/site-packages/pebble/__pycache__/decorators.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/pebble/__pycache__/decorators.cpython-311.pyc
/usr/lib/python3.11/site-packages/pebble/__pycache__/functions.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/pebble/__pycache__/functions.cpython-311.pyc
/usr/lib/python3.11/site-packages/pebble/asynchronous
/usr/lib/python3.11/site-packages/pebble/asynchronous/__init__.py
/usr/lib/python3.11/site-packages/pebble/asynchronous/__pycache__
/usr/lib/python3.11/site-packages/pebble/asynchronous/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/pebble/asynchronous/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/pebble/asynchronous/__pycache__/process.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/pebble/asynchronous/__pycache__/process.cpython-311.pyc
/usr/lib/python3.11/site-packages/pebble/asynchronous/__pycache__/thread.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/pebble/asynchronous/__pycache__/thread.cpython-311.pyc
/usr/lib/python3.11/site-packages/pebble/asynchronous/process.py
/usr/lib/python3.11/site-packages/pebble/asynchronous/thread.py
/usr/lib/python3.11/site-packages/pebble/common.py
/usr/lib/python3.11/site-packages/pebble/concurrent
/usr/lib/python3.11/site-packages/pebble/concurrent/__init__.py
/usr/lib/python3.11/site-packages/pebble/concurrent/__pycache__
/usr/lib/python3.11/site-packages/pebble/concurrent/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/pebble/concurrent/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/pebble/concurrent/__pycache__/process.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/pebble/concurrent/__pycache__/process.cpython-311.pyc
/usr/lib/python3.11/site-packages/pebble/concurrent/__pycache__/thread.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/pebble/concurrent/__pycache__/thread.cpython-311.pyc
/usr/lib/python3.11/site-packages/pebble/concurrent/process.py
/usr/lib/python3.11/site-packages/pebble/concurrent/thread.py
/usr/lib/python3.11/site-packages/pebble/decorators.py
/usr/lib/python3.11/site-packages/pebble/functions.py
/usr/lib/python3.11/site-packages/pebble/pool
/usr/lib/python3.11/site-packages/pebble/pool/__init__.py
/usr/lib/python3.11/site-packages/pebble/pool/__pycache__
/usr/lib/python3.11/site-packages/pebble/pool/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/pebble/pool/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/pebble/pool/__pycache__/base_pool.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/pebble/pool/__pycache__/base_pool.cpython-311.pyc
/usr/lib/python3.11/site-packages/pebble/pool/__pycache__/channel.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/pebble/pool/__pycache__/channel.cpython-311.pyc
/usr/lib/python3.11/site-packages/pebble/pool/__pycache__/process.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/pebble/pool/__pycache__/process.cpython-311.pyc
/usr/lib/python3.11/site-packages/pebble/pool/__pycache__/thread.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/pebble/pool/__pycache__/thread.cpython-311.pyc
/usr/lib/python3.11/site-packages/pebble/pool/base_pool.py
/usr/lib/python3.11/site-packages/pebble/pool/channel.py
/usr/lib/python3.11/site-packages/pebble/pool/process.py
/usr/lib/python3.11/site-packages/pebble/pool/thread.py
/usr/share/doc/packages/python311-Pebble
/usr/share/doc/packages/python311-Pebble/README.rst
/usr/share/licenses/python311-Pebble
/usr/share/licenses/python311-Pebble/LICENSE


Generated by rpm2html 1.8.1

Fabrice Bellet, Tue Apr 9 12:43:14 2024