Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: python-zeroconf/python-zeroconf
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.146.1
Choose a base ref
...
head repository: python-zeroconf/python-zeroconf
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.146.2
Choose a head ref
  • 13 commits
  • 11 files changed
  • 5 contributors

Commits on Mar 10, 2025

  1. Configuration menu
    Copy the full SHA
    080462e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    89e3cbd View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2025

  1. Configuration menu
    Copy the full SHA
    019c641 View commit details
    Browse the repository at this point in the history
  2. chore: update deps (#1548)

    dependabot is still having issues so lets do this
    manually for now
    
      - Updating certifi (2024.12.14 -> 2025.1.31)
      - Updating jinja2 (3.1.5 -> 3.1.6)
      - Updating babel (2.16.0 -> 2.17.0)
      - Updating coverage (7.6.10 -> 7.6.12)
      - Updating pytest (8.3.4 -> 8.3.5)
      - Updating cython (3.0.11 -> 3.0.12)
      - Updating setuptools (75.8.0 -> 76.0.0)
    bdraco authored Mar 13, 2025
    Configuration menu
    Copy the full SHA
    806e367 View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2025

  1. chore(pre-commit.ci): pre-commit autoupdate (#1549)

    * chore(pre-commit.ci): pre-commit autoupdate
    
    updates:
    - [github.com/astral-sh/ruff-pre-commit: v0.1.0 → v0.11.0](astral-sh/ruff-pre-commit@v0.1.0...v0.11.0)
    
    * chore(pre-commit.ci): auto fixes
    
    * chore: fix violations
    
    ---------
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    Co-authored-by: J. Nick Koston <nick@koston.org>
    pre-commit-ci[bot] and bdraco authored Mar 17, 2025
    Configuration menu
    Copy the full SHA
    5915e5b View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2025

  1. Configuration menu
    Copy the full SHA
    33bf0e4 View commit details
    Browse the repository at this point in the history
  2. chore(pre-commit.ci): pre-commit autoupdate (#1551)

    updates:
    - [github.com/astral-sh/ruff-pre-commit: v0.11.0 → v0.11.2](astral-sh/ruff-pre-commit@v0.11.0...v0.11.2)
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    pre-commit-ci[bot] authored Mar 24, 2025
    Configuration menu
    Copy the full SHA
    f05b012 View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2025

  1. Configuration menu
    Copy the full SHA
    741b6ef View commit details
    Browse the repository at this point in the history
  2. chore(deps-dev): bump pytest-asyncio from 0.25.3 to 0.26.0 (#1553)

    Bumps [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) from 0.25.3 to 0.26.0.
    - [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases)
    - [Commits](pytest-dev/pytest-asyncio@v0.25.3...v0.26.0)
    
    ---
    updated-dependencies:
    - dependency-name: pytest-asyncio
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 31, 2025
    Configuration menu
    Copy the full SHA
    0fe79d7 View commit details
    Browse the repository at this point in the history
  3. chore: pin GitHub actions to SHAs to mitigate supply chain attacks (#…

    …1554)
    
    * chore: pin GitHub actions to SHAs to mitigate supply chain attacks
    
    * chore: pin GitHub actions to SHAs to mitigate supply chain attacks
    bdraco authored Mar 31, 2025
    Configuration menu
    Copy the full SHA
    3404373 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2025

  1. Configuration menu
    Copy the full SHA
    54eb383 View commit details
    Browse the repository at this point in the history
  2. fix: create listener socket with specific IP version (#1557)

    * fix: create listener socket with specific IP version
    
    Create listener sockets when using unicast with specific IP version
    as well, just like in `new_respond_socket()`.
    
    * chore(tests): add unit test for socket creation with unicast addressing
    agners authored Apr 1, 2025
    Configuration menu
    Copy the full SHA
    b757ddf View commit details
    Browse the repository at this point in the history
  3. 0.146.2

    Automatically generated by python-semantic-release
    semantic-release committed Apr 1, 2025
    Configuration menu
    Copy the full SHA
    94620b0 View commit details
    Browse the repository at this point in the history
Loading