Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency watchdog to ^0.10.0 #58

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

jw
Copy link
Owner

@jw jw commented Jan 17, 2022

This PR contains the following updates:

Package Type Update Change
watchdog (changelog) dependencies minor ^0.8.3 -> ^0.10.0

Release Notes

gorakhargosh/watchdog

v0.10.7

Compare Source

  • Avoid crashing the event processing thread on non-utf8 filenames (#​811)
  • [backport 1.0.0] [mac] Regression fixes for native fsevents (#​717)
  • [backport 1.0.0] [windows] winapi.BUFFER_SIZE now defaults to 64000 (instead of 2048) (#​700)
  • [backport 1.0.0] [windows] Introduced winapi.PATH_BUFFER_SIZE (defaults to 2048) to keep the old behavior with path-realted functions (#​700)
  • [backport 1.0.0] Removed the long-time deprecated events.LoggingFileSystemEventHandler class, use LoggingEventHandler instead
  • [backport 1.0.2] Wheels are published for GNU/Linux, macOS and Windows (#​739)
  • [backport 1.0.2] [mac] Fix missing event_id attribute in fsevents (#​721)
  • [backport 1.0.2] [mac] Return byte paths if a byte path was given in fsevents (#​726`)
  • [backport 1.0.2] [mac] Add compatibility with old macOS versions (#​733`)
  • [backport 1.0.2] Uniformize event for deletion of watched dir (#​727)
  • [backport 2.0.0] [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. (#​184, #​245, #​280, #​313, #​690)
  • [backport 2.0.0] [mac] Support coalesced filesystem events (#​734)
  • [backport 2.0.0] [mac] Drop support for OSX 10.12 and earlier (#​750)
  • [backport 2.0.0] [mac] Fix an issue when renaming an item changes only the casing (#​750)
  • Thanks to our beloved contributors: @​SamSchott, @​bstaletic, @​BoboTiG, @​CCP-Aporia, @​di, @​lukassup, @​ysard, @​lovasoa

v0.10.6

Compare Source

v0.10.5

Compare Source

v0.10.4

Compare Source

  • Add logger parameter for the LoggingEventHandler (#​676)
  • Replace mutable default arguments with if None implementation in RegexMatchingEventHandler (#​677)
  • Expand tests to Python 2.7 and 3.5-3.10 for GNU/Linux, macOS and Windows
  • [mac] Performance improvements for the fsevents module (#​680)
  • [mac] Prevent compilation of watchdog_fsevents.c on non-macOS machines (#​687)
  • [watchmedo] Handle shutdown events from SIGTERM and SIGINT more reliably (#​693)
  • Thanks to our beloved contributors: @​Sraw, @​CCP-Aporia, @​BoboTiG, @​maybe-sybr

v0.10.3

Compare Source

v0.10.2

Compare Source

  • Fixed the build_ext command on macOS Catalina (#​628)
  • Fixed the installation of macOS requirements on non-macOS OSes (#​635)
  • Refactored dispatch() method of FileSystemEventHandler, PatternMatchingEventHandler and RegexMatchingEventHandler
  • bsd] Improved tests support on non Windows/Linux platforms (#​633, #​639)
  • [bsd] Added FreeBSD CI support (#​532)
  • [bsd] Restored full support (#​638, #​641)
  • Thanks to our beloved contributors: @​BoboTiG, @​evilham, @​danilobellini

v0.10.1

Compare Source

  • Fixed Python 2.7 to 3.6 installation when the OS locale is set to POSIX (#​615)
  • Fixed the build_ext command on macOS (#​618, #​620)
  • Moved requirements to setup.cfg (#​617)
  • [mac] Removed old C code for Python 2.5 in the fsevents C implementation
  • [snapshot] Added EmptyDirectorySnapshot (#​613)
  • Thanks to our beloved contributors: @​Ajordat, @​tehkirill, @​BoboTiG

v0.10.0

Compare Source

2020-01-26 • full history

Breaking changes

  • Dropped support for Python 2.6, 3.2 and 3.3
  • Emitters that failed to start are now removed
  • [snapshot] Removed the deprecated walker_callback argument, use stat instead
  • [watchmedo] The utility is no more installed by default but via the extra watchdog[watchmedo]

Other Changes

v0.9.0

Compare Source

2018-08-28 • full history


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.


  • If you want to rebase/retry this PR, click this checkbox.

This PR has been generated by Renovate Bot.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant