summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2025-02-10 17:01:26 +0800
committerKhem Raj <raj.khem@gmail.com>2025-02-12 09:16:06 -0800
commit9c86ed0f4b289afe887e77db3ee1abe4f8bf2e85 (patch)
treec60bd2465ac9bf4984a0c6ba5ff45f9253b9c69d
parent6edb22bbe333bcd7c0d90aaccf611bdedf63ec71 (diff)
downloadmeta-openembedded-9c86ed0f4b289afe887e77db3ee1abe4f8bf2e85.tar.gz
python3-pytest-lazy-fixtures: upgrade 1.1.1 -> 1.1.2
Changelog: ========== - Bump codecov/codecov-action from 4 to 5 in the github-actions group - Fix lfc class callable Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-python/recipes-devtools/python/python3-pytest-lazy-fixtures_1.1.2.bb (renamed from meta-python/recipes-devtools/python/python3-pytest-lazy-fixtures_1.1.1.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-pytest-lazy-fixtures_1.1.1.bb b/meta-python/recipes-devtools/python/python3-pytest-lazy-fixtures_1.1.2.bb
index 103ea655b5..711f2ed0a5 100644
--- a/meta-python/recipes-devtools/python/python3-pytest-lazy-fixtures_1.1.1.bb
+++ b/meta-python/recipes-devtools/python/python3-pytest-lazy-fixtures_1.1.2.bb
@@ -12,7 +12,7 @@ HOMEPAGE = "https://github.com/dev-petrov/pytest-lazy-fixtures"
12LICENSE = "MIT" 12LICENSE = "MIT"
13LIC_FILES_CHKSUM = "file://LICENSE;md5=4475e66fcfabe27395e6764c8f69c876" 13LIC_FILES_CHKSUM = "file://LICENSE;md5=4475e66fcfabe27395e6764c8f69c876"
14 14
15SRC_URI[sha256sum] = "0c561f0d29eea5b55cf29b9264a3241999ffdb74c6b6e8c4ccc0bd2c934d01ed" 15SRC_URI[sha256sum] = "14ba4154dab52066c1c4d6547cc40bbf60726445cb16f1d2dcc9485cdf38964d"
16 16
17inherit pypi python_poetry_core 17inherit pypi python_poetry_core
18 18