[Bug 286355] [NEW PORT] www/py-httpx-retries: Retry layer for HTTPX
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 286355] [NEW PORT] www/py-httpx-retries: Retry layer for HTTPX"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 03 May 2025 19:19:23 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=286355
--- Comment #1 from commit-hook@FreeBSD.org ---
A commit in branch main references this bug:
URL:
https://cgit.FreeBSD.org/ports/commit/?id=877138543e759e07dd5eb9002a509a7f8bd21b8b
commit 877138543e759e07dd5eb9002a509a7f8bd21b8b
Author: Jesús Daniel Colmenares Oviedo <DtxdF@disroot.org>
AuthorDate: 2025-05-03 19:17:04 +0000
Commit: Jose Alonso Cardenas Marquez <acm@FreeBSD.org>
CommitDate: 2025-05-03 19:18:11 +0000
www/py-httpx-retries: New port: Retry layer for HTTPX
HTTPX Retries implements request retry for HTTPX.
It's very common to deal with flaky and unreliable APIs. When
requests fail, your program needs to be able to retry them.
PR: 286355
www/Makefile | 1 +
www/py-httpx-retries/Makefile (new) | 24 ++++++++++++++++++++++++
www/py-httpx-retries/distinfo (new) | 3 +++
www/py-httpx-retries/pkg-descr (new) | 4 ++++
4 files changed, 32 insertions(+)
--
You are receiving this mail because:
You are the assignee for the bug.