Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 20, 2025

Bumps setuptools-scm[toml] from 8.3.1 to 9.2.0.

Release notes

Sourced from setuptools-scm[toml]'s releases.

v9.2.0

What's Changed

simple activation now requires a extra instead of setting up many pre-existing projects for failure/error

Full Changelog: pypa/setuptools-scm@v9.1.1...v9.2.0

v9.1.1 (yanked)

What's Changed

Full Changelog: pypa/setuptools-scm@v9.1.0...v9.1.1

yanked after hitting regressions wrt legcy project setups triggering auto activate

v9.1.0 (yanked)

yanked

a regression makes some sdists report version 0.0.0

What's Changed

Full Changelog: pypa/setuptools-scm@v9.0.3...v9.1.0

v9.0.3 (yanked)

What's Changed

Full Changelog: pypa/setuptools-scm@v9.0.2...v9.0.3

yanked

regression wrt specific old project setups vs auto-activate

v9.0.2 (yanked)

What's Changed

... (truncated)

Changelog

Sourced from setuptools-scm[toml]'s changelog.

v9.2.0

Added

  • add simplified activation via setuptools-scm[simple] extra

    A new streamlined way to enable version inference without requiring a [tool.setuptools_scm] section. When setuptools-scm[simple] is in build-system.requires and version is in project.dynamic, version inference is automatically enabled with default settings.

removed

  • unchecked simplified activation - too many projects use setups where it would fail

changed

  • refine activation logic and add unittest for the relevant cases instead of trying to speedrun setuptools

v9.1.1 (yanked)

fixed

  • fix #1194: correctly handle version keyword when pyproject metadata is missing

v9.1.0 (yanked)

fixed

  • complete reiteration of the decision logic for enabling version inference on setuptools_scm

    • shared logic for the important parts
    • proper deferring based in precedence of finalize options vs version keyword
    • unittestable for the parsing parts and the decision steps

v9.0.3 (yanked)

fixed

  • fix 1184: verify version is dynamic if the dependency is used as indicator for enabling

v9.0.2 (yanked)

Fixed

  • fix #1184: in case setuptools-scm is a indirect dependency and no pyproject.toml section exists - don't infer the version

... (truncated)

Commits
  • 6bf6746 Merge pull request #1206 from pypa/RonnyPfannschmidt-changelog
  • c49467d Update CHANGELOG.md
  • 3baa398 Merge pull request #1202 from RonnyPfannschmidt/version-infer-again
  • 861df20 Merge pull request #1199 from pypa/dependabot/github_actions/actions/download...
  • daf68b5 Merge pull request #1200 from pypa/dependabot/github_actions/actions/checkout-5
  • 229946a Merge pull request #1197 from pypa/pre-commit-ci-update-config
  • b8a2920 Add simple extra to pyproject.toml
  • 250b5c2 add test migration plan for llms + fix changelog formatting
  • 56a7a00 split version inference into the part that needs a distribution object and th...
  • 206742a return simplified activation with a extra to prevent regressions
  • 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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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)

@dependabot dependabot bot added part:tooling Affects the development tooling (CI, deployment, dependency management, etc.) type:tech-debt Improves the project without visible changes for users labels Aug 20, 2025
@dependabot dependabot bot requested review from a team as code owners August 20, 2025 14:45
@dependabot dependabot bot added part:tooling Affects the development tooling (CI, deployment, dependency management, etc.) type:tech-debt Improves the project without visible changes for users labels Aug 20, 2025
@dependabot dependabot bot requested a review from Marenz August 20, 2025 14:45
@llucax llucax enabled auto-merge August 21, 2025 10:13
@Marenz
Copy link
Contributor

Marenz commented Aug 26, 2025

CI Failure:

src/frequenz/client/assets/types.py:82:1: DOC602 Class `Microgrid`: Class docstring contains more class attributes than in actual class attributes.  (Please read https://jsh9.github.io/pydoclint/checking_class_attributes.html on how to correctly document class attributes.)
src/frequenz/client/assets/types.py:82:1: DOC603 Class `Microgrid`: Class docstring attributes are different from actual class attributes. (Or could be other formatting issues: https://jsh9.github.io/pydoclint/violation_codes.html#notes-on-doc103 ). Attributes in the class definition but not in the docstring: [delivery_area: DeliveryArea | None, location: Location | None]. Arguments in the docstring but not in the actual class attributes: [country_code: , delivery_area_code: , delivery_area_code_type: , latitude: , longitude: ]. (Please read https://jsh9.github.io/pydoclint/checking_class_attributes.html on how to correctly document class attributes.)

@llucax
Copy link
Contributor

llucax commented Aug 26, 2025

This was already fixed, it probably just needs a @dependabot rebase

Bumps [setuptools-scm[toml]](https://github.com/pypa/setuptools-scm) from 8.3.1 to 9.2.0.
- [Release notes](https://github.com/pypa/setuptools-scm/releases)
- [Changelog](https://github.com/pypa/setuptools-scm/blob/main/CHANGELOG.md)
- [Commits](pypa/setuptools-scm@v8.3.1...v9.2.0)

---
updated-dependencies:
- dependency-name: setuptools-scm[toml]
  dependency-version: 9.2.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/pip/setuptools-scm-toml--9.2.0 branch from 0770ba9 to 89a4895 Compare August 26, 2025 12:19
@llucax llucax added this pull request to the merge queue Aug 26, 2025
Merged via the queue into v0.x.x with commit 1cf30d2 Aug 26, 2025
6 checks passed
@dependabot dependabot bot deleted the dependabot/pip/setuptools-scm-toml--9.2.0 branch August 26, 2025 12:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

part:tooling Affects the development tooling (CI, deployment, dependency management, etc.) type:tech-debt Improves the project without visible changes for users

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants