DFSG NEW Queue

DFSG, Licensing & New Packages Team

python-stamina 26.1.0+dfsg-1

Package Information

Descriptionopinionated retry wrapper for the Tenacity library

Stamina is an opinionated wrapper around the Tenacity package. It aims to be ergonomic while doing the right thing by default and minimizing the potential for misuse. It is the result of years of copy-pasting the same configuration over and over again.

It supports retrying only on selected exceptions, exponential backoff with jitter between retries, limits on the number of retries and total time, and automatic async support including Trio.

It preserves type hints of decorated callables and provides flexible instrumentation with Prometheus, structlog, and standard library logging support. It also includes testing support to globally disable retries, limit retry counts, or remove backoffs.

MaintainerDebian Python Team <team+python@tracker.debian.org>
Changed ByMatheus Polkorny <mpolkorny@gmail.com>
Sponsorwiene@debian.org
Distributionunstable
Architectureall
VCSgit: https://salsa.debian.org/python-team/packages/python-stamina.git (browse)
Closes#1135710
Trackerhttps://tracker.debian.org/pkg/python-stamina
Uploaded4 hours ago

New Package Report

.changes
Sourcepython-stamina
Version26.1.0+dfsg-1
Changed-ByMatheus Polkorny
Architectureall source
Distributionunstable
DateSun, 17 May 2026 17:55:16 -0300
Changelog
python-stamina (26.1.0+dfsg-1) unstable; urgency=medium
 .
   * Initial release. (Closes: #1135710)
   * New upstream version 26.1.0+dfsg
.dsc
Componentmain
Package-Listpython3-stamina deb python optional arch=all
Sectionpython
Priorityoptional
debian/copyright
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Source: https://github.com/hynek/stamina/
Upstream-Name: stamina
Upstream-Contact: Hynek Schlawack <hs@ox.cx>
Files-Excluded: docs/_static/*.afdesign
Comment: Remove binary file .afdesign

Files: *
Copyright: 2022 Hynek Schlawack and the stamina contributors
License: Expat

Files: debian/*
Copyright: 2026 Matheus Polkorny <polkorny@disroot.org>
License: Expat

License: Expat
 Permission is hereby granted, free of charge, to any person obtaining a copy
 of this software and associated documentation files (the "Software"), to deal
 in the Software without restriction, including without limitation the rights
 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
 copies of the Software, and to permit persons to whom the Software is
 furnished to do so, subject to the following conditions:
 .
 The above copyright notice and this permission notice shall be included in all
 copies or substantial portions of the Software.
 .
 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
 SOFTWARE.

Back to Dashboard | View all reviews for this package