percy / python-percy-client

[Deprecated] Python client library for visual regression testing with Percy.
https://percy.io/docs/clients/python/selenium
MIT License
21 stars 24 forks source link

Bump watchdog from 0.8.3 to 0.9.0 #68

Closed dependabot-preview[bot] closed 5 years ago

dependabot-preview[bot] commented 5 years ago

Bumps watchdog from 0.8.3 to 0.9.0.

Changelog *Sourced from [watchdog's changelog](https://github.com/gorakhargosh/watchdog/blob/master/changelog.rst).* > API changes > =========== > > [Unreleased](https://github.com/gorakhargosh/watchdog/compare/v0.9.0...master) - yyyy-mm-dd \~\~\~\~\~ > > - Dropped support for Python 2.6, 3.2 and 3.3. If you are still running one of these obsolete Python version, you have to keep using Watchdog <= 0.10.0. > - The `watchmedo` utility is no more installed by default but via the extra `watchdog[watchmedo]`. > - Fixed thread leaks in tests. > - Fixed several Python 3 warnings. > - Fixed a bug when calling `FSEventsEmitter.stop()` twice. > - Fixed missing field initializers and unused parameters in `watchdog_fsevents.c`. > - Fixed `AttributeError: 'DirectorySnapshot' object has no attribute 'path_for_inode'` in FreeBDS. > - Fixed FreeBSD detection. > - Fixed a race condition crash when a directory is swapped for a file. > - Fixed the way we re-raise `OSError`. > - Fixed the path separator used in watchmedo. > - Remove emitters which failed to start. > - We now generate sub created events only if `recursive=True`. > - Security fix in watchmedo: use `yaml.safe_load()` instead of `yaml.load()` > - Use `scandir` to save memory. > - Removed delay from non-move events in `Inotify`. > - `WindowsApiEmitter` made easier to subclass. > - Use separate ctypes DLL instances on Windows. > - Added `--debug-force-polling` arguments to watchmedo. > - Identify synthesized events with `is_synthetic` attribute. > - Refactored tests to use pytest. > - General code clean-up. > - Watchmedo: Handle all available signals. > > [0.9.0](https://github.com/gorakhargosh/watchdog/compare/v0.8.3...v0.9.0) - 2018-08-28 \~\~\~\~\~ > > - Fixed a bug in `fsevents2.py` when the `path` could be unproperly set. > - Fixed a crash when the root directory being watched by `inotify` was deleted. > - Fixed a possible `DirDeletedEvent` duplication on GNU/Linux when deleting a directory. > - Fixed the `FILE_LIST_DIRECTORY` constant in `winapi.py`. > > [0.8.3](https://github.com/gorakhargosh/watchdog/compare/v0.8.2...v0.8.3) - 2015-02-11 \~\~\~\~\~ > > - Refactored libc loading and improved error handling in `inotify_c.py`. > - Fixed a possible unbound local error in `inotify_c.py`. > > 0.8.2 > ----- > > - Event emitters are no longer started on schedule if `Observer` is not already running. > > 0.8.0 > ----- > > - `DirectorySnapshot`: methods returning internal stat info replaced by `mtime`, `inode` and `path` methods. > ... (truncated)
Commits - [`b78fc0c`](https://github.com/gorakhargosh/watchdog/commit/b78fc0cda6ebb368550ffed2bb60360c64419d26) Bump v0.9.0 - [`f5f9010`](https://github.com/gorakhargosh/watchdog/commit/f5f9010d60dd2290214d8c9329e542be9a0c4dde) Fix installation to make every Travis CI job pass - [`d95bcbd`](https://github.com/gorakhargosh/watchdog/commit/d95bcbd3da863463fa6c8a2a1a7fdc1f91a1aa31) Fix .travis.yml and tox.ini for Python versions - [`0dd1e13`](https://github.com/gorakhargosh/watchdog/commit/0dd1e131d650e0b9fffc338316c6c7198088eb06) Clean "except" blocks - [`825b94a`](https://github.com/gorakhargosh/watchdog/commit/825b94a26bdaecfa0fae9076782082f909f6db6e) Move fixtures to conftest.py - [`0a22783`](https://github.com/gorakhargosh/watchdog/commit/0a227835f83fdb2c200a53a682eb2f57590cd338) Clean imports - [`f48f735`](https://github.com/gorakhargosh/watchdog/commit/f48f73501b3abfa2bbfb11c534d7589046e29e1a) Fix typo in DirMovedEvent with inotify - [`c4818c2`](https://github.com/gorakhargosh/watchdog/commit/c4818c21683807c47b15586180c1c97852e71c83) Fix Python version in tox.in and setup.py - [`95e68ed`](https://github.com/gorakhargosh/watchdog/commit/95e68ed018db34d6c360917488f5306929565ad1) Add Danilo J. S. Bellini to AUTHORS - [`afe568c`](https://github.com/gorakhargosh/watchdog/commit/afe568cfcfc80da10c37d7e45dbab395f8ac764e) Merge anthrotype/utils-platform - Additional commits viewable in [compare view](https://github.com/gorakhargosh/watchdog/compare/v0.8.3...v0.9.0)


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot.