From be1e06c6cc4a4ef19ce28b272bbc5c86778765da Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Fri, 27 Feb 2026 18:13:08 +0800 Subject: python3-tenacity: upgrade 9.1.2 -> 9.1.4 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 Signed-off-by: Khem Raj --- .../recipes-devtools/python/python3-tenacity_9.1.2.bb | 19 ------------------- .../recipes-devtools/python/python3-tenacity_9.1.4.bb | 19 +++++++++++++++++++ 2 files changed, 19 insertions(+), 19 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-tenacity_9.1.2.bb create mode 100644 meta-python/recipes-devtools/python/python3-tenacity_9.1.4.bb (limited to 'meta-python') diff --git a/meta-python/recipes-devtools/python/python3-tenacity_9.1.2.bb b/meta-python/recipes-devtools/python/python3-tenacity_9.1.2.bb deleted file mode 100644 index 76d23aee40..0000000000 --- a/meta-python/recipes-devtools/python/python3-tenacity_9.1.2.bb +++ /dev/null @@ -1,19 +0,0 @@ -SUMMARY = "Retry code until it succeeds" -HOMEPAGE = "https://github.com/jd/tenacity" -LICENSE = "Apache-2.0" -LIC_FILES_CHKSUM = "file://LICENSE;md5=175792518e4ac015ab6696d16c4f607e" - -SRC_URI[sha256sum] = "1169d376c297e7de388d18b4481760d478b0e99a777cad3a9c86e556f4b697cb" - -SRC_URI:append = "file://0001-ptest-skip-a-test-that-does-not-pass-on-qemu.patch" - -DEPENDS += "python3-setuptools-scm-native" - -inherit pypi python_setuptools_build_meta ptest-python-pytest - -PYPI_PACKAGE = "tenacity" - -RDEPENDS:${PN}-ptest += "\ - python3-tornado \ - python3-typeguard \ -" diff --git a/meta-python/recipes-devtools/python/python3-tenacity_9.1.4.bb b/meta-python/recipes-devtools/python/python3-tenacity_9.1.4.bb new file mode 100644 index 0000000000..5200c4c0b5 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-tenacity_9.1.4.bb @@ -0,0 +1,19 @@ +SUMMARY = "Retry code until it succeeds" +HOMEPAGE = "https://github.com/jd/tenacity" +LICENSE = "Apache-2.0" +LIC_FILES_CHKSUM = "file://LICENSE;md5=175792518e4ac015ab6696d16c4f607e" + +SRC_URI[sha256sum] = "adb31d4c263f2bd041081ab33b498309a57c77f9acf2db65aadf0898179cf93a" + +SRC_URI:append = "file://0001-ptest-skip-a-test-that-does-not-pass-on-qemu.patch" + +DEPENDS += "python3-setuptools-scm-native" + +inherit pypi python_setuptools_build_meta ptest-python-pytest + +PYPI_PACKAGE = "tenacity" + +RDEPENDS:${PN}-ptest += "\ + python3-tornado \ + python3-typeguard \ +" -- cgit v1.2.3-54-g00ecf