summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-watchdog_0.10.3.bb
diff options
context:
space:
mode:
authorLeon Anavi <leon.anavi@konsulko.com>2020-12-22 03:14:59 +0200
committerKhem Raj <raj.khem@gmail.com>2021-01-04 14:48:29 -0800
commita5307dd7a798cb25c0c58d543a78d5cfe1039026 (patch)
tree5c2a9787b1a042303afee140b05e5d99b2393fa9 /meta-python/recipes-devtools/python/python3-watchdog_0.10.3.bb
parent8d838b084476a92f6b64ef12ab680f5614ecd263 (diff)
downloadmeta-openembedded-a5307dd7a798cb25c0c58d543a78d5cfe1039026.tar.gz
python3-watchdog: Upgrade 0.10.3 -> 1.0.2
Upgrade to release 1.0.2: - Versioning is now following the semver - Drop support for Python 2.7, 3.4 and 3.5 - Use pathlib from the standard library, instead of pathtools - Allow file paths on Unix that don't follow the file system encoding - Removed the long-time deprecated events.LoggingFileSystemEventHandler class, use LoggingEventHandler instead - Wheels are published for GNU/Linux, macOS and Windows - Uniformize event for deletion of watched dir Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Acked-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_0.10.3.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-watchdog_0.10.3.bb19
1 files changed, 0 insertions, 19 deletions
diff --git a/meta-python/recipes-devtools/python/python3-watchdog_0.10.3.bb b/meta-python/recipes-devtools/python/python3-watchdog_0.10.3.bb
deleted file mode 100644
index 2108cbb93b..0000000000
--- a/meta-python/recipes-devtools/python/python3-watchdog_0.10.3.bb
+++ /dev/null
@@ -1,19 +0,0 @@
1SUMMARY = "Filesystem events monitoring"
2DEPENDS = "${PYTHON_PN}-argh"
3
4LICENSE = "Apache-2.0"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57"
6
7SRC_URI[md5sum] = "9a5c9134e943b534b9f8b51d78338cf8"
8SRC_URI[sha256sum] = "4214e1379d128b0588021880ccaf40317ee156d4603ac388b9adcf29165e0c04"
9
10inherit pypi setuptools3
11
12RDEPENDS_${PN} = " \
13 ${PYTHON_PN}-argh \
14 ${PYTHON_PN}-pathtools3 \
15 ${PYTHON_PN}-pyyaml \
16 ${PYTHON_PN}-requests \
17"
18
19BBCLASSEXTEND = "native nativesdk"