[PR #126] [MERGED] Bump zeroconf from 0.38.4 to 0.38.5 #175

Closed
opened 2026-02-27 08:12:12 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/kokarare1212/librespot-python/pull/126
Author: @dependabot[bot]
Created: 5/2/2022
Status: Merged
Merged: 5/7/2022
Merged by: @kokarare1212

Base: rewriteHead: dependabot/pip/zeroconf-0.38.5


📝 Commits (1)

  • ef9dcc0 Bump zeroconf from 0.38.4 to 0.38.5

📊 Changes

1 file changed (+1 additions, -1 deletions)

View changed files

📝 requirements.txt (+1 -1)

📄 Description

Bumps zeroconf from 0.38.4 to 0.38.5.

Release notes

Sourced from zeroconf's releases.

0.38.5

  • Fix ServiceBrowsers not getting ServiceStateChange.Removed callbacks on PTR record expire (#1064) @​bdraco

    ServiceBrowsers were only getting a ServiceStateChange.Removed callback when the record was sent with a TTL of 0. ServiceBrowsers now correctly get a ServiceStateChange.Removed callback when the record expires as well.

  • Fix missing minimum version of python 3.7 (#1060) @​stevencrader

Commits

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)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/kokarare1212/librespot-python/pull/126 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 5/2/2022 **Status:** ✅ Merged **Merged:** 5/7/2022 **Merged by:** [@kokarare1212](https://github.com/kokarare1212) **Base:** `rewrite` ← **Head:** `dependabot/pip/zeroconf-0.38.5` --- ### 📝 Commits (1) - [`ef9dcc0`](https://github.com/kokarare1212/librespot-python/commit/ef9dcc0f3a4f2d318dae15373b8a413d1691791f) Bump zeroconf from 0.38.4 to 0.38.5 ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `requirements.txt` (+1 -1) </details> ### 📄 Description Bumps [zeroconf](https://github.com/jstasiak/python-zeroconf) from 0.38.4 to 0.38.5. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/jstasiak/python-zeroconf/releases">zeroconf's releases</a>.</em></p> <blockquote> <h2>0.38.5</h2> <ul> <li> <p>Fix ServiceBrowsers not getting ServiceStateChange.Removed callbacks on PTR record expire (<a href="https://github-redirect.dependabot.com/jstasiak/python-zeroconf/issues/1064">#1064</a>) <a href="https://github.com/bdraco"><code>@​bdraco</code></a></p> <p>ServiceBrowsers were only getting a <code>ServiceStateChange.Removed</code> callback when the record was sent with a TTL of 0. ServiceBrowsers now correctly get a <code>ServiceStateChange.Removed</code> callback when the record expires as well.</p> </li> <li> <p>Fix missing minimum version of python 3.7 (<a href="https://github-redirect.dependabot.com/jstasiak/python-zeroconf/issues/1060">#1060</a>) <a href="https://github.com/stevencrader"><code>@​stevencrader</code></a></p> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/jstasiak/python-zeroconf/commit/3c5538899b8974e99c9a279ce3ac46971ab5d91c"><code>3c55388</code></a> Bump version: 0.38.4 → 0.38.5</li> <li><a href="https://github.com/jstasiak/python-zeroconf/commit/ae3635b9ee73edeaabe2cbc027b8fb8bd7cd97da"><code>ae3635b</code></a> Update changelog for 0.38.5 (<a href="https://github-redirect.dependabot.com/jstasiak/python-zeroconf/issues/1066">#1066</a>)</li> <li><a href="https://github.com/jstasiak/python-zeroconf/commit/10ee2053a80f7c7221b4fa1475d66b01abd21b11"><code>10ee205</code></a> Fix ServiceBrowsers not getting <code>ServiceStateChange.Removed</code> callbacks on PTR...</li> <li><a href="https://github.com/jstasiak/python-zeroconf/commit/31662b7a0bba65bea1fbfc09c70cd2970160c5c6"><code>31662b7</code></a> Fix ci trying to run mypy on pypy (<a href="https://github-redirect.dependabot.com/jstasiak/python-zeroconf/issues/1065">#1065</a>)</li> <li><a href="https://github.com/jstasiak/python-zeroconf/commit/6e842f238b3e1f3b738ed058e0fa4068115f041b"><code>6e842f2</code></a> Force minimum version of 3.7 and update example (<a href="https://github-redirect.dependabot.com/jstasiak/python-zeroconf/issues/1060">#1060</a>)</li> <li><a href="https://github.com/jstasiak/python-zeroconf/commit/e9d25f7749778979b7449464153163587583bf8d"><code>e9d25f7</code></a> Fix mypy error in zeroconf._service.info (<a href="https://github-redirect.dependabot.com/jstasiak/python-zeroconf/issues/1062">#1062</a>)</li> <li><a href="https://github.com/jstasiak/python-zeroconf/commit/6c451f64e7cbeaa0bb77f66790936afda2d058ef"><code>6c451f6</code></a> Refactor to fix mypy error (<a href="https://github-redirect.dependabot.com/jstasiak/python-zeroconf/issues/1061">#1061</a>)</li> <li>See full diff in <a href="https://github.com/jstasiak/python-zeroconf/compare/0.38.4...0.38.5">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=zeroconf&package-manager=pip&previous-version=0.38.4&new-version=0.38.5)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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) </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 08:12:12 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/librespot-python-kokarare1212#175
No description provided.