How to Install and Uninstall python3-reretry.noarch Package on Fedora 35
Last updated: November 27,2024
1. Install "python3-reretry.noarch" package
Here is a brief guide to show you how to install python3-reretry.noarch on Fedora 35
$
sudo dnf update
Copied
$
sudo dnf install
python3-reretry.noarch
Copied
2. Uninstall "python3-reretry.noarch" package
Please follow the guidance below to uninstall python3-reretry.noarch on Fedora 35:
$
sudo dnf remove
python3-reretry.noarch
Copied
$
sudo dnf autoremove
Copied
3. Information about the python3-reretry.noarch package on Fedora 35
Last metadata expiration check: 3:55:17 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : python3-reretry
Version : 0.11.2
Release : 1.fc35
Architecture : noarch
Size : 16 k
Source : python-reretry-0.11.2-1.fc35.src.rpm
Repository : updates
Summary : Easy to use retry decorator
URL : https://github.com/leshchenko1979/reretry
License : ASL 2.0
Description : An easy to use retry decorator.
:
: This package is a fork from the retry package, but with some of added
: community-sourced features.
:
: Features
:
: New features in reretry:
:
: • Log traceback of an error that lead to a failed attempt.
: • Call a custom callback after each failed attempt.
: • Can be used with async functions.
:
: From original retry:
:
: • Retry on specific exceptions.
: • Set a maximum number of retries.
: • Set a delay between retries.
: • Set a maximum delay between retries.
: • Set backoff and jitter parameters.
: • Use a custom logger.
: • No external dependencies (stdlib only).
: • (Optionally) Preserve function signatures (pip install decorator).
Available Packages
Name : python3-reretry
Version : 0.11.2
Release : 1.fc35
Architecture : noarch
Size : 16 k
Source : python-reretry-0.11.2-1.fc35.src.rpm
Repository : updates
Summary : Easy to use retry decorator
URL : https://github.com/leshchenko1979/reretry
License : ASL 2.0
Description : An easy to use retry decorator.
:
: This package is a fork from the retry package, but with some of added
: community-sourced features.
:
: Features
:
: New features in reretry:
:
: • Log traceback of an error that lead to a failed attempt.
: • Call a custom callback after each failed attempt.
: • Can be used with async functions.
:
: From original retry:
:
: • Retry on specific exceptions.
: • Set a maximum number of retries.
: • Set a delay between retries.
: • Set a maximum delay between retries.
: • Set backoff and jitter parameters.
: • Use a custom logger.
: • No external dependencies (stdlib only).
: • (Optionally) Preserve function signatures (pip install decorator).