summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-watchdog_3.0.0.bb
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2023-04-03 18:08:10 +0800
committerKhem Raj <raj.khem@gmail.com>2023-04-05 15:56:47 -0700
commit0d028d944ea95ccfd8c7810cba604cd384ca4639 (patch)
tree56e88132907bfc87ef00f157b121adf38e638ab1 /meta-python/recipes-devtools/python/python3-watchdog_3.0.0.bb
parentd83bc4853f4b0c1b0379285dc538b042d2e2c204 (diff)
downloadmeta-openembedded-0d028d944ea95ccfd8c7810cba604cd384ca4639.tar.gz
python3-watchdog: upgrade 2.3.1 -> 3.0.0
Changelog: ========== Drop support for Python 3.6. watchdog is now PEP 561 compatible, and tested with mypy Fix missing > in FileSystemEvent.__repr__() (#980) [ci] Lots of improvements [inotify] Return from InotifyEmitter.queue_events() if not launched when thread is inactive (#963) [tests] Stability improvements [utils] Remove handling of threading.Event.isSet spelling (#962) [watchmedo] Fixed tricks YAML generation (#965) 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-watchdog_3.0.0.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-watchdog_3.0.0.bb18
1 files changed, 18 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-watchdog_3.0.0.bb b/meta-python/recipes-devtools/python/python3-watchdog_3.0.0.bb
new file mode 100644
index 0000000000..bcd64892a2
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-watchdog_3.0.0.bb
@@ -0,0 +1,18 @@
1SUMMARY = "Filesystem events monitoring"
2DEPENDS = "${PYTHON_PN}-argh"
3
4LICENSE = "Apache-2.0"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57"
6
7SRC_URI[sha256sum] = "4d98a320595da7a7c5a18fc48cb633c2e73cda78f93cac2ef42d42bf609a33f9"
8
9inherit pypi setuptools3
10
11RDEPENDS:${PN} = " \
12 ${PYTHON_PN}-argh \
13 ${PYTHON_PN}-pathtools3 \
14 ${PYTHON_PN}-pyyaml \
15 ${PYTHON_PN}-requests \
16"
17
18BBCLASSEXTEND = "native nativesdk"