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: scikit-build/cmake-python-distributions
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 4.0.3
Choose a base ref
...
head repository: scikit-build/cmake-python-distributions
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 4.1.0
Choose a head ref
  • 14 commits
  • 14 files changed
  • 5 contributors

Commits on Jul 2, 2025

  1. chore(deps): update pre-commit hooks (#614)

    * chore(deps): update pre-commit hooks
    
    updates:
    - [github.com/astral-sh/ruff-pre-commit: v0.11.13 → v0.12.1](astral-sh/ruff-pre-commit@v0.11.13...v0.12.1)
    - [github.com/pre-commit/mirrors-mypy: v1.16.0 → v1.16.1](pre-commit/mirrors-mypy@v1.16.0...v1.16.1)
    
    * Update pyproject.toml
    
    * ci: move to windows-2022
    
    windows-2019 has been removed
    
    ---------
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    Co-authored-by: mayeut <[email protected]>
    pre-commit-ci[bot] and mayeut authored Jul 2, 2025
    Configuration menu
    Copy the full SHA
    0627b9d View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2025

  1. feat: update to OpenSSL 3.5.x (#615)

    OpenSSL 3.5 is the new LTS version
    mayeut authored Jul 5, 2025
    Configuration menu
    Copy the full SHA
    a7fc9bf View commit details
    Browse the repository at this point in the history
  2. chore(deps): bump the actions group with 1 update (#613)

    Bumps the actions group with 1 update: [actions/attest-build-provenance](https://github.com/actions/attest-build-provenance).
    
    Updates `actions/attest-build-provenance` from 2.3.0 to 2.4.0
    - [Release notes](https://github.com/actions/attest-build-provenance/releases)
    - [Changelog](https://github.com/actions/attest-build-provenance/blob/main/RELEASE.md)
    - [Commits](actions/attest-build-provenance@db473fd...e8998f9)
    
    ---
    updated-dependencies:
    - dependency-name: actions/attest-build-provenance
      dependency-version: 2.4.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: actions
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jul 5, 2025
    Configuration menu
    Copy the full SHA
    efe04b0 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2025

  1. chore(deps): update pre-commit hooks (#618)

    updates:
    - [github.com/astral-sh/ruff-pre-commit: v0.12.1 → v0.12.4](astral-sh/ruff-pre-commit@v0.12.1...v0.12.4)
    - [github.com/pre-commit/mirrors-mypy: v1.16.1 → v1.17.0](pre-commit/mirrors-mypy@v1.16.1...v1.17.0)
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    pre-commit-ci[bot] authored Jul 26, 2025
    Configuration menu
    Copy the full SHA
    f8c7a0c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0b1b6c2 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2025

  1. chore(deps): update pre-commit hooks (#622)

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

Commits on Aug 2, 2025

  1. Configuration menu
    Copy the full SHA
    cd0631a View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2025

  1. chore(deps): update pre-commit hooks (#624)

    updates:
    - [github.com/astral-sh/ruff-pre-commit: v0.12.5 → v0.12.7](astral-sh/ruff-pre-commit@v0.12.5...v0.12.7)
    - [github.com/pre-commit/mirrors-mypy: v1.17.0 → v1.17.1](pre-commit/mirrors-mypy@v1.17.0...v1.17.1)
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    pre-commit-ci[bot] authored Aug 5, 2025
    Configuration menu
    Copy the full SHA
    82b2bb8 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2025

  1. [Bot] Update to OpenSSL 3.5.2 (#625)

    Co-authored-by: scikit-build-app-bot[bot] <173546081+scikit-build-app-bot[bot]@users.noreply.github.com>
    scikit-build-app-bot[bot] authored Aug 7, 2025
    Configuration menu
    Copy the full SHA
    90229b0 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2025

  1. feat: use a manylinux_2_35 compatible image for riscv64 (#623)

    This ubuntu based image provides better compatibility than the default `manylinux_2_39` pypa/manylinux image.
    mayeut authored Aug 8, 2025
    Configuration menu
    Copy the full SHA
    b1e4d5f View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2025

  1. break: drop Python 3.7, manylinux2010 & musllinux_1_1 (#616)

    * break: drop Python 3.7, manylinux2010 & musllinux_1_1
    
    * Latest release of uv broke Python <3.10, so use 3.10
    
    * Update build.yml
    
    ---------
    
    Co-authored-by: Henry Schreiner <[email protected]>
    mayeut and henryiii authored Aug 9, 2025
    Configuration menu
    Copy the full SHA
    ae8905a View commit details
    Browse the repository at this point in the history
  2. chore: remove cibuildwheel override for musllinux_armv7l (#627)

    It's the same as the global musllinux one
    mayeut authored Aug 9, 2025
    Configuration menu
    Copy the full SHA
    51e7433 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2025

  1. chore(deps): bump actions/download-artifact in the actions group (#628)

    Bumps the actions group with 1 update: [actions/download-artifact](https://github.com/actions/download-artifact).
    
    
    Updates `actions/download-artifact` from 4 to 5
    - [Release notes](https://github.com/actions/download-artifact/releases)
    - [Commits](actions/download-artifact@v4...v5)
    
    ---
    updated-dependencies:
    - dependency-name: actions/download-artifact
      dependency-version: '5'
      dependency-type: direct:production
      update-type: version-update:semver-major
      dependency-group: actions
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 11, 2025
    Configuration menu
    Copy the full SHA
    eb664aa View commit details
    Browse the repository at this point in the history
  2. [Bot] Update to CMake 4.1.0 (#626)

    * [Bot] Update to CMake 4.1.0
    
    * fix: don't test 64-bit time when not available
    
    * fix: skip CompilerId tests on manylinux_2_31_armv7l
    
    Architecture ID is not detected properly for gfortran on Ubuntu 20.04 armhf
    
    ---------
    
    Co-authored-by: scikit-build-app-bot[bot] <173546081+scikit-build-app-bot[bot]@users.noreply.github.com>
    Co-authored-by: mayeut <[email protected]>
    scikit-build-app-bot[bot] and mayeut authored Aug 11, 2025
    Configuration menu
    Copy the full SHA
    e057480 View commit details
    Browse the repository at this point in the history
Loading