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 v1 #2294

Merged
merged 1 commit into from
Dec 15, 2020
Merged

Update dependency watchdog to v1 #2294

merged 1 commit into from
Dec 15, 2020

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Dec 14, 2020

WhiteSource Renovate

This PR contains the following updates:

Package Type Update Change
watchdog dev-dependencies major ^0.9.0 -> ^1.0.0

Release Notes

gorakhargosh/watchdog

v1.0.1

Compare Source

v1.0.0

Compare Source

  • Versioning is now following the semver
  • Drop support for Python 2.7, 3.4 and 3.5
  • [mac] Regression fixes for native fsevents (#​717)
  • [windows] winapi.BUFFER_SIZE now defaults to 64000 (instead of 2048) (#​700)
  • [windows] Introduced winapi.PATH_BUFFER_SIZE (defaults to 2048) to keep the old behavior with path-realted functions (#​700)
  • Use pathlib from the standard library, instead of pathtools (#​556)
  • Allow file paths on Unix that don't follow the file system encoding (#​703)
  • Removed the long-time deprecated events.LoggingFileSystemEventHandler class, use LoggingEventHandler instead
  • Thanks to our beloved contributors: @​SamSchott, @​bstaletic, @​BoboTiG, @​CCP-Aporia

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


Renovate configuration

📅 Schedule: "before 13:00 on monday" in timezone 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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by WhiteSource Renovate. View repository job log here.

@mythmon
Copy link
Contributor

mythmon commented Dec 15, 2020

bors r+

@bors
Copy link
Contributor

bors bot commented Dec 15, 2020

@bors bors bot merged commit 074f0f0 into master Dec 15, 2020
@bors bors bot deleted the renovate/watchdog-1.x branch December 15, 2020 17:01
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.

2 participants