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

chore(deps-dev): bump watchdog from 0.10.4 to 1.0.2 #152

Merged
merged 1 commit into from Jan 19, 2021

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 21, 2020

Bumps watchdog from 0.10.4 to 1.0.2.

Release notes

Sourced from watchdog's releases.

1.0.2

  • Wheels are published for GNU/Linux, macOS and Windows (#739)
  • [mac] Fix missing event_id attribute in fsevents (#721)
  • [mac] Return byte paths if a byte path was given in fsevents (#726)
  • [mac] Add compatibility with old macOS versions (#733)
  • Uniformize event for deletion of watched dir (#727)
  • Thanks to our beloved contributors: @SamSchott, @CCP-Aporia, @di, @BoboTiG

1.0.0

  • 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

0.10.5

Changelog

Sourced from watchdog's changelog.

1.0.2


2020-12-18 • `full history <https://github.com/gorakhargosh/watchdog/compare/v1.0.1...v1.0.2>`__
  • Wheels are published for GNU/Linux, macOS and Windows ([#739](https://github.com/gorakhargosh/watchdog/issues/739) &lt;https://github.com/gorakhargosh/watchdog/pull/739&gt;_)
  • [mac] Fix missing event_id attribute in fsevents ([#721](https://github.com/gorakhargosh/watchdog/issues/721) &lt;https://github.com/gorakhargosh/watchdog/pull/721&gt;_)
  • [mac] Return byte paths if a byte path was given in fsevents ([#726](https://github.com/gorakhargosh/watchdog/issues/726) <gorakhargosh/watchdog#726_)
  • [mac] Add compatibility with old macOS versions ([#733](https://github.com/gorakhargosh/watchdog/issues/733) <gorakhargosh/watchdog#733_)
  • Uniformize event for deletion of watched dir ([#727](https://github.com/gorakhargosh/watchdog/issues/727) &lt;https://github.com/gorakhargosh/watchdog/pull/727&gt;_)
  • Thanks to our beloved contributors: @SamSchott, @CCP-Aporia, @di, @BoboTiG

1.0.1

2020-12-10 • Fix version with good metadatas.

1.0.0


2020-12-10 • `full history <https://github.com/gorakhargosh/watchdog/compare/v0.10.4...v1.0.0>`__
  • Versioning is now following the semver &lt;https://semver.org/&gt;_
  • Drop support for Python 2.7, 3.4 and 3.5
  • [mac] Regression fixes for native fsevents ([#717](https://github.com/gorakhargosh/watchdog/issues/717) &lt;https://github.com/gorakhargosh/watchdog/pull/717&gt;_)
  • [windows] winapi.BUFFER_SIZE now defaults to 64000 (instead of 2048) ([#700](https://github.com/gorakhargosh/watchdog/issues/700) &lt;https://github.com/gorakhargosh/watchdog/pull/700&gt;_)
  • [windows] Introduced winapi.PATH_BUFFER_SIZE (defaults to 2048) to keep the old behavior with path-realted functions ([#700](https://github.com/gorakhargosh/watchdog/issues/700) &lt;https://github.com/gorakhargosh/watchdog/pull/700&gt;_)
  • Use pathlib from the standard library, instead of pathtools ([#556](https://github.com/gorakhargosh/watchdog/issues/556) &lt;https://github.com/gorakhargosh/watchdog/pull/556&gt;_)
  • Allow file paths on Unix that don't follow the file system encoding ([#703](https://github.com/gorakhargosh/watchdog/issues/703) &lt;https://github.com/gorakhargosh/watchdog/pull/703&gt;_)
  • Removed the long-time deprecated events.LoggingFileSystemEventHandler class, use LoggingEventHandler instead
  • Thanks to our beloved contributors: @SamSchott, @bstaletic, @BoboTiG, @CCP-Aporia
Commits
  • d80b55c Release 1.0.2
  • f9ff9e1 Add workflow for building and releasing wheels (#739)
  • 2758815 Uniformize event for deletion of watched dir (#727)
  • 1d7cb5d [mac] Add compatibility with old macOS versions (#733)
  • 44b9618 [mac] Return byte paths if a byte path was given in fsevents (#726)
  • b5c8cc1 [mac] Don't pass event flag as ID (#725)
  • d0bb7b8 [mac] Fix missing event_id attribute in fsevents (#722)
  • 4fbca6e Bump the version to 1.0.2
  • 0f9acb7 Release 1.0.1
  • 9a99a2f Bump the version to 1.0.1
  • Additional commits viewable in compare view

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 close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor 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 dependabot bot added the dependencies Pull requests that update a dependency file label Dec 21, 2020
@0xangelo
Copy link
Owner

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/pip/develop/watchdog-1.0.2 branch from eb4eb8c to 0768f79 Compare January 19, 2021 18:06
@0xangelo
Copy link
Owner

@dependabot merge

@dependabot dependabot bot merged commit 68aca22 into develop Jan 19, 2021
@dependabot dependabot bot deleted the dependabot/pip/develop/watchdog-1.0.2 branch January 19, 2021 22:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant