summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-watchdog_2.3.0.bb
Commit message (Collapse)AuthorAgeFilesLines
* python3-watchdog: upgrade 2.2.1 -> 2.3.0Wang Mingyu2023-02-271-0/+18
Changelog: ========== [inotify] Add support for IN_OPEN events: a FileOpenedEvent event will be fired [watchmedo] Add optional event debouncing for auto-restart, only restarting once if many events happen in quick succession (--debounce-interval) (#940) [watchmedo] Exit gracefully on KeyboardInterrupt exception (Ctrl+C) (#945) [watchmedo] Add option to not auto-restart the command after it exits (--no-restart-on-command-exit) (#946) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>