Update patch for devel/py-tenacity v9.1.4
Mikolaj Kucharski <[email protected]> Fri, 24 Jul 2026 06:26:15 +0000
| Newsgroups | gmane.os.openbsd.ports |
|---|---|
| Message-ID | <[email protected]> |
Hi.
Patch to update py3-tenacity from 9.1.2 to 9.1.4.
Regress test pass.
Changes at https://github.com/jd/tenacity/releases
## 9.1.4
- Fix retry() annotations with async sleep= function by @Zac-HD in #555
## 9.1.3
- Apply formatting to num seconds in before_sleep_log by @aguinane in #489
- Support Python 3.14 by @sandrobonazzola in #528
- Typing: Accept non-standard logger in helpers logging something by @k4nar in #540
- feat(wait): add wait_exception strategy by @capitan-davide in #541
- docs: fix syntax error in wait_chain docstring example by @VedantMadane in #548
- chore: drop Python 3.9 support (EOL) by @Zac-HD in #552
- Support async sleep for sync fn-to-retry by @Zac-HD in #551
Index: Makefile
===================================================================
RCS file: /cvs/ports/devel/py-tenacity/Makefile,v
diff -u -p -u -r1.12 Makefile
--- Makefile 18 Oct 2025 15:08:33 -0000 1.12
+++ Makefile 24 Jul 2026 06:20:38 -0000
@@ -1,6 +1,6 @@
COMMENT = Python module to retry code until it succeeds
-MODPY_DISTV = 9.1.2
+MODPY_DISTV = 9.1.4
DISTNAME = tenacity-${MODPY_DISTV}
PKGNAME = py-${DISTNAME}
Index: distinfo
===================================================================
RCS file: /cvs/ports/devel/py-tenacity/distinfo,v
diff -u -p -u -r1.4 distinfo
--- distinfo 18 Oct 2025 15:08:33 -0000 1.4
+++ distinfo 24 Jul 2026 06:20:38 -0000
@@ -1,2 +1,2 @@
-SHA256 (tenacity-9.1.2.tar.gz) = EWnTdsKX5944jRi0SBdg1Hiw6Zp3fK06nIblVvS2l8s=
-SIZE (tenacity-9.1.2.tar.gz) = 48036
+SHA256 (tenacity-9.1.4.tar.gz) = rbMdTCY/K9BBCBqzO0mDCaV8d/ms8ttlqt8ImBec+To=
+SIZE (tenacity-9.1.4.tar.gz) = 49413
--
Regards,
Mikolaj