Update dependency watchdog to v6 - #30
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.9.0→==6.0.0Release Notes
gorakhargosh/watchdog (watchdog)
v6.0.0: 6.0.0Compare Source
Breaking Changes
select.poll()instead of deprecatedselect.select(), if available. (#1078)echo_class()function from theechomodule.echo_instancemethod()function from theechomodule.echo_module()function from theechomodule.is_class_private_name()function from theechomodule.is_classmethod()function from theechomodule.is_method(met()function from theechomodule.method_name()function from theechomodule.name()function from theechomodule.--traceCLI argument from thewatchmedo logcommand, useless since events are logged by default at theLoggerTrickclass level.Other Changes
stop_signalkeyword-argument type of theAutoRestartTrickclass can now be either asignal.Signalsor anint.__repr__()method to theTrickclass.__repr__()method to theHelpFormatterclass.💟 Thanks to our beloved contributors: @g-pichler, @ethan-vanderheijden, @nhairs, @BoboTiG
v5.0.3: 5.0.3Compare Source
Inotifythreads, and addeventlettest cases (#1070)💟 Thanks to our beloved contributors: @ethan-vanderheijden, @BoboTiG
v5.0.2: 5.0.2Compare Source
tricksargument type ofschedule_tricks()(#1063)💟 Thanks to our beloved contributors: @gnought, @BoboTiG
v5.0.1: 5.0.1Compare Source
TypeError: kqueue.control() only accepts positional parameters(#1062)💟 Thanks to our beloved contributors: @apoirier, @BoboTiG
v5.0.0: 5.0.0Compare Source
Breaking Changes
BaseObserverSubclassCallableclass toObserverType(#1055)inotify_event_structclass toInotifyEventStruct(#1055)UnsupportedLibcexception toUnsupportedLibcError(#1057)InotifyConstants.IN_CLOSEconstant (#1046)LogLevelExceptionexception toLogLevelError(#1057)WatchdogShutdownexception toWatchdogShutdownError(#1057)FILE_NOTIFY_INFORMATIONclass toFileNotifyInformation(#1055)WATCHDOG_TRAVERSE_MOVED_DIR_DELAYconstant (#1057)Other Changes
disallow_untyped_callsMypy rule (#1055)disallow_untyped_defsMypy rule (#1060)IN_CLOSE_NOWRITEevents. AFileClosedNoWriteEventevent will be fired, and itson_closed_no_write()dispatcher has been introduced (#1046)💟 Thanks to our beloved contributors: @BoboTiG
v4.0.2: 4.0.2Compare Source
ruff, apply several fixes (#1033)events.pyPatternMatchingEventHandlerdocstrings (#1048)event_filterkeyword-argument toFSEventsObserver.schedule()(#1049)AutoRestartTrick(#1002)watchmedo.py💟 Thanks to our beloved contributors: @BoboTiG, @nbelakovski, @ivg
v4.0.1: 4.0.1Compare Source
event_filterfor the full emitter (#1032)💟 Thanks to our beloved contributors: @mraspaud, @BoboTiG
v4.0.0: 4.0.0Compare Source
Breaking Changes
FileSystemEvent, and subclasses, are nowdataclasses, and theirrepr()has changedWinAPINativeEventis now adataclass, and itsrepr()has changedobservers.read_directory_changes.WATCHDOG_TRAVERSE_MOVED_DIR_DELAYhack was removed. The constant will be kept to prevent breaking other softwares.Other Changes
dirsnapshot(#1012)DirectorySnapshotDiff.ContextManager(#1011)FileOpenedEvent, andFileClosedEvent, events inLoggingEventHandlerFileSystemEventcoverageLoggerTrick💟 Thanks to our beloved contributors: @BoboTiG, @msabramo
v3.0.0: 3.0.0Compare Source
Breaking Changes
Other Changes
watchdogis now PEP 561 compatible, and tested withmypy>inFileSystemEvent.__repr__()(#980)InotifyEmitter.queue_events()if not launched when thread is inactive (#963)threading.Event.isSetspelling (#962)💟 Thanks to our beloved contributors: @kurtmckee, @altendky, @agroszer, @BoboTiG
v2.3.1: 2.3.1Compare Source
blackon the entire source coderequirements-tests.txtfile in the source distribution (#939)FileOpenedEventevents fromAutoRestartTrick, andShellCommandTrick, to restore watchdog < 2.3.0 behavior. A better solution should be found in the future. (#949)FileOpenedEvent, andFileClosedEvent, events inLoggerTrick💟 Thanks to our beloved contributors: @BoboTiG
v2.3.0: 2.3.0Compare Source
IN_OPENevents: aFileOpenedEventevent will be fired (#941)auto-restart, only restarting once if many events happen in quick succession (--debounce-interval) (#940)--no-restart-on-command-exit) (#946)KeyboardInterruptexception (Ctrl+C) (#945)💟 Thanks to our beloved contributors: @BoboTiG, @dstaple, @taleinat, @cernekj
v2.2.1: 2.2.1Compare Source
signal.SIGHUPattribute on non-Unix OSes (#935)💟 Thanks to our beloved contributors: @BoboTiG, @simon04, @piotrpdev
v2.2.0: 2.2.0Compare Source
fsevents2observer is now deprecated (#909)-1is now allowed (#923)dirsnapshot.py(#930)SIGHUP(#912)💟 Thanks to our beloved contributors: @kurtmckee, @babymastodon, @QuantumEnergyE, @timgates42, @BoboTiG
v2.1.9: 2.1.9Compare Source
OSError: [Errno 9] Bad file descriptorat shutdown. #805auto-restartrestart the sub-process if it terminates. #896shell-commandwithout--wait. #405💟 Thanks to our beloved contributors: @samschott, @taleinat, @altendky, @BoboTiG
v2.1.8: 2.1.8Compare Source
--kill-afterargument for the auto-restart command. (#870)-q/--quietand-v/--verbosearguments. (#889)💟 Thanks to our beloved contributors: @taleinat, @kianmeng, @palfrey, @IlayRosenberg, @BoboTiG
v2.1.7: 2.1.7Compare Source
notequality implementation forInotifyEvent. (#848)PyYAMLis loaded only when strictly necessary. Simple usages ofwatchmedoare possible without the module being installed. (#847)💟 Thanks to our beloved contributors: @sattlerc, @JanzenLiu, @BoboTiG
v2.1.6: 2.1.6Compare Source
arghdependency in favor of the builtinargparsemodule. (#836)WindowsApiAsyncObserverreferences and--debug-force-winapi-asyncarguments.💟 Thanks to our beloved contributors: @knobix, @AndreaRe9, @BoboTiG
v2.1.5: 2.1.5Compare Source
strtolist. (#831)💟 Thanks to our beloved contributors: @unique1o1, @BoboTiG
v2.1.4: 2.1.4Compare Source
os.setsid()andos.killpg()Unix-only functions. (#809)FileModifiedEventon permission or ownership changes of a file. (#815)FSEeventsEmitterwithos.path.realpath(). (#822)AttributeErrorinSkipRepeatsQueue._put(). (#818)💟 Thanks to our beloved contributors: @replabrobin, @BoboTiG, @SamSchott, @AndreiB97, @NiklasRosenstein, @ikokollari, @mgorny
v2.1.3: 2.1.3Compare Source
arm64anduniversal2wheels. (#740)💟 Thanks to our beloved contributors: @kainjow, @BoboTiG
v2.1.2: 2.1.2Compare Source
start()were missed. Add a workaround for that. (#796)💟 Thanks to our beloved contributors: @oprypin, @CCP-Aporia, @BoboTiG
v2.1.1: 2.1.1Compare Source
💟 Thanks to our beloved contributors: @rom1win, @BoboTiG, @CCP-Aporia
v2.1.0: 2.1.0Compare Source
libcloading (#776)FSEventsEmitter(#779)--debug-force-*arguments totricks(#781)💟 Thanks to our beloved contributors: @CCP-Aporia, @aodj, @UnitedMarsupials, @BoboTiG
v2.0.3: 2.0.3Compare Source
logger.debug()instead oflogger.info()(#774)💟 Thanks to our beloved contributors: @globau, @imba-tjd, @BoboTiG
v2.0.2: 2.0.2Compare Source
💟 Thanks to our beloved contributors: @CCP-Aporia, @BoboTiG
v2.0.1: 2.0.1Compare Source
💟 Thanks to our beloved contributors: @SamSchott, @BoboTiG
v2.0.0: 2.0.0Compare Source
Breaking Changes
Other Changes
IN_CLOSE_WRITEevents. AFileCloseEventevent will be fired. Note thatIN_CLOSE_NOWRITEevents are not handled to prevent much noise. (#184, #245, #280, #313, #690)PyEval_InitThreadson Python 3.7+ (#746)💟 Thanks to our beloved contributors: @bstaletic, @lukassup, @ysard, @SamSchott, @CCP-Aporia, @BoboTiG
v1.0.2: 1.0.2Compare Source
event_idattribute infsevents(#721)fsevents(#726)💟 Thanks to our beloved contributors: @SamSchott, @CCP-Aporia, @di, @BoboTiG
v1.0.1Compare Source
v1.0.0: 1.0.0Compare Source
Breaking Changes
winapi.BUFFER_SIZEnow defaults to64000(instead of2048) (#700)pathlibfrom the standard library, instead ofpathtools(#556)events.LoggingFileSystemEventHandlerclass, useLoggingEventHandlerinsteadOther Changes
fsevents(#717)winapi.BUFFER_SIZEnow defaults to64000(instead of2048) (#700)winapi.PATH_BUFFER_SIZE(defaults to2048) to keep the old behavior with path-realted functions (#700)pathlibfrom the standard library, instead ofpathtools(#556)events.LoggingFileSystemEventHandlerclass, useLoggingEventHandlerinstead💟 Thanks to our beloved contributors: @SamSchott, @bstaletic, @BoboTiG, @CCP-Aporia
v0.10.7: 0.10.7Compare Source
fsevents(#717)winapi.BUFFER_SIZEnow defaults to64000(instead of2048) (#700)winapi.PATH_BUFFER_SIZE(defaults to2048) to keep the old behavior with path-realted functions (#700)events.LoggingFileSystemEventHandlerclass, useLoggingEventHandlerinsteadevent_idattribute infsevents(#721)fsevents(#726`)IN_CLOSE_WRITEevents. AFileCloseEventevent will be fired. Note thatIN_CLOSE_NOWRITEevents are not handled to prevent much noise. (#184,#​245,#280,#​313,#690)💟 Thanks to our beloved contributors: @SamSchott, @bstaletic, @BoboTiG, @CCP-Aporia, @di, @lukassup, @ysard, @lovasoa
v0.10.6Compare Source
v0.10.5: 0.10.5Compare Source
v0.10.4: 0.10.4Compare Source
loggerparameter for theLoggingEventHandler(#676)if Noneimplementation inRegexMatchingEventHandler(#677)fseventsmodule (#680)watchdog_fsevents.con non-macOS machines (#687)SIGTERMandSIGINTmore reliably (#693)v0.10.3: 0.10.3Compare Source
ObservedWatch.pathis a string (#651)v0.10.2: 0.10.2Compare Source
build_extcommand on macOS Catalina (#628)dispatch()method ofFileSystemEventHandler,PatternMatchingEventHandlerandRegexMatchingEventHandlerv0.10.1: 0.10.1Compare Source
build_extcommand on macOS (#618, #620)setup.cfg(#617)fseventsC implementationEmptyDirectorySnapshot(#613)v0.10.0: 0.10.0Compare Source
2020-01-26 • full history
Breaking changes
walker_callbackargument, usestatinsteadwatchdog[watchmedo]Other Changes
is_syntheticattribute (#369)os.scandir()to improve memory usage (#503)OSErrorare re-raised (#377)FSEventsEmitter.stop()twice (#466)watchdog_fsevents.cAttributeErrorabout forgottenpath_for_inodeattr (#436)ignore_device=Falseparameter to the ctor (#597)yaml.load()foryaml.safe_load()(#453)--debug-force-pollingargument (#404)WindowsApiEmittermade easier to subclass (#344)recursive=True(#454)Configuration
📅 Schedule: (UTC)
🚦 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 was generated by Mend Renovate. View the repository job log.