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

Bump hupper from 1.9 to 1.10.2 #127

Merged
merged 1 commit into from Mar 31, 2020
Merged

Conversation

dependabot-preview[bot]
Copy link
Contributor

Bumps hupper from 1.9 to 1.10.2.

Changelog

Sourced from hupper's changelog.

1.10.2 (2020-03-02)

  • Fix a regression that caused SIGINT to not work properly in some situations. See Pylons/hupper#67

1.10.1 (2020-02-18)

  • Performance improvements when using Watchman.

1.10 (2020-02-18)

  • Handle a SIGTERM signal by forwarding it to the child process and gracefully waiting for it to exit. This should enable using hupper from within docker containers and other systems that want to control the reloader process.

    Previously the SIGTERM would shutdown hupper immediately, stranding the worker and relying on it to shutdown on its own.

    See Pylons/hupper#65

  • Avoid acquiring locks in the reloader process's signal handlers. See Pylons/hupper#65

  • Fix deprecation warnings caused by using the imp module on newer versions of Python. See Pylons/hupper#65

1.9.1 (2019-11-12)

  • Support some scenarios in which user code is symlinked site-packages. These were previously being ignored by the file monitor but should now be tracked. See Pylons/hupper#61
Commits
  • 1f4aa9e prep 1.10.2
  • be98e5c Merge pull request #67 from mmerickel/handle-sigint-in-wait-for-changes
  • fd30f9e SIGINT was being squashed in wait_for_changes after a crash
  • 7c4a18b prep 1.10.1
  • 431a491 only watch the immediate folder to avoid duplicate responses from watchman
  • 807333b prep 1.10
  • 3e516ad Merge pull request #65 from Pylons/handle-sigterm
  • 21cc5cf exit if the control pipe dies
  • e670bda return True indicating that the event is handled
  • 16c3b58 support tearing down the ctrl handler
  • 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 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:

  • Update frequency (including time of day and day of week)
  • 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)

Bumps [hupper](https://github.com/Pylons/hupper) from 1.9 to 1.10.2.
- [Release notes](https://github.com/Pylons/hupper/releases)
- [Changelog](https://github.com/Pylons/hupper/blob/master/CHANGES.rst)
- [Commits](Pylons/hupper@1.9...1.10.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Mar 3, 2020
@leplatrem leplatrem merged commit 6db464c into master Mar 31, 2020
@leplatrem leplatrem deleted the dependabot/pip/hupper-1.10.2 branch March 31, 2020 17:57
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