[PR #221] [CLOSED] Bump zeroconf from 0.74.0 to 0.88.0 #247

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/221
Author: @dependabot[bot]
Created: 8/29/2023
Status: Closed

Base: mainHead: dependabot/pip/zeroconf-0.88.0


📝 Commits (1)

  • 0f55453 Bump zeroconf from 0.74.0 to 0.88.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.88.0.

Release notes

Sourced from zeroconf's releases.

0.88.0

Feature

  • Speed up RecordManager with additional cython defs (#1242) (5a76fc5)

0.87.0

Feature

  • Improve performance by adding cython pxd for RecordManager (#1241) (a7dad3d)

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)

... (truncated)

Changelog

Sourced from zeroconf's changelog.

v0.88.0 (2023-08-29)

Feature

  • Speed up RecordManager with additional cython defs (#1242) (5a76fc5)

v0.87.0 (2023-08-29)

Feature

  • Improve performance by adding cython pxd for RecordManager (#1241) (a7dad3d)

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)

... (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/221 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 8/29/2023 **Status:** ❌ Closed **Base:** `main` ← **Head:** `dependabot/pip/zeroconf-0.88.0` --- ### 📝 Commits (1) - [`0f55453`](https://github.com/kokarare1212/librespot-python/commit/0f55453246e2647386b1b0a7345f06e1ba0c1caa) Bump zeroconf from 0.74.0 to 0.88.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.88.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.88.0</h2> <h3>Feature</h3> <ul> <li>Speed up RecordManager with additional cython defs (<a href="https://redirect.github.com/python-zeroconf/python-zeroconf/issues/1242">#1242</a>) (<a href="https://github.com/python-zeroconf/python-zeroconf/commit/5a76fc5ff74f2941ffbf7570e45390f35e0b7e01"><code>5a76fc5</code></a>)</li> </ul> <h2>0.87.0</h2> <h3>Feature</h3> <ul> <li>Improve performance by adding cython pxd for RecordManager (<a href="https://redirect.github.com/python-zeroconf/python-zeroconf/issues/1241">#1241</a>) (<a href="https://github.com/python-zeroconf/python-zeroconf/commit/a7dad3d9743586f352e21eea1e129c6875f9a713"><code>a7dad3d</code></a>)</li> </ul> <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> </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.88.0 (2023-08-29)</h2> <h3>Feature</h3> <ul> <li>Speed up RecordManager with additional cython defs (<a href="https://redirect.github.com/python-zeroconf/python-zeroconf/issues/1242">#1242</a>) (<a href="https://github.com/python-zeroconf/python-zeroconf/commit/5a76fc5ff74f2941ffbf7570e45390f35e0b7e01"><code>5a76fc5</code></a>)</li> </ul> <h2>v0.87.0 (2023-08-29)</h2> <h3>Feature</h3> <ul> <li>Improve performance by adding cython pxd for RecordManager (<a href="https://redirect.github.com/python-zeroconf/python-zeroconf/issues/1241">#1241</a>) (<a href="https://github.com/python-zeroconf/python-zeroconf/commit/a7dad3d9743586f352e21eea1e129c6875f9a713"><code>a7dad3d</code></a>)</li> </ul> <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> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/python-zeroconf/python-zeroconf/commit/a3e98cb77baeddb5098e669b852a9ad951fd2506"><code>a3e98cb</code></a> 0.88.0</li> <li><a href="https://github.com/python-zeroconf/python-zeroconf/commit/5a76fc5ff74f2941ffbf7570e45390f35e0b7e01"><code>5a76fc5</code></a> feat: speed up RecordManager with additional cython defs (<a href="https://redirect.github.com/python-zeroconf/python-zeroconf/issues/1242">#1242</a>)</li> <li><a href="https://github.com/python-zeroconf/python-zeroconf/commit/f8ad5a2df2914ab310ac3fd34343e7e09e66ebf6"><code>f8ad5a2</code></a> 0.87.0</li> <li><a href="https://github.com/python-zeroconf/python-zeroconf/commit/a7dad3d9743586f352e21eea1e129c6875f9a713"><code>a7dad3d</code></a> feat: improve performance by adding cython pxd for RecordManager (<a href="https://redirect.github.com/python-zeroconf/python-zeroconf/issues/1241">#1241</a>)</li> <li><a href="https://github.com/python-zeroconf/python-zeroconf/commit/9da99d706d1c8b97e19856e8d83784c6cf8211d7"><code>9da99d7</code></a> chore: split up handlers into seperate modules (<a href="https://redirect.github.com/python-zeroconf/python-zeroconf/issues/1240">#1240</a>)</li> <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>Additional commits viewable in <a href="https://github.com/python-zeroconf/python-zeroconf/compare/0.74.0...0.88.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.88.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#247
No description provided.