Update dependency watchdog to ^0.10.0 #58
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^0.8.3
->^0.10.0
Release Notes
gorakhargosh/watchdog
v0.10.7
Compare Source
fsevents
(#717)winapi.BUFFER_SIZE
now defaults to64000
(instead of2048
) (#700)winapi.PATH_BUFFER_SIZE
(defaults to2048
) to keep the old behavior with path-realted functions (#700)events.LoggingFileSystemEventHandler
class, useLoggingEventHandler
insteadevent_id
attribute infsevents
(#721)fsevents
(#726`)IN_CLOSE_WRITE
events. AFileCloseEvent
event will be fired. Note thatIN_CLOSE_NOWRITE
events are not handled to prevent much noise. (#184,#​245,
#280,#​313,
#690)v0.10.6
Compare Source
v0.10.5
Compare Source
v0.10.4
Compare Source
logger
parameter for theLoggingEventHandler
(#676)if None
implementation inRegexMatchingEventHandler
(#677)fsevents
module (#680)watchdog_fsevents.c
on non-macOS machines (#687)SIGTERM
andSIGINT
more reliably (#693)v0.10.3
Compare Source
ObservedWatch.path
is a string (#651)v0.10.2
Compare Source
build_ext
command on macOS Catalina (#628)dispatch()
method ofFileSystemEventHandler
,PatternMatchingEventHandler
andRegexMatchingEventHandler
v0.10.1
Compare Source
build_ext
command on macOS (#618, #620)setup.cfg
(#617)fsevents
C implementationEmptyDirectorySnapshot
(#613)v0.10.0
Compare Source
2020-01-26 • full history
Breaking changes
walker_callback
argument, usestat
insteadwatchdog[watchmedo]
Other Changes
is_synthetic
attribute (#369)os.scandir()
to improve memory usage (#503)OSError
are re-raised (#377)FSEventsEmitter.stop()
twice (#466)watchdog_fsevents.c
AttributeError
about forgottenpath_for_inode
attr (#436)ignore_device=False
parameter to the ctor (#597)yaml.load()
foryaml.safe_load()
(#453)--debug-force-polling
argument (#404)WindowsApiEmitter
made easier to subclass (#344)recursive=True
(#454)v0.9.0
Compare Source
2018-08-28 • full history
DirDeletedEvent
eventDirDeletedEvent
duplication when deleting a directoryfsevents2.py
(#298)--debug-force-polling
argument (#336)FILE_LIST_DIRECTORY
constant (#376)Configuration
📅 Schedule: At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Renovate Bot.