diff options
| author | Leon Anavi <leon.anavi@konsulko.com> | 2021-08-24 11:18:16 +0300 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2021-08-25 08:15:33 -0700 |
| commit | a35fd74d1d5ca12a2660a7f3968142c2a3a68896 (patch) | |
| tree | 7310d29d874f2a55a84c249eab31da5484c91f12 /meta-python/recipes-devtools/python/python3-watchdog_2.1.5.bb | |
| parent | d020a6ba30d60e35badf600ac20c7e2efa9b54d7 (diff) | |
| download | meta-openembedded-a35fd74d1d5ca12a2660a7f3968142c2a3a68896.tar.gz | |
python3-watchdog: Upgrade 2.1.3 -> 2.1.5
Upgrade to release 2.1.5:
- Fix regression introduced in 2.1.4 (reverted "Allow overriding
or adding custom event handlers to event dispatch map.
- Convert regexes of type str to list.
Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-watchdog_2.1.5.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-watchdog_2.1.5.bb | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-watchdog_2.1.5.bb b/meta-python/recipes-devtools/python/python3-watchdog_2.1.5.bb new file mode 100644 index 0000000000..55b966a90f --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-watchdog_2.1.5.bb | |||
| @@ -0,0 +1,18 @@ | |||
| 1 | SUMMARY = "Filesystem events monitoring" | ||
| 2 | DEPENDS = "${PYTHON_PN}-argh" | ||
| 3 | |||
| 4 | LICENSE = "Apache-2.0" | ||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57" | ||
| 6 | |||
| 7 | SRC_URI[sha256sum] = "5563b005907613430ef3d4aaac9c78600dd5704e84764cb6deda4b3d72807f09" | ||
| 8 | |||
| 9 | inherit pypi setuptools3 | ||
| 10 | |||
| 11 | RDEPENDS:${PN} = " \ | ||
| 12 | ${PYTHON_PN}-argh \ | ||
| 13 | ${PYTHON_PN}-pathtools3 \ | ||
| 14 | ${PYTHON_PN}-pyyaml \ | ||
| 15 | ${PYTHON_PN}-requests \ | ||
| 16 | " | ||
| 17 | |||
| 18 | BBCLASSEXTEND = "native nativesdk" | ||
