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: HonestLocksmith/python-can
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: hardbyte/python-can
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 5 commits
  • 7 files changed
  • 6 contributors

Commits on Jun 6, 2026

  1. refactor(notifier): change listeners from list to set for uniqueness (h…

    …ardbyte#2066)
    
    This prevents adding the same listener multiple times
    
    Co-authored-by: Pierre-Luc Tessier Gagne <ptessie3@ford.com>
    pierreluctg and Pierre-Luc Tessier Gagne authored Jun 6, 2026
    Configuration menu
    Copy the full SHA
    0d5b7fb View commit details
    Browse the repository at this point in the history
  2. Bump the dev-deps group across 1 directory with 4 updates

    Updates the requirements on [black](https://github.com/psf/black), [mypy](https://github.com/python/mypy), [pytest-cov](https://github.com/pytest-dev/pytest-cov) and [coverage](https://github.com/coveragepy/coveragepy) to permit the latest version.
    
    Updates `black` to 26.5.1
    - [Release notes](https://github.com/psf/black/releases)
    - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md)
    - [Commits](psf/black@26.1a1...26.5.1)
    
    Updates `mypy` to 2.1.0
    - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md)
    - [Commits](python/mypy@v1.19.0...v2.1.0)
    
    Updates `pytest-cov` to 7.1.0
    - [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst)
    - [Commits](pytest-dev/pytest-cov@v7.0.0...v7.1.0)
    
    Updates `coverage` to 7.14.1
    - [Release notes](https://github.com/coveragepy/coveragepy/releases)
    - [Changelog](https://github.com/coveragepy/coveragepy/blob/main/CHANGES.rst)
    - [Commits](coveragepy/coveragepy@7.13.0...7.14.1)
    
    ---
    updated-dependencies:
    - dependency-name: black
      dependency-version: 26.5.1
      dependency-type: direct:development
      dependency-group: dev-deps
    - dependency-name: mypy
      dependency-version: 2.1.0
      dependency-type: direct:development
      dependency-group: dev-deps
    - dependency-name: pytest-cov
      dependency-version: 7.1.0
      dependency-type: direct:development
      dependency-group: dev-deps
    - dependency-name: coverage
      dependency-version: 7.14.1
      dependency-type: direct:development
      dependency-group: dev-deps
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and zariiii9003 committed Jun 6, 2026
    Configuration menu
    Copy the full SHA
    41f575d View commit details
    Browse the repository at this point in the history
  3. Bump the github-actions group across 1 directory with 5 updates

    Bumps the github-actions group with 5 updates in the / directory:
    
    | Package | From | To |
    | --- | --- | --- |
    | [actions/checkout](https://github.com/actions/checkout) | `6.0.2` | `6.0.3` |
    | [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv) | `7.3.1` | `8.1.0` |
    | [actions/upload-artifact](https://github.com/actions/upload-artifact) | `7.0.0` | `7.0.1` |
    | [actions/download-artifact](https://github.com/actions/download-artifact) | `8.0.0` | `8.0.1` |
    | [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish) | `1.13.0` | `1.14.0` |
    
    
    
    Updates `actions/checkout` from 6.0.2 to 6.0.3
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@de0fac2...df4cb1c)
    
    Updates `astral-sh/setup-uv` from 7.3.1 to 8.1.0
    - [Release notes](https://github.com/astral-sh/setup-uv/releases)
    - [Commits](astral-sh/setup-uv@5a095e7...0880764)
    
    Updates `actions/upload-artifact` from 7.0.0 to 7.0.1
    - [Release notes](https://github.com/actions/upload-artifact/releases)
    - [Commits](actions/upload-artifact@bbbca2d...043fb46)
    
    Updates `actions/download-artifact` from 8.0.0 to 8.0.1
    - [Release notes](https://github.com/actions/download-artifact/releases)
    - [Commits](actions/download-artifact@70fc10c...3e5f45b)
    
    Updates `pypa/gh-action-pypi-publish` from 1.13.0 to 1.14.0
    - [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases)
    - [Commits](pypa/gh-action-pypi-publish@ed0c539...cef2210)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-version: 6.0.3
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: github-actions
    - dependency-name: astral-sh/setup-uv
      dependency-version: 8.1.0
      dependency-type: direct:production
      update-type: version-update:semver-major
      dependency-group: github-actions
    - dependency-name: actions/upload-artifact
      dependency-version: 7.0.1
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: github-actions
    - dependency-name: actions/download-artifact
      dependency-version: 8.0.1
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: github-actions
    - dependency-name: pypa/gh-action-pypi-publish
      dependency-version: 1.14.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: github-actions
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and zariiii9003 committed Jun 6, 2026
    Configuration menu
    Copy the full SHA
    2d77d4a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6b1f053 View commit details
    Browse the repository at this point in the history
  5. fix: only call _validate() when strict=True (hardbyte#2062)

    * fix: only call _validate() when strict=True
    
    _validate() was called unconditionally, rejecting brp values > 64
    even when strict=False. This is too restrictive for some peripherals
    like FYSETC UCAN which support brp up to 1024.
    
    Only call _validate() when strict=True, matching the behavior
    of _restrict_to_minimum_range().
    
    Fixes hardbyte#2061
    
    * add news fragment
    
    ---------
    
    Co-authored-by: 小慧 <xiaohui@192.168.5.97>
    Co-authored-by: zariiii9003 <52598363+zariiii9003@users.noreply.github.com>
    3 people authored Jun 6, 2026
    Configuration menu
    Copy the full SHA
    b4f82ab View commit details
    Browse the repository at this point in the history
Loading