python-stamina 26.1.0+dfsg-1
Package Information
| Description | opinionated 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. |
|---|---|
| Maintainer | Debian Python Team <team+python@tracker.debian.org> |
| Changed By | Matheus Polkorny <mpolkorny@gmail.com> |
| Sponsor | wiene@debian.org |
| Distribution | unstable |
| Architecture | all |
| VCS | git: https://salsa.debian.org/python-team/packages/python-stamina.git (browse) |
| Closes | #1135710 |
| Tracker | https://tracker.debian.org/pkg/python-stamina |
| Uploaded | 4 hours ago |
New Package Report
.changes
| Source | python-stamina |
|---|---|
| Version | 26.1.0+dfsg-1 |
| Changed-By | Matheus Polkorny |
| Architecture | all source |
| Distribution | unstable |
| Date | Sun, 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
| Component | main |
|---|---|
| Package-List | python3-stamina deb python optional arch=all |
| Section | python |
| Priority | optional |
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.