AArch64 | |
ppc64le | |
s390x | |
x86-64 |
- Add %{?sle15_python_module_pythons}
- Clean build and test dependencies * No coverage check needed, no pytest-cov * Poetry-core is enough to build, less footprint
- 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
- Remove superfluous devel dependency for noarch package
- Update to 1.5.0 * Add max_time keyword argument - Use license tag
- Initial release version 1.4.3
- update to 1.10.0 * Support python 3.8 * Allow sync decorator call from async function
- 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