diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2026-02-27 18:13:08 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2026-03-02 19:25:55 -0800 |
| commit | be1e06c6cc4a4ef19ce28b272bbc5c86778765da (patch) | |
| tree | dcdb8a70698dafe87e75ee9e8d3ac68161a0a12a /meta-python/recipes-devtools/python/python3-tenacity_9.1.4.bb | |
| parent | 48617f70328d1a2abc2787594df028a3031e5268 (diff) | |
| download | meta-openembedded-be1e06c6cc4a4ef19ce28b272bbc5c86778765da.tar.gz | |
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 <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-tenacity_9.1.4.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-tenacity_9.1.4.bb | 19 |
1 files changed, 19 insertions, 0 deletions
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 @@ | |||
| 1 | SUMMARY = "Retry code until it succeeds" | ||
| 2 | HOMEPAGE = "https://github.com/jd/tenacity" | ||
| 3 | LICENSE = "Apache-2.0" | ||
| 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=175792518e4ac015ab6696d16c4f607e" | ||
| 5 | |||
| 6 | SRC_URI[sha256sum] = "adb31d4c263f2bd041081ab33b498309a57c77f9acf2db65aadf0898179cf93a" | ||
| 7 | |||
| 8 | SRC_URI:append = "file://0001-ptest-skip-a-test-that-does-not-pass-on-qemu.patch" | ||
| 9 | |||
| 10 | DEPENDS += "python3-setuptools-scm-native" | ||
| 11 | |||
| 12 | inherit pypi python_setuptools_build_meta ptest-python-pytest | ||
| 13 | |||
| 14 | PYPI_PACKAGE = "tenacity" | ||
| 15 | |||
| 16 | RDEPENDS:${PN}-ptest += "\ | ||
| 17 | python3-tornado \ | ||
| 18 | python3-typeguard \ | ||
| 19 | " | ||
