[PR #217] [CLOSED] Bump zeroconf from 0.74.0 to 0.80.0 #242

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

📋 Pull Request Information

Original PR: https://github.com/kokarare1212/librespot-python/pull/217
Author: @dependabot[bot]
Created: 8/16/2023
Status: Closed

Base: mainHead: dependabot/pip/zeroconf-0.80.0


📝 Commits (1)

  • 583bafc Bump zeroconf from 0.74.0 to 0.80.0

📊 Changes

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

View changed files

📝 requirements.txt (+1 -1)

📄 Description

Bumps zeroconf from 0.74.0 to 0.80.0.

Release notes

Sourced from zeroconf's releases.

0.80.0

Feature

  • Optimize unpacking properties in ServiceInfo (#1225) (1492e41)

0.79.0

Feature

  • Refactor notify implementation to reduce overhead of adding and removing listeners (#1224) (ceb92cf)

0.78.0

Feature

  • Add cython pxd file for _listener.py to improve incoming message processing performance (#1221) (f459856)

0.77.0

Feature

  • Cythonize _listener.py to improve incoming message processing performance (#1220) (9efde8c)

0.76.0

Feature

  • Improve performance responding to queries (#1217) (69b33be)

0.75.0

Feature

  • Expose flag to disable strict name checking in service registration (#1215) (5df8a57)
  • Speed up processing incoming records (#1216) (aff625d)
Changelog

Sourced from zeroconf's changelog.

v0.80.0 (2023-08-15)

Feature

  • Optimize unpacking properties in ServiceInfo (#1225) (1492e41)

v0.79.0 (2023-08-14)

Feature

  • Refactor notify implementation to reduce overhead of adding and removing listeners (#1224) (ceb92cf)

v0.78.0 (2023-08-14)

Feature

  • Add cython pxd file for _listener.py to improve incoming message processing performance (#1221) (f459856)

v0.77.0 (2023-08-14)

Feature

  • Cythonize _listener.py to improve incoming message processing performance (#1220) (9efde8c)

v0.76.0 (2023-08-14)

Feature

  • Improve performance responding to queries (#1217) (69b33be)

v0.75.0 (2023-08-13)

Feature

  • Expose flag to disable strict name checking in service registration (#1215) (5df8a57)
  • Speed up processing incoming records (#1216) (aff625d)
Commits
  • 0c5e5cf 0.80.0
  • 1492e41 feat: optimize unpacking properties in ServiceInfo (#1225)
  • 5406f30 0.79.0
  • ceb92cf feat: refactor notify implementation to reduce overhead of adding and removin...
  • 0e96220 0.78.0
  • 13d9aa5 chore: empty commit to re-run release (#1223)
  • f459856 feat: add cython pxd file for _listener.py to improve incoming message proces...
  • 1901fb4 0.77.0
  • 9efde8c feat: cythonize _listener.py to improve incoming message processing performan...
  • f4c17eb chore: split _engine.py into _transport.py and _listener.py (#1222)
  • 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 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/217 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 8/16/2023 **Status:** ❌ Closed **Base:** `main` ← **Head:** `dependabot/pip/zeroconf-0.80.0` --- ### 📝 Commits (1) - [`583bafc`](https://github.com/kokarare1212/librespot-python/commit/583bafccf57c180730c1f163f876a33541f16972) Bump zeroconf from 0.74.0 to 0.80.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.74.0 to 0.80.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.80.0</h2> <h3>Feature</h3> <ul> <li>Optimize unpacking properties in ServiceInfo (<a href="https://redirect.github.com/python-zeroconf/python-zeroconf/issues/1225">#1225</a>) (<a href="https://github.com/python-zeroconf/python-zeroconf/commit/1492e41b3d5cba5598cc9dd6bd2bc7d238f13555"><code>1492e41</code></a>)</li> </ul> <h2>0.79.0</h2> <h3>Feature</h3> <ul> <li>Refactor notify implementation to reduce overhead of adding and removing listeners (<a href="https://redirect.github.com/python-zeroconf/python-zeroconf/issues/1224">#1224</a>) (<a href="https://github.com/python-zeroconf/python-zeroconf/commit/ceb92cfe42d885dbb38cee7aaeebf685d97627a9"><code>ceb92cf</code></a>)</li> </ul> <h2>0.78.0</h2> <h3>Feature</h3> <ul> <li>Add cython pxd file for _listener.py to improve incoming message processing performance (<a href="https://redirect.github.com/python-zeroconf/python-zeroconf/issues/1221">#1221</a>) (<a href="https://github.com/python-zeroconf/python-zeroconf/commit/f459856a0a61b8afa8a541926d7e15d51f8e4aea"><code>f459856</code></a>)</li> </ul> <h2>0.77.0</h2> <h3>Feature</h3> <ul> <li>Cythonize _listener.py to improve incoming message processing performance (<a href="https://redirect.github.com/python-zeroconf/python-zeroconf/issues/1220">#1220</a>) (<a href="https://github.com/python-zeroconf/python-zeroconf/commit/9efde8c8c1ed14c5d3c162f185b49212fcfcb5c9"><code>9efde8c</code></a>)</li> </ul> <h2>0.76.0</h2> <h3>Feature</h3> <ul> <li>Improve performance responding to queries (<a href="https://redirect.github.com/python-zeroconf/python-zeroconf/issues/1217">#1217</a>) (<a href="https://github.com/python-zeroconf/python-zeroconf/commit/69b33be3b2f9d4a27ef5154cae94afca048efffa"><code>69b33be</code></a>)</li> </ul> <h2>0.75.0</h2> <h3>Feature</h3> <ul> <li>Expose flag to disable strict name checking in service registration (<a href="https://redirect.github.com/python-zeroconf/python-zeroconf/issues/1215">#1215</a>) (<a href="https://github.com/python-zeroconf/python-zeroconf/commit/5df8a57a14d59687a3c22ea8ee063e265031e278"><code>5df8a57</code></a>)</li> <li>Speed up processing incoming records (<a href="https://redirect.github.com/python-zeroconf/python-zeroconf/issues/1216">#1216</a>) (<a href="https://github.com/python-zeroconf/python-zeroconf/commit/aff625dc6a5e816dad519644c4adac4f96980c04"><code>aff625d</code></a>)</li> </ul> </blockquote> </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.80.0 (2023-08-15)</h2> <h3>Feature</h3> <ul> <li>Optimize unpacking properties in ServiceInfo (<a href="https://redirect.github.com/python-zeroconf/python-zeroconf/issues/1225">#1225</a>) (<a href="https://github.com/python-zeroconf/python-zeroconf/commit/1492e41b3d5cba5598cc9dd6bd2bc7d238f13555"><code>1492e41</code></a>)</li> </ul> <h2>v0.79.0 (2023-08-14)</h2> <h3>Feature</h3> <ul> <li>Refactor notify implementation to reduce overhead of adding and removing listeners (<a href="https://redirect.github.com/python-zeroconf/python-zeroconf/issues/1224">#1224</a>) (<a href="https://github.com/python-zeroconf/python-zeroconf/commit/ceb92cfe42d885dbb38cee7aaeebf685d97627a9"><code>ceb92cf</code></a>)</li> </ul> <h2>v0.78.0 (2023-08-14)</h2> <h3>Feature</h3> <ul> <li>Add cython pxd file for _listener.py to improve incoming message processing performance (<a href="https://redirect.github.com/python-zeroconf/python-zeroconf/issues/1221">#1221</a>) (<a href="https://github.com/python-zeroconf/python-zeroconf/commit/f459856a0a61b8afa8a541926d7e15d51f8e4aea"><code>f459856</code></a>)</li> </ul> <h2>v0.77.0 (2023-08-14)</h2> <h3>Feature</h3> <ul> <li>Cythonize _listener.py to improve incoming message processing performance (<a href="https://redirect.github.com/python-zeroconf/python-zeroconf/issues/1220">#1220</a>) (<a href="https://github.com/python-zeroconf/python-zeroconf/commit/9efde8c8c1ed14c5d3c162f185b49212fcfcb5c9"><code>9efde8c</code></a>)</li> </ul> <h2>v0.76.0 (2023-08-14)</h2> <h3>Feature</h3> <ul> <li>Improve performance responding to queries (<a href="https://redirect.github.com/python-zeroconf/python-zeroconf/issues/1217">#1217</a>) (<a href="https://github.com/python-zeroconf/python-zeroconf/commit/69b33be3b2f9d4a27ef5154cae94afca048efffa"><code>69b33be</code></a>)</li> </ul> <h2>v0.75.0 (2023-08-13)</h2> <h3>Feature</h3> <ul> <li>Expose flag to disable strict name checking in service registration (<a href="https://redirect.github.com/python-zeroconf/python-zeroconf/issues/1215">#1215</a>) (<a href="https://github.com/python-zeroconf/python-zeroconf/commit/5df8a57a14d59687a3c22ea8ee063e265031e278"><code>5df8a57</code></a>)</li> <li>Speed up processing incoming records (<a href="https://redirect.github.com/python-zeroconf/python-zeroconf/issues/1216">#1216</a>) (<a href="https://github.com/python-zeroconf/python-zeroconf/commit/aff625dc6a5e816dad519644c4adac4f96980c04"><code>aff625d</code></a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/python-zeroconf/python-zeroconf/commit/0c5e5cf363ae3a2dabd8da6e193c9e6726725b61"><code>0c5e5cf</code></a> 0.80.0</li> <li><a href="https://github.com/python-zeroconf/python-zeroconf/commit/1492e41b3d5cba5598cc9dd6bd2bc7d238f13555"><code>1492e41</code></a> feat: optimize unpacking properties in ServiceInfo (<a href="https://redirect.github.com/python-zeroconf/python-zeroconf/issues/1225">#1225</a>)</li> <li><a href="https://github.com/python-zeroconf/python-zeroconf/commit/5406f30a32f8efc8de15da70f9e61be8bb893163"><code>5406f30</code></a> 0.79.0</li> <li><a href="https://github.com/python-zeroconf/python-zeroconf/commit/ceb92cfe42d885dbb38cee7aaeebf685d97627a9"><code>ceb92cf</code></a> feat: refactor notify implementation to reduce overhead of adding and removin...</li> <li><a href="https://github.com/python-zeroconf/python-zeroconf/commit/0e962201facea2f022bb21d292d17c700c4dbf92"><code>0e96220</code></a> 0.78.0</li> <li><a href="https://github.com/python-zeroconf/python-zeroconf/commit/13d9aa5815b1b5a03000de2aaa62d106fe5e26a0"><code>13d9aa5</code></a> chore: empty commit to re-run release (<a href="https://redirect.github.com/python-zeroconf/python-zeroconf/issues/1223">#1223</a>)</li> <li><a href="https://github.com/python-zeroconf/python-zeroconf/commit/f459856a0a61b8afa8a541926d7e15d51f8e4aea"><code>f459856</code></a> feat: add cython pxd file for _listener.py to improve incoming message proces...</li> <li><a href="https://github.com/python-zeroconf/python-zeroconf/commit/1901fb45b06ad2534e9455e50a44cd6608629ad9"><code>1901fb4</code></a> 0.77.0</li> <li><a href="https://github.com/python-zeroconf/python-zeroconf/commit/9efde8c8c1ed14c5d3c162f185b49212fcfcb5c9"><code>9efde8c</code></a> feat: cythonize _listener.py to improve incoming message processing performan...</li> <li><a href="https://github.com/python-zeroconf/python-zeroconf/commit/f4c17ebc5109afab2afd5432e372c77ec7b673c8"><code>f4c17eb</code></a> chore: split _engine.py into _transport.py and _listener.py (<a href="https://redirect.github.com/python-zeroconf/python-zeroconf/issues/1222">#1222</a>)</li> <li>Additional commits viewable in <a href="https://github.com/python-zeroconf/python-zeroconf/compare/0.74.0...0.80.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.74.0&new-version=0.80.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:26 +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#242
No description provided.