- Update to v2.1.6
* [bsd] Fixed returned paths in kqueue.py and restored the
overall results of the test suite. (#842)
* [bsd] Updated FreeBSD CI support .(#841)
* [watchmedo] Removed the argh dependency in favor of the builtin
argparse module. (#836)
* [watchmedo] Removed unexistant WindowsApiAsyncObserver
references and --debug-force-winapi-async arguments.
* [watchmedo] Improved the help output.
- Update to v2.1.5
* Convert regexes of type str to list. (#831)
* [watchmedo] Fix usage of os.setsid() and os.killpg() Unix-only
functions. (#809)
* Fix a possible AttributeError in SkipRepeatsQueue._put().
(#818)
* Allow overriding or adding custom event handlers to event
dispatch map. (#814) -- reverted (#830)
* Fix tests on big endian platforms. (#828)
OBS-URL: https://build.opensuse.org/request/show/924562
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-watchdog?expand=0&rev=32
- Add missing BR on python-flaky.
- Update to v2.1.1
* [mac] Fix callback exceptions when the watcher is deleted but
still receiving events
- Update to v2.1.0
* [inotify] Simplify libc loading
* [mac] Add support for non-recursive watches in FSEventsEmitter
* [watchmedo] Add support for --debug-force-* arguments to tricks
- Update to v2.0.3
* [mac] Use logger.debug() instead of logger.info()
* Updated documentation links
- Update to v2.0.2
* [mac] Add missing exception objects
- Update to v2.0.1
* [mac] Fix a segmentation fault when dealing with unicode paths
* Moved the CI from Travis-CI to GitHub Actions
- Update to v2.0.0
* [mac] Drop support for macOS 10.12 and earlier
* [mac] Support coalesced filesystem events
* [mac] Fix an issue when renaming an item changes only the
casing
* [inotify] Add support for IN_CLOSE_WRITE events.
A FileCloseEvent event will be fired. Note that
IN_CLOSE_NOWRITE events are not handled to prevent much noise.
* [inotify] Allow to stop the emitter multiple times
* Avoid deprecated PyEval_InitThreads on Python 3.7+
OBS-URL: https://build.opensuse.org/request/show/893715
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-watchdog?expand=0&rev=11
- Update to v2.1.1
* [mac] Fix callback exceptions when the watcher is deleted but
still receiving events
- Update to v2.1.0
* [inotify] Simplify libc loading
* [mac] Add support for non-recursive watches in FSEventsEmitter
* [watchmedo] Add support for --debug-force-* arguments to tricks
- Update to v2.0.3
* [mac] Use logger.debug() instead of logger.info()
* Updated documentation links
- Update to v2.0.2
* [mac] Add missing exception objects
- Update to v2.0.1
* [mac] Fix a segmentation fault when dealing with unicode paths
* Moved the CI from Travis-CI to GitHub Actions
- Update to v2.0.0
* [mac] Drop support for macOS 10.12 and earlier
* [mac] Support coalesced filesystem events
* [mac] Fix an issue when renaming an item changes only the
casing
* [inotify] Add support for IN_CLOSE_WRITE events.
A FileCloseEvent event will be fired. Note that
IN_CLOSE_NOWRITE events are not handled to prevent much noise.
* [inotify] Allow to stop the emitter multiple times
* Avoid deprecated PyEval_InitThreads on Python 3.7+
OBS-URL: https://build.opensuse.org/request/show/893701
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-watchdog?expand=0&rev=26
- Update to version 0.8.3
* Event emitters are no longer started on schedule if Observer is
not already running.
Changes from 0.8.0:
* DirectorySnapshot: methods returning internal stat info replaced
by mtime, inode and path methods.
* DirectorySnapshot: walker_callback parameter deprecated.
no more changelog available upstream
- Fix py compile mtime issue
- use record filelist feature of setup.py to gather proper filelist
OBS-URL: https://build.opensuse.org/request/show/369927
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-watchdog?expand=0&rev=3