summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-watchdog_2.2.0.bb
Commit message (Collapse)AuthorAgeFilesLines
* python3-watchdog: Upgrade 2.2.0 -> 2.2.1Leon Anavi2023-01-041-18/+0
| | | | | | | | | | | | | 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 <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-watchdog: upgrade 2.1.9 -> 2.2.0Wang Mingyu2022-12-121-0/+18
Changelog: ========== [build] Wheels are now available for Python 3.11 (#932) [documentation] HTML documentation builds are now tested for errors (#902) [documentation] Fix typos here, and there (#910) [fsevents2] The fsevents2 observer is now deprecated (#909) [tests] The error message returned by musl libc for error code -1 is now allowed (#923) [utils] Remove unnecessary code in dirsnapshot.py (#930) [watchmedo] Handle shutdown events from SIGHUP (#912) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>