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: pypa/setuptools-scm
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v9.2.1
Choose a base ref
...
head repository: pypa/setuptools-scm
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v9.2.2
Choose a head ref
  • 3 commits
  • 3 files changed
  • 1 contributor

Commits on Oct 19, 2025

  1. fix: don't warn about tool.setuptools.dynamic.version when only using…

    … file finder
    
    When setuptools-scm is used only for its file finder functionality
    (no version inference), it's valid to use tool.setuptools.dynamic.version
    for versioning. The warning should only be issued when setuptools-scm
    is actually performing version inference.
    
    Changes:
    - Modified pyproject_reading.py to only warn when should_infer() is True
    - Added test for file-finder-only case (no warning expected)
    - Updated existing test with clarifying documentation
    
    Fixes #1231
    RonnyPfannschmidt committed Oct 19, 2025
    Configuration menu
    Copy the full SHA
    95a0c47 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4f55e95 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1232 from RonnyPfannschmidt/fix-1231-dont-warn-wh…

    …en-no-guess
    
    fix: don't warn about tool.setuptools.dynamic.version when only using file finder
    RonnyPfannschmidt authored Oct 19, 2025
    Configuration menu
    Copy the full SHA
    e56b78f View commit details
    Browse the repository at this point in the history
Loading