python-retry 0.9.2-2 source package in Ubuntu

Changelog

python-retry (0.9.2-2) unstable; urgency=medium

  * source-only upload

 -- Sandro Tosi <email address hidden>  Fri, 23 Dec 2022 00:48:29 -0500

Upload details

Uploaded by:
Adam Cecile (Le_Vert)
Uploaded to:
Sid
Original maintainer:
Adam Cecile (Le_Vert)
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Noble release universe misc
Mantic release universe misc
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-retry_0.9.2-2.dsc 2.0 KiB 05395bbebbbac82bbfff5b2a272231122c8fc56d83e9ade53088e7eb5d14b58c
python-retry_0.9.2.orig.tar.gz 6.3 KiB f8bfa8b99b69c4506d6f5bd3b0aabf77f98cdb17f3c9fc3f5ca820033336fba4
python-retry_0.9.2-2.debian.tar.xz 1.8 KiB 37616a6994a21a5ab0a8293bfb72c39c6da00c0371b4e7fb9118a57cc240630f

No changes file available.

Binary packages built by this source

python3-retry: easy to use retry decorator

 Decorator (or function) to retry failing code featuring:
 .
  - No external dependency (stdlib only)
  - Preserve function signatures (pip install decorator)
  - Original traceback, easy to debug