summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python
diff options
context:
space:
mode:
authorLeon Anavi <leon.anavi@konsulko.com>2026-02-16 14:29:53 +0200
committerKhem Raj <raj.khem@gmail.com>2026-02-16 10:25:51 -0800
commit31b49687df87e6405f9c80cfd2f30173eaf4952d (patch)
treed813f59cca8cd524519dca8a92d82c22158b7381 /meta-python/recipes-devtools/python
parentd33bd1995525f23935e9b74c93195bca0f3beb84 (diff)
downloadmeta-openembedded-31b49687df87e6405f9c80cfd2f30173eaf4952d.tar.gz
python3-pyee: Upgrade 13.0.0 -> 13.0.1
Upgrade to release 13.0.1: - Check for listener's existence before attempting to remove it - Update pytest configuration to support pytest 9 Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python')
-rw-r--r--meta-python/recipes-devtools/python/python3-pyee_13.0.1.bb (renamed from meta-python/recipes-devtools/python/python3-pyee_13.0.0.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-pyee_13.0.0.bb b/meta-python/recipes-devtools/python/python3-pyee_13.0.1.bb
index fba54324da..a5a9822cd3 100644
--- a/meta-python/recipes-devtools/python/python3-pyee_13.0.0.bb
+++ b/meta-python/recipes-devtools/python/python3-pyee_13.0.1.bb
@@ -3,7 +3,7 @@ LICENSE = "MIT"
3LIC_FILES_CHKSUM = "file://LICENSE;md5=b2b1cc8797dff32cec5d783148fceab5" 3LIC_FILES_CHKSUM = "file://LICENSE;md5=b2b1cc8797dff32cec5d783148fceab5"
4 4
5DEPENDS = "python3-setuptools-scm-native" 5DEPENDS = "python3-setuptools-scm-native"
6SRC_URI[sha256sum] = "b391e3c5a434d1f5118a25615001dbc8f669cf410ab67d04c4d4e07c55481c37" 6SRC_URI[sha256sum] = "0b931f7c14535667ed4c7e0d531716368715e860b988770fc7eb8578d1f67fc8"
7 7
8inherit pypi python_setuptools_build_meta ptest-python-pytest 8inherit pypi python_setuptools_build_meta ptest-python-pytest
9 9