From ed8f92169bc6a34cf51266eff056a12743a4b252 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Mon, 27 Feb 2023 16:13:59 +0800 Subject: python3-watchdog: upgrade 2.2.1 -> 2.3.0 Changelog: ========== [inotify] Add support for IN_OPEN events: a FileOpenedEvent event will be fired [watchmedo] Add optional event debouncing for auto-restart, only restarting once if many events happen in quick succession (--debounce-interval) (#940) [watchmedo] Exit gracefully on KeyboardInterrupt exception (Ctrl+C) (#945) [watchmedo] Add option to not auto-restart the command after it exits (--no-restart-on-command-exit) (#946) Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../recipes-devtools/python/python3-watchdog_2.2.1.bb | 18 ------------------ .../recipes-devtools/python/python3-watchdog_2.3.0.bb | 18 ++++++++++++++++++ 2 files changed, 18 insertions(+), 18 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-watchdog_2.2.1.bb create mode 100644 meta-python/recipes-devtools/python/python3-watchdog_2.3.0.bb (limited to 'meta-python/recipes-devtools/python') diff --git a/meta-python/recipes-devtools/python/python3-watchdog_2.2.1.bb b/meta-python/recipes-devtools/python/python3-watchdog_2.2.1.bb deleted file mode 100644 index b76c6de0ed..0000000000 --- a/meta-python/recipes-devtools/python/python3-watchdog_2.2.1.bb +++ /dev/null @@ -1,18 +0,0 @@ -SUMMARY = "Filesystem events monitoring" -DEPENDS = "${PYTHON_PN}-argh" - -LICENSE = "Apache-2.0" -LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57" - -SRC_URI[sha256sum] = "cdcc23c9528601a8a293eb4369cbd14f6b4f34f07ae8769421252e9c22718b6f" - -inherit pypi setuptools3 - -RDEPENDS:${PN} = " \ - ${PYTHON_PN}-argh \ - ${PYTHON_PN}-pathtools3 \ - ${PYTHON_PN}-pyyaml \ - ${PYTHON_PN}-requests \ -" - -BBCLASSEXTEND = "native nativesdk" diff --git a/meta-python/recipes-devtools/python/python3-watchdog_2.3.0.bb b/meta-python/recipes-devtools/python/python3-watchdog_2.3.0.bb new file mode 100644 index 0000000000..8b4cdbb3ea --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-watchdog_2.3.0.bb @@ -0,0 +1,18 @@ +SUMMARY = "Filesystem events monitoring" +DEPENDS = "${PYTHON_PN}-argh" + +LICENSE = "Apache-2.0" +LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57" + +SRC_URI[sha256sum] = "9d39effe6909be898ba3e7286a9e9b17a6a9f734fb1ef9dde3e9bb68715fca39" + +inherit pypi setuptools3 + +RDEPENDS:${PN} = " \ + ${PYTHON_PN}-argh \ + ${PYTHON_PN}-pathtools3 \ + ${PYTHON_PN}-pyyaml \ + ${PYTHON_PN}-requests \ +" + +BBCLASSEXTEND = "native nativesdk" -- cgit v1.2.3-54-g00ecf