diff mbox series

[meta-python,33/52] python3-tenacity: upgrade 9.1.2 -> 9.1.4

Message ID 20260227101327.1432-33-wangmy@fujitsu.com
State New
Headers show
Series [meta-networking,01/52] frr: upgrade 10.5.1 -> 10.5.2 | expand

Commit Message

Wang Mingyu Feb. 27, 2026, 10:13 a.m. UTC
From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
==========
- Apply formatting to num seconds in before_sleep_log
- Support Python 3.14
- Typing: Accept non-standard logger in helpers logging something
- feat(wait): add wait_exception strategy
- docs: fix syntax error in wait_chain docstring example
- chore: drop Python 3.9 support (EOL)
- Support async sleep for sync fn-to-retry
- Fix retry() annotations with async sleep= function

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../{python3-tenacity_9.1.2.bb => python3-tenacity_9.1.4.bb}    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-tenacity_9.1.2.bb => python3-tenacity_9.1.4.bb} (84%)
diff mbox series

Patch

diff --git a/meta-python/recipes-devtools/python/python3-tenacity_9.1.2.bb b/meta-python/recipes-devtools/python/python3-tenacity_9.1.4.bb
similarity index 84%
rename from meta-python/recipes-devtools/python/python3-tenacity_9.1.2.bb
rename to meta-python/recipes-devtools/python/python3-tenacity_9.1.4.bb
index 76d23aee40..5200c4c0b5 100644
--- a/meta-python/recipes-devtools/python/python3-tenacity_9.1.2.bb
+++ b/meta-python/recipes-devtools/python/python3-tenacity_9.1.4.bb
@@ -3,7 +3,7 @@  HOMEPAGE = "https://github.com/jd/tenacity"
 LICENSE = "Apache-2.0"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=175792518e4ac015ab6696d16c4f607e"
 
-SRC_URI[sha256sum] = "1169d376c297e7de388d18b4481760d478b0e99a777cad3a9c86e556f4b697cb"
+SRC_URI[sha256sum] = "adb31d4c263f2bd041081ab33b498309a57c77f9acf2db65aadf0898179cf93a"
 
 SRC_URI:append = "file://0001-ptest-skip-a-test-that-does-not-pass-on-qemu.patch"