Skip to content
This repository has been archived by the owner on Oct 23, 2020. It is now read-only.

fix(dependencies): update dependency watchdog to v0.10.3 #73

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 5, 2020

This PR contains the following updates:

Package Type Update Change
watchdog dependencies minor ==0.7.0 -> ==0.10.3

Release Notes

gorakhargosh/watchdog

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

v0.8.3

Compare Source

2015-02-11 • full history

  • Fixed the use of the root logger (#​274)
  • [inotify] Refactored libc loading and improved error handling in inotify_c.py
  • [inotify] Fixed a possible unbound local error in inotify_c.py
  • Thanks to our beloved contributors: @​mmorearty, @​tamland, @​tony, @​gorakhargosh

v0.8.2

Compare Source

2014-10-29 • full history

  • Event emitters are no longer started on schedule if Observer is not already running
  • [mac] Fixed usued arguments to pass clang compilation (#​265)
  • [snapshot] Fixed a possible race condition crash on directory deletion (#​281)
  • [windows] Fixed an error when watching the same folder again (#​270)
  • Thanks to our beloved contributors: @​tamland, @​apetrone, @​Falldog, @​theospears

v0.8.1

Compare Source

2014-07-28 • full history

v0.8.0

Compare Source

2014-07-02 • full history

v0.7.1

Compare Source


Renovate configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

♻️ Rebasing: Whenever PR is behind base branch, 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.

@codecov
Copy link

codecov bot commented May 5, 2020

Codecov Report

Merging #73 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #73   +/-   ##
=======================================
  Coverage   68.54%   68.54%           
=======================================
  Files          23       23           
  Lines        1030     1030           
=======================================
  Hits          706      706           
  Misses        324      324           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update e7db1ce...25e470a. Read the comment docs.

@renovate renovate bot force-pushed the renovate/watchdog-0.x branch 6 times, most recently from 0bdadd2 to 0f64267 Compare May 11, 2020 01:29
@renovate renovate bot force-pushed the renovate/watchdog-0.x branch 4 times, most recently from e12bb63 to 2372a15 Compare May 21, 2020 18:55
@renovate renovate bot force-pushed the renovate/watchdog-0.x branch from 2372a15 to 25e470a Compare June 25, 2020 21:36
@renovate renovate bot changed the title fix(dependencies): update dependency watchdog to v0.10.2 fix(dependencies): update dependency watchdog to v0.10.3 Jun 25, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant