summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-watchdog_4.0.1.bb
Commit message (Collapse)AuthorAgeFilesLines
* python3-watchdog: Upgrade 4.0.1 -> 4.0.2Leon Anavi2024-08-141-18/+0
| | | | | | | | | | | | | | | | | Upgrade to release 4.0.2: - Add support for Python 3.13 - [core] Run ruff, apply several fixes - [core] Remove execution rights from events.py - [documentation] Update PatternMatchingEventHandler docstrings - [documentation] Simplify the quickstart example - [fsevents] Add missing event_filter keyword-argument to FSEventsObserver.schedule() - [utils] Fix a possible race condition in AutoRestartTrick - [watchmedo] Remove execution rights from watchmedo.py Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-watchdog: upgrade 4.0.0 -> 4.0.1Wang Mingyu2024-05-281-0/+18
Changelog: Fix missing event_filter for the full emitter Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>