Skip to content

Bump scikit-build-core from 0.12.2 to 1.0.2#421

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/pip/scikit-build-core-1.0.2
Open

Bump scikit-build-core from 0.12.2 to 1.0.2#421
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/pip/scikit-build-core-1.0.2

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 11, 2026

Copy link
Copy Markdown
Contributor

Bumps scikit-build-core from 0.12.2 to 1.0.2.

Release notes

Sourced from scikit-build-core's releases.

Version 1.0.2

This patch release fixes redirect editable installs so that PEP 302 import hooks (such as beartype.claw) that register a sys.path_hooks entry are honored for redirected modules.

Fixes:

Internal:

  • Stop using deprecated build.util.project_wheel_metadata in #1494

Full Changelog: scikit-build/scikit-build-core@v1.0.1...v1.0.2

Version 1.0.1

This patch release fixes two bugs: shared namespace packages were being truncated in redirect editable installs, and the wheel timestamp clamp could overflow on 32-bit time_t platforms.

Fixes:

Internal:

  • Update pre-commit hooks in #1480

Full Changelog: scikit-build/scikit-build-core@v1.0.0...v1.0.1

Version 1.0.0

We've worked through over 100 issues and ran extensive review sweeps, fixing over 90 bugs and adding 40+ features! We've added support for PEP 803 (free-threaded stable ABI), PEP 808 (partially dynamic metadata), PEP 829 (.start files), and experimental PEP 817 (variants). Editable installs are much better, with lots of edge cases fixed, like namespace packages and resource discovery. For rebuilds, which are still experimental, loaders expose a manual rebuild(), inplace mode now supports rebuilds, and rebuilds can optionally target a persistent install tree (which removes several caveats). The setuptools and hatchling plugins are no longer experimental and Hatchling supports editable installs. There's a new unified scikit-build CLI, including an init command to scaffold new projects. Wheels can be reproducible. Dynamic metadata follows a spec with entry-point discovery and uses [[tool.dynamic-metadata]], and you can write your own plugins. There are new settings: an env table for setting environment variables, install.targets, force-include for SDists and wheels, sdist.resolve-symlinks, and a ${SKBUILD_<TREE>_DIR} prefix for targeting wheel trees; existing settings gained sdist.inclusion-mode = "explicit" and list-valued cmake.build-type. Imports are lazy on Python 3.15+ (PEP 810), making CLI and backend startup faster. Lots of documentation has been added and updated, along with new examples and samples. We've also polished f2py-cmake and cython-cmake.

As (almost) always, if you set a minimum-version, your build should be unaffected. Behavior changes to be aware of: SDists now resolve symlinks by default, with an sdist.resolve-symlinks setting providing "all", "external", "none", and "classic" modes. The old names of renamed configuration fields (cmake.minimum-version, ninja.minimum-version, cmake.verbose, and cmake.targets) now error unless minimum-version is set, and the deprecated tool.scikit-build.metadata table warns if minimum-version is not set. The empty pyproject extra was removed; installers like pip, build, and uv merely warn if you still request it.

Also see the announcement post.

Features:

  • CLI:
    • unified scikit-build command with submodules as subcommands in #1355
    • add init command to scaffold starter projects in #1357
  • Configuration providers:
    • entry-point configuration providers in #1406
  • New settings:
    • env: settable environment variables in #1377 (replaces #1370, unreleased)
    • install.targets for custom install targets in #1371
    • sdist.force-include, wheel.force-include to map files to include in #1364; entries are served live in redirect editable installs in #1441
    • wheel.reproducible allows building a reproducible wheel (with some setup) in #1389

... (truncated)

Commits
  • 00b50db docs: prepare changelog for 1.0.2 (#1496)
  • 64f910f docs: add fandango to the known projects list (#1495)
  • bbc22de fix(editable): resolve redirected modules through sys.path_hooks (#1493)
  • c1d8ca0 tests: stop using deprecated build.util.project_wheel_metadata (#1494)
  • 234d10e docs: prepare changelog for 1.0.1 (#1488)
  • a7fe6d8 docs: update the readme a bit (#1487)
  • df4d97f fix: wheel timestamp clamp overflows on 32-bit time_t platforms (#1484)
  • 10c441b fix(editable): don't truncate shared namespaces in redirect mode (#1483)
  • bfe1ddb chore(deps): update pre-commit hooks (#1480)
  • eb74b11 chore: regenerate cog sections for 1.0 (#1485)
  • Additional commits viewable in compare view

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 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)

Bumps [scikit-build-core](https://github.com/scikit-build/scikit-build-core) from 0.12.2 to 1.0.2.
- [Release notes](https://github.com/scikit-build/scikit-build-core/releases)
- [Commits](scikit-build/scikit-build-core@v0.12.2...v1.0.2)

---
updated-dependencies:
- dependency-name: scikit-build-core
  dependency-version: 1.0.2
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Jul 11, 2026
@volkm volkm self-assigned this Jul 14, 2026
@volkm

volkm commented Jul 14, 2026

Copy link
Copy Markdown
Contributor

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant