[PR #229] [MERGED] Bump zeroconf from 0.97.0 to 0.108.0 #253

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

📋 Pull Request Information

Original PR: https://github.com/kokarare1212/librespot-python/pull/229
Author: @dependabot[bot]
Created: 9/12/2023
Status: Merged
Merged: 9/14/2023
Merged by: @kokarare1212

Base: mainHead: dependabot/pip/zeroconf-0.108.0


📝 Commits (1)

  • b301bb1 Bump zeroconf from 0.97.0 to 0.108.0

📊 Changes

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

View changed files

📝 requirements.txt (+1 -1)

📄 Description

Bumps zeroconf from 0.97.0 to 0.108.0.

Release notes

Sourced from zeroconf's releases.

0.108.0

Feature

  • Improve performance of constructing outgoing queries (#1267) (00c439a)

0.107.0

Feature

0.106.0

Feature

0.105.0

Feature

0.104.0

Feature

0.103.0

Feature

  • Avoid calling get_running_loop when resolving ServiceInfo (#1261) (33a2714)

0.102.0

Feature

  • Significantly speed up writing outgoing dns records (#1260) (bf2f366)

0.101.0

Feature

0.100.0

Feature

  • Small speed up to writing outgoing dns records (#1258) (1ed6bd2)

0.99.0

Feature

  • Reduce IP Address parsing overhead in ServiceInfo (#1257) (83d0b7f)

... (truncated)

Changelog

Sourced from zeroconf's changelog.

v0.108.0 (2023-09-11)

Feature

  • Improve performance of constructing outgoing queries (#1267) (00c439a)

v0.107.0 (2023-09-11)

Feature

v0.106.0 (2023-09-11)

Feature

v0.105.0 (2023-09-10)

Feature

v0.104.0 (2023-09-10)

Feature

v0.103.0 (2023-09-09)

Feature

  • Avoid calling get_running_loop when resolving ServiceInfo (#1261) (33a2714)

v0.102.0 (2023-09-07)

Feature

  • Significantly speed up writing outgoing dns records (#1260) (bf2f366)

v0.101.0 (2023-09-07)

Feature

v0.100.0 (2023-09-07)

... (truncated)

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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/229 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 9/12/2023 **Status:** ✅ Merged **Merged:** 9/14/2023 **Merged by:** [@kokarare1212](https://github.com/kokarare1212) **Base:** `main` ← **Head:** `dependabot/pip/zeroconf-0.108.0` --- ### 📝 Commits (1) - [`b301bb1`](https://github.com/kokarare1212/librespot-python/commit/b301bb123197622bfb35a830b6aeee6b35fe9d4b) Bump zeroconf from 0.97.0 to 0.108.0 ### 📊 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/python-zeroconf/python-zeroconf) from 0.97.0 to 0.108.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/python-zeroconf/python-zeroconf/releases">zeroconf's releases</a>.</em></p> <blockquote> <h2>0.108.0</h2> <h3>Feature</h3> <ul> <li>Improve performance of constructing outgoing queries (<a href="https://redirect.github.com/python-zeroconf/python-zeroconf/issues/1267">#1267</a>) (<a href="https://github.com/python-zeroconf/python-zeroconf/commit/00c439a6400b7850ef9fdd75bc8d82d4e64b1da0"><code>00c439a</code></a>)</li> </ul> <h2>0.107.0</h2> <h3>Feature</h3> <ul> <li>Speed up responding to queries (<a href="https://redirect.github.com/python-zeroconf/python-zeroconf/issues/1266">#1266</a>) (<a href="https://github.com/python-zeroconf/python-zeroconf/commit/24a0a00b3e457979e279a2eeadc8fad2ab09e125"><code>24a0a00</code></a>)</li> </ul> <h2>0.106.0</h2> <h3>Feature</h3> <ul> <li>Speed up answering questions (<a href="https://redirect.github.com/python-zeroconf/python-zeroconf/issues/1265">#1265</a>) (<a href="https://github.com/python-zeroconf/python-zeroconf/commit/37bfaf2f630358e8c68652f3b3120931a6f94910"><code>37bfaf2</code></a>)</li> </ul> <h2>0.105.0</h2> <h3>Feature</h3> <ul> <li>Speed up ServiceInfo with a cython pxd (<a href="https://redirect.github.com/python-zeroconf/python-zeroconf/issues/1264">#1264</a>) (<a href="https://github.com/python-zeroconf/python-zeroconf/commit/7ca690ac3fa75e7474d3412944bbd5056cb313dd"><code>7ca690a</code></a>)</li> </ul> <h2>0.104.0</h2> <h3>Feature</h3> <ul> <li>Speed up generating answers (<a href="https://redirect.github.com/python-zeroconf/python-zeroconf/issues/1262">#1262</a>) (<a href="https://github.com/python-zeroconf/python-zeroconf/commit/50a8f066b6ab90bc9e3300f81cf9332550b720df"><code>50a8f06</code></a>)</li> </ul> <h2>0.103.0</h2> <h3>Feature</h3> <ul> <li>Avoid calling get_running_loop when resolving ServiceInfo (<a href="https://redirect.github.com/python-zeroconf/python-zeroconf/issues/1261">#1261</a>) (<a href="https://github.com/python-zeroconf/python-zeroconf/commit/33a2714cadff96edf016b869cc63b0661d16ef2c"><code>33a2714</code></a>)</li> </ul> <h2>0.102.0</h2> <h3>Feature</h3> <ul> <li>Significantly speed up writing outgoing dns records (<a href="https://redirect.github.com/python-zeroconf/python-zeroconf/issues/1260">#1260</a>) (<a href="https://github.com/python-zeroconf/python-zeroconf/commit/bf2f3660a1f341e50ab0ae586dfbacbc5ddcc077"><code>bf2f366</code></a>)</li> </ul> <h2>0.101.0</h2> <h3>Feature</h3> <ul> <li>Speed up writing outgoing dns records (<a href="https://redirect.github.com/python-zeroconf/python-zeroconf/issues/1259">#1259</a>) (<a href="https://github.com/python-zeroconf/python-zeroconf/commit/248655f0276223b089373c70ec13a0385dfaa4d6"><code>248655f</code></a>)</li> </ul> <h2>0.100.0</h2> <h3>Feature</h3> <ul> <li>Small speed up to writing outgoing dns records (<a href="https://redirect.github.com/python-zeroconf/python-zeroconf/issues/1258">#1258</a>) (<a href="https://github.com/python-zeroconf/python-zeroconf/commit/1ed6bd2ec4db0612b71384f923ffff1efd3ce878"><code>1ed6bd2</code></a>)</li> </ul> <h2>0.99.0</h2> <h3>Feature</h3> <ul> <li>Reduce IP Address parsing overhead in ServiceInfo (<a href="https://redirect.github.com/python-zeroconf/python-zeroconf/issues/1257">#1257</a>) (<a href="https://github.com/python-zeroconf/python-zeroconf/commit/83d0b7fda2eb09c9c6e18b85f329d1ddc701e3fb"><code>83d0b7f</code></a>)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/python-zeroconf/python-zeroconf/blob/master/CHANGELOG.md">zeroconf's changelog</a>.</em></p> <blockquote> <h2>v0.108.0 (2023-09-11)</h2> <h3>Feature</h3> <ul> <li>Improve performance of constructing outgoing queries (<a href="https://redirect.github.com/python-zeroconf/python-zeroconf/issues/1267">#1267</a>) (<a href="https://github.com/python-zeroconf/python-zeroconf/commit/00c439a6400b7850ef9fdd75bc8d82d4e64b1da0"><code>00c439a</code></a>)</li> </ul> <h2>v0.107.0 (2023-09-11)</h2> <h3>Feature</h3> <ul> <li>Speed up responding to queries (<a href="https://redirect.github.com/python-zeroconf/python-zeroconf/issues/1266">#1266</a>) (<a href="https://github.com/python-zeroconf/python-zeroconf/commit/24a0a00b3e457979e279a2eeadc8fad2ab09e125"><code>24a0a00</code></a>)</li> </ul> <h2>v0.106.0 (2023-09-11)</h2> <h3>Feature</h3> <ul> <li>Speed up answering questions (<a href="https://redirect.github.com/python-zeroconf/python-zeroconf/issues/1265">#1265</a>) (<a href="https://github.com/python-zeroconf/python-zeroconf/commit/37bfaf2f630358e8c68652f3b3120931a6f94910"><code>37bfaf2</code></a>)</li> </ul> <h2>v0.105.0 (2023-09-10)</h2> <h3>Feature</h3> <ul> <li>Speed up ServiceInfo with a cython pxd (<a href="https://redirect.github.com/python-zeroconf/python-zeroconf/issues/1264">#1264</a>) (<a href="https://github.com/python-zeroconf/python-zeroconf/commit/7ca690ac3fa75e7474d3412944bbd5056cb313dd"><code>7ca690a</code></a>)</li> </ul> <h2>v0.104.0 (2023-09-10)</h2> <h3>Feature</h3> <ul> <li>Speed up generating answers (<a href="https://redirect.github.com/python-zeroconf/python-zeroconf/issues/1262">#1262</a>) (<a href="https://github.com/python-zeroconf/python-zeroconf/commit/50a8f066b6ab90bc9e3300f81cf9332550b720df"><code>50a8f06</code></a>)</li> </ul> <h2>v0.103.0 (2023-09-09)</h2> <h3>Feature</h3> <ul> <li>Avoid calling get_running_loop when resolving ServiceInfo (<a href="https://redirect.github.com/python-zeroconf/python-zeroconf/issues/1261">#1261</a>) (<a href="https://github.com/python-zeroconf/python-zeroconf/commit/33a2714cadff96edf016b869cc63b0661d16ef2c"><code>33a2714</code></a>)</li> </ul> <h2>v0.102.0 (2023-09-07)</h2> <h3>Feature</h3> <ul> <li>Significantly speed up writing outgoing dns records (<a href="https://redirect.github.com/python-zeroconf/python-zeroconf/issues/1260">#1260</a>) (<a href="https://github.com/python-zeroconf/python-zeroconf/commit/bf2f3660a1f341e50ab0ae586dfbacbc5ddcc077"><code>bf2f366</code></a>)</li> </ul> <h2>v0.101.0 (2023-09-07)</h2> <h3>Feature</h3> <ul> <li>Speed up writing outgoing dns records (<a href="https://redirect.github.com/python-zeroconf/python-zeroconf/issues/1259">#1259</a>) (<a href="https://github.com/python-zeroconf/python-zeroconf/commit/248655f0276223b089373c70ec13a0385dfaa4d6"><code>248655f</code></a>)</li> </ul> <h2>v0.100.0 (2023-09-07)</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/python-zeroconf/python-zeroconf/commit/c88530bc808dbaf9aff83044938469da7b999278"><code>c88530b</code></a> 0.108.0</li> <li><a href="https://github.com/python-zeroconf/python-zeroconf/commit/00c439a6400b7850ef9fdd75bc8d82d4e64b1da0"><code>00c439a</code></a> feat: improve performance of constructing outgoing queries (<a href="https://redirect.github.com/python-zeroconf/python-zeroconf/issues/1267">#1267</a>)</li> <li><a href="https://github.com/python-zeroconf/python-zeroconf/commit/aed63911f6da0c61165bce79518e6e3f54cb9929"><code>aed6391</code></a> chore: bump cpython to 3.12rc2 in the CI (<a href="https://redirect.github.com/python-zeroconf/python-zeroconf/issues/1269">#1269</a>)</li> <li><a href="https://github.com/python-zeroconf/python-zeroconf/commit/49d3b0c656db3dfd8ff5b9d6385a22fd64c8a327"><code>49d3b0c</code></a> 0.107.0</li> <li><a href="https://github.com/python-zeroconf/python-zeroconf/commit/24a0a00b3e457979e279a2eeadc8fad2ab09e125"><code>24a0a00</code></a> feat: speed up responding to queries (<a href="https://redirect.github.com/python-zeroconf/python-zeroconf/issues/1266">#1266</a>)</li> <li><a href="https://github.com/python-zeroconf/python-zeroconf/commit/f38cf555f70f3d4c27f442b0db6eb8452603dbfb"><code>f38cf55</code></a> 0.106.0</li> <li><a href="https://github.com/python-zeroconf/python-zeroconf/commit/37bfaf2f630358e8c68652f3b3120931a6f94910"><code>37bfaf2</code></a> feat: speed up answering questions (<a href="https://redirect.github.com/python-zeroconf/python-zeroconf/issues/1265">#1265</a>)</li> <li><a href="https://github.com/python-zeroconf/python-zeroconf/commit/eef99c7e632a112dd034d7e5257cdc0aa514f472"><code>eef99c7</code></a> 0.105.0</li> <li><a href="https://github.com/python-zeroconf/python-zeroconf/commit/7ca690ac3fa75e7474d3412944bbd5056cb313dd"><code>7ca690a</code></a> feat: speed up ServiceInfo with a cython pxd (<a href="https://redirect.github.com/python-zeroconf/python-zeroconf/issues/1264">#1264</a>)</li> <li><a href="https://github.com/python-zeroconf/python-zeroconf/commit/6bf5d95a75ef7998f4b846b700bb160bc1c28300"><code>6bf5d95</code></a> chore: prepare ServiceInfo base class RecordUpdateListener for cython (<a href="https://redirect.github.com/python-zeroconf/python-zeroconf/issues/1263">#1263</a>)</li> <li>Additional commits viewable in <a href="https://github.com/python-zeroconf/python-zeroconf/compare/0.97.0...0.108.0">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.97.0&new-version=0.108.0)](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 show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@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:29 +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#253
No description provided.