[PR #293] [CLOSED] Bump zeroconf from 0.139.0 to 0.142.0 #300

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

📋 Pull Request Information

Original PR: https://github.com/kokarare1212/librespot-python/pull/293
Author: @dependabot[bot]
Created: 1/31/2025
Status: Closed

Base: mainHead: dependabot/pip/zeroconf-0.142.0


📝 Commits (1)

  • 5cad45a Bump zeroconf from 0.139.0 to 0.142.0

📊 Changes

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

View changed files

📝 requirements.txt (+1 -1)

📄 Description

Bumps zeroconf from 0.139.0 to 0.142.0.

Release notes

Sourced from zeroconf's releases.

0.142.0

v0.142.0 (2025-01-30)

Features

  • Add simple address resolvers and examples (#1499, ae3c352)

Detailed Changes: 0.141.0...0.142.0

0.141.0

v0.141.0 (2025-01-22)

Features

  • Speed up adding and expiring records in the DNSCache (#1490, 628b136)

Detailed Changes: 0.140.1...0.141.0

0.140.1

v0.140.1 (2025-01-17)

Bug Fixes

0.140.0

v0.140.0 (2025-01-16)

Bug Fixes

  • fix(docs): remove repetition of words (#1479)

Co-authored-by: J. Nick Koston nick@koston.org (dde26c6)

Features

  • feat: small performance improvement to writing outgoing packets (#1482) (d9be715)

  • feat: migrate to native types (#1472)

Co-authored-by: J. Nick Koston nick@koston.org Co-authored-by: pre-commit-ci[bot] (22a0fb4)

Changelog

Sourced from zeroconf's changelog.

v0.142.0 (2025-01-30)

Features

  • Add simple address resolvers and examples (#1499, ae3c352)

v0.141.0 (2025-01-22)

Features

  • Speed up adding and expiring records in the DNSCache (#1490, 628b136)

v0.140.1 (2025-01-17)

Bug Fixes

v0.140.0 (2025-01-17)

Bug Fixes

Co-authored-by: J. Nick Koston nick@koston.org

Features

Co-authored-by: J. Nick Koston nick@koston.org

Co-authored-by: pre-commit-ci[bot]

  • Small performance improvement to writing outgoing packets (#1482, d9be715)
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/293 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 1/31/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `dependabot/pip/zeroconf-0.142.0` --- ### 📝 Commits (1) - [`5cad45a`](https://github.com/kokarare1212/librespot-python/commit/5cad45a1f625345b532eceaf8c294192b560003f) Bump zeroconf from 0.139.0 to 0.142.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.139.0 to 0.142.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.142.0</h2> <h2>v0.142.0 (2025-01-30)</h2> <h3>Features</h3> <ul> <li>Add simple address resolvers and examples (<a href="https://redirect.github.com/python-zeroconf/python-zeroconf/pull/1499">#1499</a>, <a href="https://github.com/python-zeroconf/python-zeroconf/commit/ae3c3523e5f2896989d0b932d53ef1e24ef4aee8"><code>ae3c352</code></a>)</li> </ul> <hr /> <p><strong>Detailed Changes</strong>: <a href="https://github.com/python-zeroconf/python-zeroconf/compare/0.141.0...0.142.0">0.141.0...0.142.0</a></p> <h2>0.141.0</h2> <h2>v0.141.0 (2025-01-22)</h2> <h3>Features</h3> <ul> <li>Speed up adding and expiring records in the DNSCache (<a href="https://redirect.github.com/python-zeroconf/python-zeroconf/pull/1490">#1490</a>, <a href="https://github.com/python-zeroconf/python-zeroconf/commit/628b13670d04327dd8d4908842f31b476598c7e8"><code>628b136</code></a>)</li> </ul> <hr /> <p><strong>Detailed Changes</strong>: <a href="https://github.com/python-zeroconf/python-zeroconf/compare/0.140.1...0.141.0">0.140.1...0.141.0</a></p> <h2>0.140.1</h2> <h2>v0.140.1 (2025-01-17)</h2> <h3>Bug Fixes</h3> <ul> <li>fix: wheel builds for aarch64 (<a href="https://redirect.github.com/python-zeroconf/python-zeroconf/issues/1485">#1485</a>) (<a href="https://github.com/python-zeroconf/python-zeroconf/commit/9d228e28eead1561deda696e8837d59896cbc98d"><code>9d228e2</code></a>)</li> </ul> <h2>0.140.0</h2> <h2>v0.140.0 (2025-01-16)</h2> <h3>Bug Fixes</h3> <ul> <li>fix(docs): remove repetition of words (<a href="https://redirect.github.com/python-zeroconf/python-zeroconf/issues/1479">#1479</a>)</li> </ul> <p>Co-authored-by: J. Nick Koston <a href="mailto:nick@koston.org">nick@koston.org</a> (<a href="https://github.com/python-zeroconf/python-zeroconf/commit/dde26c655a49811c11071b0531e408a188687009"><code>dde26c6</code></a>)</p> <h3>Features</h3> <ul> <li> <p>feat: small performance improvement to writing outgoing packets (<a href="https://redirect.github.com/python-zeroconf/python-zeroconf/issues/1482">#1482</a>) (<a href="https://github.com/python-zeroconf/python-zeroconf/commit/d9be7155a0ef1ac521e5bbedd3884ddeb9f0b99d"><code>d9be715</code></a>)</p> </li> <li> <p>feat: migrate to native types (<a href="https://redirect.github.com/python-zeroconf/python-zeroconf/issues/1472">#1472</a>)</p> </li> </ul> <p>Co-authored-by: J. Nick Koston <a href="mailto:nick@koston.org">nick@koston.org</a> Co-authored-by: pre-commit-ci[bot] <!-- raw HTML omitted --> (<a href="https://github.com/python-zeroconf/python-zeroconf/commit/22a0fb487db27bc2c6448a9167742f3040e910ba"><code>22a0fb4</code></a>)</p> </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.142.0 (2025-01-30)</h2> <h3>Features</h3> <ul> <li>Add simple address resolvers and examples (<a href="https://redirect.github.com/python-zeroconf/python-zeroconf/pull/1499">#1499</a>, <a href="https://github.com/python-zeroconf/python-zeroconf/commit/ae3c3523e5f2896989d0b932d53ef1e24ef4aee8"><code>ae3c352</code></a>)</li> </ul> <h2>v0.141.0 (2025-01-22)</h2> <h3>Features</h3> <ul> <li>Speed up adding and expiring records in the DNSCache (<a href="https://redirect.github.com/python-zeroconf/python-zeroconf/pull/1490">#1490</a>, <a href="https://github.com/python-zeroconf/python-zeroconf/commit/628b13670d04327dd8d4908842f31b476598c7e8"><code>628b136</code></a>)</li> </ul> <h2>v0.140.1 (2025-01-17)</h2> <h3>Bug Fixes</h3> <ul> <li>Wheel builds for aarch64 (<a href="https://redirect.github.com/python-zeroconf/python-zeroconf/pull/1485">#1485</a>, <a href="https://github.com/python-zeroconf/python-zeroconf/commit/9d228e28eead1561deda696e8837d59896cbc98d"><code>9d228e2</code></a>)</li> </ul> <h2>v0.140.0 (2025-01-17)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>docs</strong>: Remove repetition of words (<a href="https://redirect.github.com/python-zeroconf/python-zeroconf/pull/1479">#1479</a>, <a href="https://github.com/python-zeroconf/python-zeroconf/commit/dde26c655a49811c11071b0531e408a188687009"><code>dde26c6</code></a>)</li> </ul> <p>Co-authored-by: J. Nick Koston <a href="mailto:nick@koston.org">nick@koston.org</a></p> <h3>Features</h3> <ul> <li>Migrate to native types (<a href="https://redirect.github.com/python-zeroconf/python-zeroconf/pull/1472">#1472</a>, <a href="https://github.com/python-zeroconf/python-zeroconf/commit/22a0fb487db27bc2c6448a9167742f3040e910ba"><code>22a0fb4</code></a>)</li> </ul> <p>Co-authored-by: J. Nick Koston <a href="mailto:nick@koston.org">nick@koston.org</a></p> <p>Co-authored-by: pre-commit-ci[bot] <!-- raw HTML omitted --></p> <ul> <li>Small performance improvement to writing outgoing packets (<a href="https://redirect.github.com/python-zeroconf/python-zeroconf/pull/1482">#1482</a>, <a href="https://github.com/python-zeroconf/python-zeroconf/commit/d9be7155a0ef1ac521e5bbedd3884ddeb9f0b99d"><code>d9be715</code></a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/python-zeroconf/python-zeroconf/commit/6f5cfb643dd42997c31ad54426548f6be52bf82b"><code>6f5cfb6</code></a> 0.142.0</li> <li><a href="https://github.com/python-zeroconf/python-zeroconf/commit/ae3c3523e5f2896989d0b932d53ef1e24ef4aee8"><code>ae3c352</code></a> feat: add simple address resolvers and examples (<a href="https://redirect.github.com/python-zeroconf/python-zeroconf/issues/1499">#1499</a>)</li> <li><a href="https://github.com/python-zeroconf/python-zeroconf/commit/69f7c13e67e39365b1756393a6a51af0e8a4f9f5"><code>69f7c13</code></a> chore: disable cython when building docs (<a href="https://redirect.github.com/python-zeroconf/python-zeroconf/issues/1498">#1498</a>)</li> <li><a href="https://github.com/python-zeroconf/python-zeroconf/commit/d8e7057f73de267a9263e8a15249c65ff07afb5d"><code>d8e7057</code></a> chore(docs): refactor docs config and dependencies (<a href="https://redirect.github.com/python-zeroconf/python-zeroconf/issues/1493">#1493</a>)</li> <li><a href="https://github.com/python-zeroconf/python-zeroconf/commit/7eb6141a428510029b3a7ed0e1a4e4ba2c22ca7b"><code>7eb6141</code></a> chore(docs): add readthedocs config (<a href="https://redirect.github.com/python-zeroconf/python-zeroconf/issues/1496">#1496</a>)</li> <li><a href="https://github.com/python-zeroconf/python-zeroconf/commit/56634466a73445e9a2e3c09163049c87732cf930"><code>5663446</code></a> chore: add badge for rtd build status (<a href="https://redirect.github.com/python-zeroconf/python-zeroconf/issues/1495">#1495</a>)</li> <li><a href="https://github.com/python-zeroconf/python-zeroconf/commit/74f971252060eb8a621d82015c230b2a50adc801"><code>74f9712</code></a> chore(pre-commit.ci): pre-commit autoupdate (<a href="https://redirect.github.com/python-zeroconf/python-zeroconf/issues/1497">#1497</a>)</li> <li><a href="https://github.com/python-zeroconf/python-zeroconf/commit/eae89d8ed000311b5950cab1a1bb0f67f30b0b94"><code>eae89d8</code></a> 0.141.0</li> <li><a href="https://github.com/python-zeroconf/python-zeroconf/commit/628b13670d04327dd8d4908842f31b476598c7e8"><code>628b136</code></a> feat: speed up adding and expiring records in the DNSCache (<a href="https://redirect.github.com/python-zeroconf/python-zeroconf/issues/1490">#1490</a>)</li> <li><a href="https://github.com/python-zeroconf/python-zeroconf/commit/854fef637c370dd1cd55300402417193e29777ef"><code>854fef6</code></a> chore: adjust cache benchmark to better reflect real cache data (<a href="https://redirect.github.com/python-zeroconf/python-zeroconf/issues/1491">#1491</a>)</li> <li>Additional commits viewable in <a href="https://github.com/python-zeroconf/python-zeroconf/compare/0.139.0...0.142.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.139.0&new-version=0.142.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:39 +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#300
No description provided.