From 0bd718af4e5505406195df35787614622e73d896 Mon Sep 17 00:00:00 2001 From: Leon Anavi Date: Tue, 3 Jan 2023 12:48:25 +0200 Subject: python3-watchdog: Upgrade 2.2.0 -> 2.2.1 Upgrade to release 2.2.1: - Enable mypy to discover type hints as specified in PEP 561 - [ci] Set the expected Python version when building release files - [ci] Update actions versions in use - [watchmedo] [regression] Fix usage of missing signal.SIGHUP attribute on non-Unix OSes Signed-off-by: Leon Anavi Signed-off-by: Khem Raj --- .../recipes-devtools/python/python3-watchdog_2.2.0.bb | 18 ------------------ .../recipes-devtools/python/python3-watchdog_2.2.1.bb | 18 ++++++++++++++++++ 2 files changed, 18 insertions(+), 18 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-watchdog_2.2.0.bb create mode 100644 meta-python/recipes-devtools/python/python3-watchdog_2.2.1.bb (limited to 'meta-python/recipes-devtools/python') diff --git a/meta-python/recipes-devtools/python/python3-watchdog_2.2.0.bb b/meta-python/recipes-devtools/python/python3-watchdog_2.2.0.bb deleted file mode 100644 index 12adaf9f74..0000000000 --- a/meta-python/recipes-devtools/python/python3-watchdog_2.2.0.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] = "83cf8bc60d9c613b66a4c018051873d6273d9e45d040eed06d6a96241bd8ec01" - -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.2.1.bb b/meta-python/recipes-devtools/python/python3-watchdog_2.2.1.bb new file mode 100644 index 0000000000..b76c6de0ed --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-watchdog_2.2.1.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] = "cdcc23c9528601a8a293eb4369cbd14f6b4f34f07ae8769421252e9c22718b6f" + +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