[PR #220] [CLOSED] Bump zeroconf from 0.74.0 to 0.86.0 #245

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

📋 Pull Request Information

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

Base: mainHead: dependabot/pip/zeroconf-0.86.0


📝 Commits (1)

  • a3bc49f Bump zeroconf from 0.74.0 to 0.86.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.86.0.

Release notes

Sourced from zeroconf's releases.

0.86.0

Feature

0.85.0

Feature

0.84.0

Feature

  • Context managers in ServiceBrowser and AsyncServiceBrowser (#1233) (bd8d846)

0.83.1

Fix

0.83.0

Feature

  • Speed up question and answer history with a cython pxd (#1234) (703ecb2)

0.82.1

Fix

  • Build failures with older cython 0.29 series (#1232) (30c3ad9)

0.82.0

Feature

  • Optimize processing of records in RecordUpdateListener subclasses (#1231) (3e89294)

0.81.0

Feature

  • Speed up the service registry with a cython pxd (#1226) (47d3c7a)
  • Optimizing sending answers to questions (#1227) (cd7b56b)

0.80.0

Feature

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

0.79.0

Feature

... (truncated)

Changelog

Sourced from zeroconf's changelog.

v0.86.0 (2023-08-28)

Feature

v0.85.0 (2023-08-27)

Feature

v0.84.0 (2023-08-27)

Feature

  • Context managers in ServiceBrowser and AsyncServiceBrowser (#1233) (bd8d846)

v0.83.1 (2023-08-27)

Fix

v0.83.0 (2023-08-26)

Feature

  • Speed up question and answer history with a cython pxd (#1234) (703ecb2)

v0.82.1 (2023-08-22)

Fix

  • Build failures with older cython 0.29 series (#1232) (30c3ad9)

v0.82.0 (2023-08-22)

Feature

  • Optimize processing of records in RecordUpdateListener subclasses (#1231) (3e89294)

v0.81.0 (2023-08-22)

Feature

  • Speed up the service registry with a cython pxd (#1226) (47d3c7a)
  • Optimizing sending answers to questions (#1227) (cd7b56b)

... (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/220 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 8/28/2023 **Status:** ❌ Closed **Base:** `main` ← **Head:** `dependabot/pip/zeroconf-0.86.0` --- ### 📝 Commits (1) - [`a3bc49f`](https://github.com/kokarare1212/librespot-python/commit/a3bc49f19ee04fc16246ac9a97c9b944cb4f0cfb) Bump zeroconf from 0.74.0 to 0.86.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.86.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.86.0</h2> <h3>Feature</h3> <ul> <li>Build wheels for cpython 3.12 (<a href="https://redirect.github.com/python-zeroconf/python-zeroconf/issues/1239">#1239</a>) (<a href="https://github.com/python-zeroconf/python-zeroconf/commit/58bc154f55b06b4ddfc4a141592488abe76f062a"><code>58bc154</code></a>)</li> <li>Use server_key when processing DNSService records (<a href="https://redirect.github.com/python-zeroconf/python-zeroconf/issues/1238">#1238</a>) (<a href="https://github.com/python-zeroconf/python-zeroconf/commit/cc8feb110fefc3fb714fd482a52f16e2b620e8c4"><code>cc8feb1</code></a>)</li> </ul> <h2>0.85.0</h2> <h3>Feature</h3> <ul> <li>Simplify code to unpack properties (<a href="https://redirect.github.com/python-zeroconf/python-zeroconf/issues/1237">#1237</a>) (<a href="https://github.com/python-zeroconf/python-zeroconf/commit/68d99985a0e9d2c72ff670b2e2af92271a6fe934"><code>68d9998</code></a>)</li> </ul> <h2>0.84.0</h2> <h3>Feature</h3> <ul> <li>Context managers in ServiceBrowser and AsyncServiceBrowser (<a href="https://redirect.github.com/python-zeroconf/python-zeroconf/issues/1233">#1233</a>) (<a href="https://github.com/python-zeroconf/python-zeroconf/commit/bd8d8467dec2a39a0b525043ea1051259100fded"><code>bd8d846</code></a>)</li> </ul> <h2>0.83.1</h2> <h3>Fix</h3> <ul> <li>Rebuild wheels with cython 3.0.2 (<a href="https://redirect.github.com/python-zeroconf/python-zeroconf/issues/1236">#1236</a>) (<a href="https://github.com/python-zeroconf/python-zeroconf/commit/dd637fb2e5a87ba283750e69d116e124bef54e7c"><code>dd637fb</code></a>)</li> </ul> <h2>0.83.0</h2> <h3>Feature</h3> <ul> <li>Speed up question and answer history with a cython pxd (<a href="https://redirect.github.com/python-zeroconf/python-zeroconf/issues/1234">#1234</a>) (<a href="https://github.com/python-zeroconf/python-zeroconf/commit/703ecb2901b2150fb72fac3deed61d7302561298"><code>703ecb2</code></a>)</li> </ul> <h2>0.82.1</h2> <h3>Fix</h3> <ul> <li>Build failures with older cython 0.29 series (<a href="https://redirect.github.com/python-zeroconf/python-zeroconf/issues/1232">#1232</a>) (<a href="https://github.com/python-zeroconf/python-zeroconf/commit/30c3ad9d1bc6b589e1ca6675fea21907ebcd1ced"><code>30c3ad9</code></a>)</li> </ul> <h2>0.82.0</h2> <h3>Feature</h3> <ul> <li>Optimize processing of records in RecordUpdateListener subclasses (<a href="https://redirect.github.com/python-zeroconf/python-zeroconf/issues/1231">#1231</a>) (<a href="https://github.com/python-zeroconf/python-zeroconf/commit/3e89294ea0ecee1122e1c1ffdc78925add8ca40e"><code>3e89294</code></a>)</li> </ul> <h2>0.81.0</h2> <h3>Feature</h3> <ul> <li>Speed up the service registry with a cython pxd (<a href="https://redirect.github.com/python-zeroconf/python-zeroconf/issues/1226">#1226</a>) (<a href="https://github.com/python-zeroconf/python-zeroconf/commit/47d3c7ad4bc5f2247631c3ad5e6b6156d45a0a4e"><code>47d3c7a</code></a>)</li> <li>Optimizing sending answers to questions (<a href="https://redirect.github.com/python-zeroconf/python-zeroconf/issues/1227">#1227</a>) (<a href="https://github.com/python-zeroconf/python-zeroconf/commit/cd7b56b2aa0c8ee429da430e9a36abd515512011"><code>cd7b56b</code></a>)</li> </ul> <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> <!-- 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.86.0 (2023-08-28)</h2> <h3>Feature</h3> <ul> <li>Build wheels for cpython 3.12 (<a href="https://redirect.github.com/python-zeroconf/python-zeroconf/issues/1239">#1239</a>) (<a href="https://github.com/python-zeroconf/python-zeroconf/commit/58bc154f55b06b4ddfc4a141592488abe76f062a"><code>58bc154</code></a>)</li> <li>Use server_key when processing DNSService records (<a href="https://redirect.github.com/python-zeroconf/python-zeroconf/issues/1238">#1238</a>) (<a href="https://github.com/python-zeroconf/python-zeroconf/commit/cc8feb110fefc3fb714fd482a52f16e2b620e8c4"><code>cc8feb1</code></a>)</li> </ul> <h2>v0.85.0 (2023-08-27)</h2> <h3>Feature</h3> <ul> <li>Simplify code to unpack properties (<a href="https://redirect.github.com/python-zeroconf/python-zeroconf/issues/1237">#1237</a>) (<a href="https://github.com/python-zeroconf/python-zeroconf/commit/68d99985a0e9d2c72ff670b2e2af92271a6fe934"><code>68d9998</code></a>)</li> </ul> <h2>v0.84.0 (2023-08-27)</h2> <h3>Feature</h3> <ul> <li>Context managers in ServiceBrowser and AsyncServiceBrowser (<a href="https://redirect.github.com/python-zeroconf/python-zeroconf/issues/1233">#1233</a>) (<a href="https://github.com/python-zeroconf/python-zeroconf/commit/bd8d8467dec2a39a0b525043ea1051259100fded"><code>bd8d846</code></a>)</li> </ul> <h2>v0.83.1 (2023-08-27)</h2> <h3>Fix</h3> <ul> <li>Rebuild wheels with cython 3.0.2 (<a href="https://redirect.github.com/python-zeroconf/python-zeroconf/issues/1236">#1236</a>) (<a href="https://github.com/python-zeroconf/python-zeroconf/commit/dd637fb2e5a87ba283750e69d116e124bef54e7c"><code>dd637fb</code></a>)</li> </ul> <h2>v0.83.0 (2023-08-26)</h2> <h3>Feature</h3> <ul> <li>Speed up question and answer history with a cython pxd (<a href="https://redirect.github.com/python-zeroconf/python-zeroconf/issues/1234">#1234</a>) (<a href="https://github.com/python-zeroconf/python-zeroconf/commit/703ecb2901b2150fb72fac3deed61d7302561298"><code>703ecb2</code></a>)</li> </ul> <h2>v0.82.1 (2023-08-22)</h2> <h3>Fix</h3> <ul> <li>Build failures with older cython 0.29 series (<a href="https://redirect.github.com/python-zeroconf/python-zeroconf/issues/1232">#1232</a>) (<a href="https://github.com/python-zeroconf/python-zeroconf/commit/30c3ad9d1bc6b589e1ca6675fea21907ebcd1ced"><code>30c3ad9</code></a>)</li> </ul> <h2>v0.82.0 (2023-08-22)</h2> <h3>Feature</h3> <ul> <li>Optimize processing of records in RecordUpdateListener subclasses (<a href="https://redirect.github.com/python-zeroconf/python-zeroconf/issues/1231">#1231</a>) (<a href="https://github.com/python-zeroconf/python-zeroconf/commit/3e89294ea0ecee1122e1c1ffdc78925add8ca40e"><code>3e89294</code></a>)</li> </ul> <h2>v0.81.0 (2023-08-22)</h2> <h3>Feature</h3> <ul> <li>Speed up the service registry with a cython pxd (<a href="https://redirect.github.com/python-zeroconf/python-zeroconf/issues/1226">#1226</a>) (<a href="https://github.com/python-zeroconf/python-zeroconf/commit/47d3c7ad4bc5f2247631c3ad5e6b6156d45a0a4e"><code>47d3c7a</code></a>)</li> <li>Optimizing sending answers to questions (<a href="https://redirect.github.com/python-zeroconf/python-zeroconf/issues/1227">#1227</a>) (<a href="https://github.com/python-zeroconf/python-zeroconf/commit/cd7b56b2aa0c8ee429da430e9a36abd515512011"><code>cd7b56b</code></a>)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/python-zeroconf/python-zeroconf/commit/b88c8dd51784c93ba928f522b14ec53ec5c57f1c"><code>b88c8dd</code></a> 0.86.0</li> <li><a href="https://github.com/python-zeroconf/python-zeroconf/commit/58bc154f55b06b4ddfc4a141592488abe76f062a"><code>58bc154</code></a> feat: build wheels for cpython 3.12 (<a href="https://redirect.github.com/python-zeroconf/python-zeroconf/issues/1239">#1239</a>)</li> <li><a href="https://github.com/python-zeroconf/python-zeroconf/commit/cc8feb110fefc3fb714fd482a52f16e2b620e8c4"><code>cc8feb1</code></a> feat: use server_key when processing DNSService records (<a href="https://redirect.github.com/python-zeroconf/python-zeroconf/issues/1238">#1238</a>)</li> <li><a href="https://github.com/python-zeroconf/python-zeroconf/commit/55f719dbf9288c5b809e78560e468e1cf686cb11"><code>55f719d</code></a> 0.85.0</li> <li><a href="https://github.com/python-zeroconf/python-zeroconf/commit/68d99985a0e9d2c72ff670b2e2af92271a6fe934"><code>68d9998</code></a> feat: simplify code to unpack properties (<a href="https://redirect.github.com/python-zeroconf/python-zeroconf/issues/1237">#1237</a>)</li> <li><a href="https://github.com/python-zeroconf/python-zeroconf/commit/a78ea54fe6ccf8e4941facc85168496f66922533"><code>a78ea54</code></a> 0.84.0</li> <li><a href="https://github.com/python-zeroconf/python-zeroconf/commit/bd8d8467dec2a39a0b525043ea1051259100fded"><code>bd8d846</code></a> feat: context managers in ServiceBrowser and AsyncServiceBrowser (<a href="https://redirect.github.com/python-zeroconf/python-zeroconf/issues/1233">#1233</a>)</li> <li><a href="https://github.com/python-zeroconf/python-zeroconf/commit/041549c7f55503259e30b2f4725bee3ef2c6921e"><code>041549c</code></a> 0.83.1</li> <li><a href="https://github.com/python-zeroconf/python-zeroconf/commit/dd637fb2e5a87ba283750e69d116e124bef54e7c"><code>dd637fb</code></a> fix: rebuild wheels with cython 3.0.2 (<a href="https://redirect.github.com/python-zeroconf/python-zeroconf/issues/1236">#1236</a>)</li> <li><a href="https://github.com/python-zeroconf/python-zeroconf/commit/bfb3fe2bc36262fe2922028d9ce44c6d2f76f829"><code>bfb3fe2</code></a> 0.83.0</li> <li>Additional commits viewable in <a href="https://github.com/python-zeroconf/python-zeroconf/compare/0.74.0...0.86.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.86.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:27 +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#245
No description provided.