[PR #257] [CLOSED] Bump zeroconf from 0.128.0 to 0.129.0 #276

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

📋 Pull Request Information

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

Base: mainHead: dependabot/pip/zeroconf-0.129.0


📝 Commits (1)

  • 6ca1660 Bump zeroconf from 0.128.0 to 0.129.0

📊 Changes

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

View changed files

📝 requirements.txt (+1 -1)

📄 Description

Bumps zeroconf from 0.128.0 to 0.129.0.

Release notes

Sourced from zeroconf's releases.

0.129.0

Feature

  • Add decoded_properties method to ServiceInfo (#1332) (9b595a1)
  • Ensure ServiceInfo.properties always returns bytes (#1333) (d29553a)
  • Cache is_unspecified for zeroconf ip address objects (#1331) (a1c84dc)

Technically breaking change

  • ServiceInfo.properties always returns a dictionary with type dict[bytes, bytes | None] instead of a mix str and bytes. It was only possible to get a mixed dictionary if it was manually passed in when ServiceInfo was constructed.

0.128.5

Fix

  • Performance regression with ServiceInfo IPv6Addresses (#1330) (e2f9f81)

0.128.4

Fix

  • Re-expose ServiceInfo._set_properties for backwards compat (#1327) (39c4005)

0.128.3

Fix

0.128.2

Fix

  • Timestamps missing double precision (#1324) (ecea4e4)
  • Match cython version for dev deps to build deps (#1325) (a0dac46)

0.128.1

Fix

  • Correct handling of IPv6 addresses with scope_id in ServiceInfo (#1322) (1682991)
Changelog

Sourced from zeroconf's changelog.

v0.129.0 (2023-12-13)

Feature

  • Add decoded_properties method to ServiceInfo (#1332) (9b595a1)
  • Ensure ServiceInfo.properties always returns bytes (#1333) (d29553a)
  • Cache is_unspecified for zeroconf ip address objects (#1331) (a1c84dc)

Technically breaking change

  • ServiceInfo.properties always returns a dictionary with type dict[bytes, bytes | None] instead of a mix str and bytes. It was only possible to get a mixed dictionary if it was manually passed in when ServiceInfo was constructed.

v0.128.5 (2023-12-13)

Fix

  • Performance regression with ServiceInfo IPv6Addresses (#1330) (e2f9f81)

v0.128.4 (2023-12-10)

Fix

  • Re-expose ServiceInfo._set_properties for backwards compat (#1327) (39c4005)

v0.128.3 (2023-12-10)

Fix

v0.128.2 (2023-12-10)

Fix

  • Timestamps missing double precision (#1324) (ecea4e4)
  • Match cython version for dev deps to build deps (#1325) (a0dac46)

v0.128.1 (2023-12-10)

Fix

  • Correct handling of IPv6 addresses with scope_id in ServiceInfo (#1322) (1682991)
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/257 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 12/14/2023 **Status:** ❌ Closed **Base:** `main` ← **Head:** `dependabot/pip/zeroconf-0.129.0` --- ### 📝 Commits (1) - [`6ca1660`](https://github.com/kokarare1212/librespot-python/commit/6ca16603e486e3f97033a15ae977c6f3094c238a) Bump zeroconf from 0.128.0 to 0.129.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.128.0 to 0.129.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.129.0</h2> <h3>Feature</h3> <ul> <li>Add decoded_properties method to ServiceInfo (<a href="https://redirect.github.com/python-zeroconf/python-zeroconf/issues/1332">#1332</a>) (<a href="https://github.com/python-zeroconf/python-zeroconf/commit/9b595a1dcacf109c699953219d70fe36296c7318"><code>9b595a1</code></a>)</li> <li>Ensure ServiceInfo.properties always returns bytes (<a href="https://redirect.github.com/python-zeroconf/python-zeroconf/issues/1333">#1333</a>) (<a href="https://github.com/python-zeroconf/python-zeroconf/commit/d29553ab7de6b7af70769ddb804fe2aaf492f320"><code>d29553a</code></a>)</li> <li>Cache is_unspecified for zeroconf ip address objects (<a href="https://redirect.github.com/python-zeroconf/python-zeroconf/issues/1331">#1331</a>) (<a href="https://github.com/python-zeroconf/python-zeroconf/commit/a1c84dc6adeebd155faec1a647c0f70d70de2945"><code>a1c84dc</code></a>)</li> </ul> <h3>Technically breaking change</h3> <ul> <li><code>ServiceInfo.properties</code> always returns a dictionary with type <code>dict[bytes, bytes | None]</code> instead of a mix <code>str</code> and <code>bytes</code>. It was only possible to get a mixed dictionary if it was manually passed in when <code>ServiceInfo</code> was constructed.</li> </ul> <h2>0.128.5</h2> <h3>Fix</h3> <ul> <li>Performance regression with ServiceInfo IPv6Addresses (<a href="https://redirect.github.com/python-zeroconf/python-zeroconf/issues/1330">#1330</a>) (<a href="https://github.com/python-zeroconf/python-zeroconf/commit/e2f9f81dbc54c3dd527eeb3298897d63f99d33f4"><code>e2f9f81</code></a>)</li> </ul> <h2>0.128.4</h2> <h3>Fix</h3> <ul> <li>Re-expose ServiceInfo._set_properties for backwards compat (<a href="https://redirect.github.com/python-zeroconf/python-zeroconf/issues/1327">#1327</a>) (<a href="https://github.com/python-zeroconf/python-zeroconf/commit/39c40051d7a63bdc63a3e2dfa20bd944fee4e761"><code>39c4005</code></a>)</li> </ul> <h2>0.128.3</h2> <h3>Fix</h3> <ul> <li>Correct nsec record writing (<a href="https://redirect.github.com/python-zeroconf/python-zeroconf/issues/1326">#1326</a>) (<a href="https://github.com/python-zeroconf/python-zeroconf/commit/cd7a16a32c37b2f7a2e90d3c749525a5393bad57"><code>cd7a16a</code></a>)</li> </ul> <h2>0.128.2</h2> <h3>Fix</h3> <ul> <li>Timestamps missing double precision (<a href="https://redirect.github.com/python-zeroconf/python-zeroconf/issues/1324">#1324</a>) (<a href="https://github.com/python-zeroconf/python-zeroconf/commit/ecea4e4217892ca8cf763074ac3e5d1b898acd21"><code>ecea4e4</code></a>)</li> <li>Match cython version for dev deps to build deps (<a href="https://redirect.github.com/python-zeroconf/python-zeroconf/issues/1325">#1325</a>) (<a href="https://github.com/python-zeroconf/python-zeroconf/commit/a0dac46c01202b3d5a0823ac1928fc1d75332522"><code>a0dac46</code></a>)</li> </ul> <h2>0.128.1</h2> <h3>Fix</h3> <ul> <li>Correct handling of IPv6 addresses with scope_id in ServiceInfo (<a href="https://redirect.github.com/python-zeroconf/python-zeroconf/issues/1322">#1322</a>) (<a href="https://github.com/python-zeroconf/python-zeroconf/commit/1682991b985b1f7b2bf0cff1a7eb7793070e7cb1"><code>1682991</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.129.0 (2023-12-13)</h2> <h3>Feature</h3> <ul> <li>Add decoded_properties method to ServiceInfo (<a href="https://redirect.github.com/python-zeroconf/python-zeroconf/issues/1332">#1332</a>) (<a href="https://github.com/python-zeroconf/python-zeroconf/commit/9b595a1dcacf109c699953219d70fe36296c7318"><code>9b595a1</code></a>)</li> <li>Ensure ServiceInfo.properties always returns bytes (<a href="https://redirect.github.com/python-zeroconf/python-zeroconf/issues/1333">#1333</a>) (<a href="https://github.com/python-zeroconf/python-zeroconf/commit/d29553ab7de6b7af70769ddb804fe2aaf492f320"><code>d29553a</code></a>)</li> <li>Cache is_unspecified for zeroconf ip address objects (<a href="https://redirect.github.com/python-zeroconf/python-zeroconf/issues/1331">#1331</a>) (<a href="https://github.com/python-zeroconf/python-zeroconf/commit/a1c84dc6adeebd155faec1a647c0f70d70de2945"><code>a1c84dc</code></a>)</li> </ul> <h3>Technically breaking change</h3> <ul> <li><code>ServiceInfo.properties</code> always returns a dictionary with type <code>dict[bytes, bytes | None]</code> instead of a mix <code>str</code> and <code>bytes</code>. It was only possible to get a mixed dictionary if it was manually passed in when <code>ServiceInfo</code> was constructed.</li> </ul> <h2>v0.128.5 (2023-12-13)</h2> <h3>Fix</h3> <ul> <li>Performance regression with ServiceInfo IPv6Addresses (<a href="https://redirect.github.com/python-zeroconf/python-zeroconf/issues/1330">#1330</a>) (<a href="https://github.com/python-zeroconf/python-zeroconf/commit/e2f9f81dbc54c3dd527eeb3298897d63f99d33f4"><code>e2f9f81</code></a>)</li> </ul> <h2>v0.128.4 (2023-12-10)</h2> <h3>Fix</h3> <ul> <li>Re-expose ServiceInfo._set_properties for backwards compat (<a href="https://redirect.github.com/python-zeroconf/python-zeroconf/issues/1327">#1327</a>) (<a href="https://github.com/python-zeroconf/python-zeroconf/commit/39c40051d7a63bdc63a3e2dfa20bd944fee4e761"><code>39c4005</code></a>)</li> </ul> <h2>v0.128.3 (2023-12-10)</h2> <h3>Fix</h3> <ul> <li>Correct nsec record writing (<a href="https://redirect.github.com/python-zeroconf/python-zeroconf/issues/1326">#1326</a>) (<a href="https://github.com/python-zeroconf/python-zeroconf/commit/cd7a16a32c37b2f7a2e90d3c749525a5393bad57"><code>cd7a16a</code></a>)</li> </ul> <h2>v0.128.2 (2023-12-10)</h2> <h3>Fix</h3> <ul> <li>Timestamps missing double precision (<a href="https://redirect.github.com/python-zeroconf/python-zeroconf/issues/1324">#1324</a>) (<a href="https://github.com/python-zeroconf/python-zeroconf/commit/ecea4e4217892ca8cf763074ac3e5d1b898acd21"><code>ecea4e4</code></a>)</li> <li>Match cython version for dev deps to build deps (<a href="https://redirect.github.com/python-zeroconf/python-zeroconf/issues/1325">#1325</a>) (<a href="https://github.com/python-zeroconf/python-zeroconf/commit/a0dac46c01202b3d5a0823ac1928fc1d75332522"><code>a0dac46</code></a>)</li> </ul> <h2>v0.128.1 (2023-12-10)</h2> <h3>Fix</h3> <ul> <li>Correct handling of IPv6 addresses with scope_id in ServiceInfo (<a href="https://redirect.github.com/python-zeroconf/python-zeroconf/issues/1322">#1322</a>) (<a href="https://github.com/python-zeroconf/python-zeroconf/commit/1682991b985b1f7b2bf0cff1a7eb7793070e7cb1"><code>1682991</code></a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/python-zeroconf/python-zeroconf/commit/9cd3e24ab625f993e4f48e399fa2e27aa4d26f93"><code>9cd3e24</code></a> 0.129.0</li> <li><a href="https://github.com/python-zeroconf/python-zeroconf/commit/9b595a1dcacf109c699953219d70fe36296c7318"><code>9b595a1</code></a> feat: add decoded_properties method to ServiceInfo (<a href="https://redirect.github.com/python-zeroconf/python-zeroconf/issues/1332">#1332</a>)</li> <li><a href="https://github.com/python-zeroconf/python-zeroconf/commit/d29553ab7de6b7af70769ddb804fe2aaf492f320"><code>d29553a</code></a> feat: ensure ServiceInfo.properties always returns bytes (<a href="https://redirect.github.com/python-zeroconf/python-zeroconf/issues/1333">#1333</a>)</li> <li><a href="https://github.com/python-zeroconf/python-zeroconf/commit/a1c84dc6adeebd155faec1a647c0f70d70de2945"><code>a1c84dc</code></a> feat: cache is_unspecified for zeroconf ip address objects (<a href="https://redirect.github.com/python-zeroconf/python-zeroconf/issues/1331">#1331</a>)</li> <li><a href="https://github.com/python-zeroconf/python-zeroconf/commit/ede0a2a153ec28536905217cdc801cba9cdcacf7"><code>ede0a2a</code></a> 0.128.5</li> <li><a href="https://github.com/python-zeroconf/python-zeroconf/commit/e2f9f81dbc54c3dd527eeb3298897d63f99d33f4"><code>e2f9f81</code></a> fix: performance regression with ServiceInfo IPv6Addresses (<a href="https://redirect.github.com/python-zeroconf/python-zeroconf/issues/1330">#1330</a>)</li> <li><a href="https://github.com/python-zeroconf/python-zeroconf/commit/878a726b302530cd904b2e8fd0d48dfce6b165d3"><code>878a726</code></a> 0.128.4</li> <li><a href="https://github.com/python-zeroconf/python-zeroconf/commit/39c40051d7a63bdc63a3e2dfa20bd944fee4e761"><code>39c4005</code></a> fix: re-expose ServiceInfo._set_properties for backwards compat (<a href="https://redirect.github.com/python-zeroconf/python-zeroconf/issues/1327">#1327</a>)</li> <li><a href="https://github.com/python-zeroconf/python-zeroconf/commit/816c0917c24875bd2e7a7fae54e0b3cc80c5794f"><code>816c091</code></a> 0.128.3</li> <li><a href="https://github.com/python-zeroconf/python-zeroconf/commit/cd7a16a32c37b2f7a2e90d3c749525a5393bad57"><code>cd7a16a</code></a> fix: correct nsec record writing (<a href="https://redirect.github.com/python-zeroconf/python-zeroconf/issues/1326">#1326</a>)</li> <li>Additional commits viewable in <a href="https://github.com/python-zeroconf/python-zeroconf/compare/0.128.0...0.129.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.128.0&new-version=0.129.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:34 +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#276
No description provided.