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

python310-backoff-2.2.1-3.2 RPM for noarch

From OpenSuSE Ports Tumbleweed for noarch

Name: python310-backoff Distribution: openSUSE:Factory:zSystems
Version: 2.2.1 Vendor: openSUSE
Release: 3.2 Build date: Thu Mar 21 08:43:10 2024
Group: Development/Languages/Python Build host: reproducible
Size: 90797 Source RPM: python-backoff-2.2.1-3.2.src.rpm
Packager: https://bugs.opensuse.org
Url: https://github.com/litl/backoff
Summary: Function decoration for backoff and retry
This module provides function decorators which can be used to wrap a
function such that it will be retried until some condition is met. It
is meant to be of use when accessing unreliable resources with the
potential for intermittent failures i.e. network resources and external
APIs. Somewhat more generally, it may also be of use for dynamically
polling resources for externally generated content.

Decorators support both regular functions for synchronous code and
`asyncio <https://docs.python.org/3/library/asyncio.html>`_'s coroutines
for asynchronous code.

Provides

Requires

License

MIT

Changelog

* Thu Mar 21 2024 Max Lin <mlin@suse.com>
  - Add %{?sle15_python_module_pythons}
* Mon May 08 2023 Ben Greiner <code@bnavigator.de>
  - Clean build and test dependencies
    * No coverage check needed, no pytest-cov
    * Poetry-core is enough to build, less footprint
* Thu Oct 13 2022 Adrian Schröter <adrian@suse.de>
  - update to version 2.2.1
    - Fix type hint for wait generators https://github.com/litl/backoff/issues/177
    - Improve type annotation for wait generators from @hauntsaninja
    - Include exception in details dict of call handlers from @petamas
    - Improve type hints for call handlers from @cdce8p
    - Don't use importlib.metadata for __version__ https://github.com/litl/backoff/issues/166
    - Fix bug with max_tries/max_time callables https://github.com/litl/backoff/issues/164
    - Get max_tries/max_time values for every call fixes #160 (from @jvrsantacruz)
    - Allow None for jitter keyword arg (typing)
    - Add raise_on_giveup keyword arg for decorators
    - Add backoff.runtime wait generator for dynamically setting wait times based
      on target function return value or exception details
    - Improve type hints for on_success, on_backoff, on_giveup handlers
    - Use decorator-specific detail and handler type hints
    - Optionally use typing_extensions for python 3.7 type hinting
    - Drop python 3.6 support
    - Add python 3.10 support
* Fri Jan 17 2020 Marketa Calabkova <mcalabkova@suse.com>
  - update to 1.10.0
    * Support python 3.8
    * Allow sync decorator call from async function
* Tue Jun 04 2019 pgajdos@suse.com
  - version update to 1.8.0
    - Change default log level from ERROR to INFO
    - Log retries on exception as INFO
    - Support Python 3.7
    - Give up on StopIteration raised in wait generators
    - Iterable intervals for constant wait_gen for predefined wait sequences
    - Nullary jitter signature deprecation warning
    - Custom loggers
* Tue Dec 04 2018 Matej Cepl <mcepl@suse.com>
  - Remove superfluous devel dependency for noarch package
* Wed May 09 2018 toddrme2178@gmail.com
  - Update to 1.5.0
    * Add max_time keyword argument
  - Use license tag
* Tue Sep 26 2017 t.gruner@katodev.de
  - Initial release version 1.4.3

Files

/usr/lib/python3.10/site-packages/backoff
/usr/lib/python3.10/site-packages/backoff-2.2.1.dist-info
/usr/lib/python3.10/site-packages/backoff-2.2.1.dist-info/INSTALLER
/usr/lib/python3.10/site-packages/backoff-2.2.1.dist-info/LICENSE
/usr/lib/python3.10/site-packages/backoff-2.2.1.dist-info/METADATA
/usr/lib/python3.10/site-packages/backoff-2.2.1.dist-info/RECORD
/usr/lib/python3.10/site-packages/backoff-2.2.1.dist-info/REQUESTED
/usr/lib/python3.10/site-packages/backoff-2.2.1.dist-info/WHEEL
/usr/lib/python3.10/site-packages/backoff/__init__.py
/usr/lib/python3.10/site-packages/backoff/__pycache__
/usr/lib/python3.10/site-packages/backoff/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/backoff/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/backoff/__pycache__/_async.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/backoff/__pycache__/_async.cpython-310.pyc
/usr/lib/python3.10/site-packages/backoff/__pycache__/_common.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/backoff/__pycache__/_common.cpython-310.pyc
/usr/lib/python3.10/site-packages/backoff/__pycache__/_decorator.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/backoff/__pycache__/_decorator.cpython-310.pyc
/usr/lib/python3.10/site-packages/backoff/__pycache__/_jitter.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/backoff/__pycache__/_jitter.cpython-310.pyc
/usr/lib/python3.10/site-packages/backoff/__pycache__/_sync.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/backoff/__pycache__/_sync.cpython-310.pyc
/usr/lib/python3.10/site-packages/backoff/__pycache__/_typing.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/backoff/__pycache__/_typing.cpython-310.pyc
/usr/lib/python3.10/site-packages/backoff/__pycache__/_wait_gen.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/backoff/__pycache__/_wait_gen.cpython-310.pyc
/usr/lib/python3.10/site-packages/backoff/__pycache__/types.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/backoff/__pycache__/types.cpython-310.pyc
/usr/lib/python3.10/site-packages/backoff/_async.py
/usr/lib/python3.10/site-packages/backoff/_common.py
/usr/lib/python3.10/site-packages/backoff/_decorator.py
/usr/lib/python3.10/site-packages/backoff/_jitter.py
/usr/lib/python3.10/site-packages/backoff/_sync.py
/usr/lib/python3.10/site-packages/backoff/_typing.py
/usr/lib/python3.10/site-packages/backoff/_wait_gen.py
/usr/lib/python3.10/site-packages/backoff/py.typed
/usr/lib/python3.10/site-packages/backoff/types.py
/usr/share/doc/packages/python310-backoff
/usr/share/doc/packages/python310-backoff/README.rst
/usr/share/licenses/python310-backoff
/usr/share/licenses/python310-backoff/LICENSE


Generated by rpm2html 1.8.1

Fabrice Bellet, Mon Apr 29 23:40:03 2024