From 31b49687df87e6405f9c80cfd2f30173eaf4952d Mon Sep 17 00:00:00 2001 From: Leon Anavi Date: Mon, 16 Feb 2026 14:29:53 +0200 Subject: 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 Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python3-pyee_13.0.0.bb | 12 ------------ meta-python/recipes-devtools/python/python3-pyee_13.0.1.bb | 12 ++++++++++++ 2 files changed, 12 insertions(+), 12 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-pyee_13.0.0.bb create mode 100644 meta-python/recipes-devtools/python/python3-pyee_13.0.1.bb (limited to 'meta-python') diff --git a/meta-python/recipes-devtools/python/python3-pyee_13.0.0.bb b/meta-python/recipes-devtools/python/python3-pyee_13.0.0.bb deleted file mode 100644 index fba54324da..0000000000 --- a/meta-python/recipes-devtools/python/python3-pyee_13.0.0.bb +++ /dev/null @@ -1,12 +0,0 @@ -SUMMARY = "A rough port of Node.js's EventEmitter to Python with a few tricks of its own" -LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://LICENSE;md5=b2b1cc8797dff32cec5d783148fceab5" - -DEPENDS = "python3-setuptools-scm-native" -SRC_URI[sha256sum] = "b391e3c5a434d1f5118a25615001dbc8f669cf410ab67d04c4d4e07c55481c37" - -inherit pypi python_setuptools_build_meta ptest-python-pytest - -RDEPENDS:${PN} += "python3-typing-extensions" - -PYPI_PACKAGE = "pyee" diff --git a/meta-python/recipes-devtools/python/python3-pyee_13.0.1.bb b/meta-python/recipes-devtools/python/python3-pyee_13.0.1.bb new file mode 100644 index 0000000000..a5a9822cd3 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-pyee_13.0.1.bb @@ -0,0 +1,12 @@ +SUMMARY = "A rough port of Node.js's EventEmitter to Python with a few tricks of its own" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://LICENSE;md5=b2b1cc8797dff32cec5d783148fceab5" + +DEPENDS = "python3-setuptools-scm-native" +SRC_URI[sha256sum] = "0b931f7c14535667ed4c7e0d531716368715e860b988770fc7eb8578d1f67fc8" + +inherit pypi python_setuptools_build_meta ptest-python-pytest + +RDEPENDS:${PN} += "python3-typing-extensions" + +PYPI_PACKAGE = "pyee" -- cgit v1.2.3-54-g00ecf