fix(deps): update dependency setuptools-scm to v10#196
Closed
renovate[bot] wants to merge 1 commit into
Closed
Conversation
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #196 +/- ##
=======================================
Coverage 76.58% 76.58%
=======================================
Files 81 81
Lines 1930 1930
=======================================
Hits 1478 1478
Misses 318 318
Partials 134 134 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Contributor
Author
Renovate Ignore NotificationBecause you closed this PR without merging, Renovate will ignore this update. You will not get PRs for any future If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



This PR contains the following updates:
==8.*→==10.*Release Notes
pypa/setuptools-scm (setuptools-scm)
v10.0.3: setuptools-scm v10.0.3Compare Source
Fixed
../vcs-versioning/srcfrombuild-system.backend-pathso sdists install under PEP 517 (paths must stay inside the source tree). (#1306)Miscellaneous
griffeclito test dependencies so the API stability check keeps working after the Griffe CLI was split into a separate package. (#1310)v10.0.2: setuptools-scm v10.0.2Compare Source
Fixed
build_pyoutputs so strict editable installs include them in the persistent auxiliary directory. SetSETUPTOOLS_SCM_WRITE_TO_SOURCE=0to disable source-tree writing (e.g., for read-only source directories). (#1298)v10.0.1: setuptools-scm v10.0.1Compare Source
Miscellaneous
createReleaseAPI call instead of separatecreateTag/createRef/createReleasecalls, avoiding dangling tag objects on partial failures. (#release-pipeline)v9.2.2Compare Source
What's Changed
Full Changelog: pypa/setuptools-scm@v9.2.1...v9.2.2
v9.2.1Compare Source
What's Changed
New Contributors
Full Changelog: pypa/setuptools-scm@v9.2.0...v9.2.1
v9.2.0Compare Source
Added
add simplified activation via
setuptools-scm[simple]extraA new streamlined way to enable version inference without requiring a
[tool.setuptools_scm]section.When
setuptools-scm[simple]is inbuild-system.requiresandversionis inproject.dynamic,version inference is automatically enabled with default settings.
Removed
Changed
v9.1.1Compare Source
Fixed
v9.1.0Compare Source
Fixed
complete reiteration of the decision logic for enabling version inference on setuptools_scm
v9.0.3Compare Source
Fixed
v9.0.2Compare Source
Fixed
v9.0.1Compare Source
Fixed
as it turns out there's valid use cases where setuptools_scm is not direct part of the dependencies
v9.0.0Compare Source
Breaking
Added
setuptools-scmconsole_scripts entry point to make the CLI directly executableSETUPTOOLS_SCM_HG_COMMANDSETUPTOOLS_SCM_PRETEND_METADATAenvironment variable to override individual ScmVersion fieldsscmparameter support toget_version()function for nested SCM configurationversion_keywordto overrideinfer_versionwhen configuration differsfallback_rootparameter in programmatic usage and configurationChanged
pipto test optional dependencies for improved uv venv compatibilityFixed
__all__in the version template for better readabilityConfiguration
📅 Schedule: Branch creation - "after 10pm every weekday,before 3am every weekday" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.