labthings / python-labthings

Python implementation of LabThings, based on the Flask microframework
GNU General Public License v3.0
18 stars 2 forks source link

Bump zeroconf from 0.31.0 to 0.32.0 #235

Closed dependabot[bot] closed 3 years ago

dependabot[bot] commented 3 years ago

Bumps zeroconf from 0.31.0 to 0.32.0.

Release notes

Sourced from zeroconf's releases.

0.32.0 Release Candidate 7

This release offers 100% line and branch coverage

0.32.0 Release Candidate 6

  • Fix deadlock when event loop is shutdown during service registration (#869) @​bdraco

  • Break apart new_socket to be testable (#867) @​bdraco

0.32.0 Release Candidate 5

  • Ensure protocol and sending errors are logged once (#862) @​bdraco

  • Remove unreachable code in AsyncListener.datagram_received (#863) @​bdraco

  • Make a dispatch dict for ServiceStateChange listeners (#859) @​bdraco

0.32.0 Release Candidate 4

  • Make ServiceInfo first question QU (#852) @​bdraco

    We want an immediate response when making a request with ServiceInfo by asking a QU question, most responders will not delay the response and respond right away to our question. This also improves compatibility with split networks as we may not have been able to see the response otherwise. If the responder has not multicast the record recently it may still choose to do so in addition to responding via unicast

    Reduces traffic when there are multiple zeroconf instances running on the network running ServiceBrowsers

    If we don't get an answer on the first try, we ask a QM question in the event we can't receive a unicast response for some reason

    This change puts ServiceInfo inline with ServiceBrowser which also asks the first question as QU since ServiceInfo is commonly called from ServiceBrowser callbacks

0.32.0 Release Candidate 3

  • Switch ServiceBrowser query scheduling to use call_later instead of a loop (#849) @​bdraco

    Simplifies scheduling as there is no more need to sleep in a loop as we now schedule future callbacks with call_later

    Simplifies cancelation as there is no more coroutine to cancel, only a timer handle We no longer have to handle the canceled error and cleaning up the awaitable

    Solves the infrequent test failures in test_backoff and test_integration

0.32.0 Release Candidate 2

  • Limit duplicate packet suppression to 1s intervals (#841) @​bdraco

... (truncated)

Commits
  • 82ff150 Fix readme formatting
  • ea7bc85 Release version 0.32.0
  • 34f6e49 Reformat changelog to match prior versions (#892)
  • ba235dd Fix spelling and grammar errors in 0.32.0 changelog (#891)
  • 0d91156 Rewrite 0.32.0 changelog in past tense (#890)
  • 9abb40c Reformat backwards incompatible changes to match previous versions (#889)
  • d31fd10 Remove extra newlines between changelog entries (#888)
  • 14cf936 Collapse changelog for 0.32.0 (#887)
  • b9dc12d Disable pylint in the CI (#886)
  • b9eae5a Revert name change of zeroconf.asyncio to zeroconf.aio (#885)
  • 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)
codecov[bot] commented 3 years ago

Codecov Report

Merging #235 (41dad60) into master (bdfbcba) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #235   +/-   ##
=======================================
  Coverage   90.54%   90.54%           
=======================================
  Files          40       40           
  Lines        1745     1745           
  Branches      277      277           
=======================================
  Hits         1580     1580           
  Misses        110      110           
  Partials       55       55           
Flag Coverage Δ
unittests 90.54% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.


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 bdfbcba...41dad60. Read the comment docs.

dependabot[bot] commented 3 years ago

Superseded by #241.