Tags: yesudeep/watchdog
Tags
Release v0.10.2 - Fixed the build_ext command on macOS Catalina (gorakhargosh#628) - Fixed the installation of macOS requirements on non-macOS OSes (gorakhargosh#635) - Refactored dispatch() method of FileSystemEventHandler, PatternMatchingEventHandler and RegexMatchingEventHandler - [bsd] Improved tests support on non Windows/Linux platforms (gorakhargosh#633, gorakhargosh#639) - [bsd] Added FreeBSD CI support (gorakhargosh#532) - [bsd] Restored full support (gorakhargosh#638, gorakhargosh#641) Thanks to our beloved contributors: @BoboTiG, @evilham, @danilobellini
Release v0.10.1 - Fixed Python 2.7 to 3.6 installation when the OS locale is set to POSIX (gorakhargosh#615) - Fixed the `build_ext` command on macOS (gorakhargosh#618, gorakhargosh#620) - Moved requirements to `setup.cfg` (gorakhargosh#617) - [mac] Removed old C code for Python 2.5 in the `fsevents` C implementation - [snapshot] Added `EmptyDirectorySnapshot` (gorakhargosh#613) Thanks to our beloved contributors: @Ajordat, @tehkirill, @BoboTiG