Skip to content

Commit a7668ac

Browse files
authored
Bump setuptools-scm[toml] from 8.1.0 to 9.2.2 (#15)
Bumps [setuptools-scm[toml]](https://github.com/pypa/setuptools-scm) from 8.1.0 to 9.2.2. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/pypa/setuptools-scm/releases">setuptools-scm[toml]'s releases</a>.</em></p> <blockquote> <h2>v9.2.2</h2> <!-- raw HTML omitted --> <h2>What's Changed</h2> <ul> <li>fix: don't warn about tool.setuptools.dynamic.version when only using file finder by <a href="https://github.com/RonnyPfannschmidt"><code>@​RonnyPfannschmidt</code></a> in <a href="https://redirect.github.com/pypa/setuptools-scm/pull/1232">pypa/setuptools-scm#1232</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/pypa/setuptools-scm/compare/v9.2.1...v9.2.2">https://github.com/pypa/setuptools-scm/compare/v9.2.1...v9.2.2</a></p> <h2>v9.2.1</h2> <!-- raw HTML omitted --> <h2>What's Changed</h2> <ul> <li>Mark recently yanked versions in changelog by <a href="https://github.com/seifertm"><code>@​seifertm</code></a> in <a href="https://redirect.github.com/pypa/setuptools-scm/pull/1209">pypa/setuptools-scm#1209</a></li> <li>Fix 1216 explicitly deprecate setuptools dynamic version when active by <a href="https://github.com/RonnyPfannschmidt"><code>@​RonnyPfannschmidt</code></a> in <a href="https://redirect.github.com/pypa/setuptools-scm/pull/1219">pypa/setuptools-scm#1219</a></li> <li>prepare Release v9.2.1 by <a href="https://github.com/RonnyPfannschmidt"><code>@​RonnyPfannschmidt</code></a> in <a href="https://redirect.github.com/pypa/setuptools-scm/pull/1226">pypa/setuptools-scm#1226</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/seifertm"><code>@​seifertm</code></a> made their first contribution in <a href="https://redirect.github.com/pypa/setuptools-scm/pull/1209">pypa/setuptools-scm#1209</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/pypa/setuptools-scm/compare/v9.2.0...v9.2.1">https://github.com/pypa/setuptools-scm/compare/v9.2.0...v9.2.1</a></p> <h2>v9.2.0</h2> <!-- raw HTML omitted --> <h2>What's Changed</h2> <ul> <li>reiterate version inference by <a href="https://github.com/RonnyPfannschmidt"><code>@​RonnyPfannschmidt</code></a> in <a href="https://redirect.github.com/pypa/setuptools-scm/pull/1202">pypa/setuptools-scm#1202</a></li> </ul> <p>simple activation now requires a extra instead of setting up many pre-existing projects for failure/error</p> <p><strong>Full Changelog</strong>: <a href="https://github.com/pypa/setuptools-scm/compare/v9.1.1...v9.2.0">https://github.com/pypa/setuptools-scm/compare/v9.1.1...v9.2.0</a></p> <h2>v9.1.1 (yanked)</h2> <!-- raw HTML omitted --> <h2>What's Changed</h2> <ul> <li>handle missing pyproject config in case version keyword is used by <a href="https://github.com/RonnyPfannschmidt"><code>@​RonnyPfannschmidt</code></a> in <a href="https://redirect.github.com/pypa/setuptools-scm/pull/1195">pypa/setuptools-scm#1195</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/pypa/setuptools-scm/compare/v9.1.0...v9.1.1">https://github.com/pypa/setuptools-scm/compare/v9.1.0...v9.1.1</a></p> <p>yanked after hitting regressions wrt legcy project setups triggering auto activate</p> <h2>v9.1.0 (yanked)</h2> <h1>yanked</h1> <p>a regression makes some sdists report version 0.0.0</p> <h2>What's Changed</h2> <ul> <li>reiterate version inference logic by <a href="https://github.com/RonnyPfannschmidt"><code>@​RonnyPfannschmidt</code></a> in <a href="https://redirect.github.com/pypa/setuptools-scm/pull/1193">pypa/setuptools-scm#1193</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/pypa/setuptools-scm/blob/main/CHANGELOG.md">setuptools-scm[toml]'s changelog</a>.</em></p> <blockquote> <h2>v9.2.2</h2> <h3>Fixed</h3> <ul> <li>fix <a href="https://redirect.github.com/pypa/setuptools-scm/issues/1231">#1231</a>: don't warn about <code>tool.setuptools.dynamic.version</code> when only using file finder. The warning about combining version guessing with setuptools dynamic versions should only be issued when setuptools-scm is performing version inference, not when it's only being used for its file finder functionality.</li> </ul> <h2>v9.2.1</h2> <h3>Fixed</h3> <ul> <li>fix <a href="https://redirect.github.com/pypa/setuptools-scm/issues/1216">#1216</a>: accept and create a warning for usages of <code>version = attr:</code> in setuptools config. unfortunately dozens of projects cargo-culted that antipattern</li> </ul> <h2>v9.2.0</h2> <h3>Added</h3> <ul> <li> <p>add simplified activation via <code>setuptools-scm[simple]</code> extra</p> <p>A new streamlined way to enable version inference without requiring a <code>[tool.setuptools_scm]</code> section. When <code>setuptools-scm[simple]</code> is in <code>build-system.requires</code> and <code>version</code> is in <code>project.dynamic</code>, version inference is automatically enabled with default settings.</p> </li> </ul> <h3>Removed</h3> <ul> <li>unchecked simplified activation - too many projects use setups where it would fail</li> </ul> <h3>Changed</h3> <ul> <li>refine activation logic and add unittest for the relevant cases instead of trying to speedrun setuptools</li> </ul> <h2>v9.1.1 (yanked)</h2> <h3>Fixed</h3> <ul> <li>fix <a href="https://redirect.github.com/pypa/setuptools-scm/issues/1194">#1194</a>: correctly handle version keyword when pyproject metadata is missing</li> </ul> <h2>v9.1.0 (yanked)</h2> <h3>Fixed</h3> <ul> <li>complete reiteration of the decision logic for enabling version inference on setuptools_scm</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/pypa/setuptools-scm/commit/e56b78fcd4c1e79aa36c1e4700fca34c8ff540fe"><code>e56b78f</code></a> Merge pull request <a href="https://redirect.github.com/pypa/setuptools-scm/issues/1232">#1232</a> from RonnyPfannschmidt/fix-1231-dont-warn-when-no-guess</li> <li><a href="https://github.com/pypa/setuptools-scm/commit/4f55e9585e398e13103112a6fd488109d9da4ead"><code>4f55e95</code></a> docs: update changelog for v9.2.2 patch release</li> <li><a href="https://github.com/pypa/setuptools-scm/commit/95a0c47553ea0b373238bb64aa344b2c2547c849"><code>95a0c47</code></a> fix: don't warn about tool.setuptools.dynamic.version when only using file fi...</li> <li><a href="https://github.com/pypa/setuptools-scm/commit/338f562e6a38f8d32fd5aeb4677b3f87fc5a0122"><code>338f562</code></a> Merge pull request <a href="https://redirect.github.com/pypa/setuptools-scm/issues/1226">#1226</a> from RonnyPfannschmidt/prepare-release</li> <li><a href="https://github.com/pypa/setuptools-scm/commit/a893634c36a074052ed3f6d0e77b076b582c72ab"><code>a893634</code></a> Prepare release v9.2.1</li> <li><a href="https://github.com/pypa/setuptools-scm/commit/ad83282242e96fe11c958227740ee03a7a2ed0fe"><code>ad83282</code></a> Merge pull request <a href="https://redirect.github.com/pypa/setuptools-scm/issues/1225">#1225</a> from pypa/pre-commit-ci-update-config</li> <li><a href="https://github.com/pypa/setuptools-scm/commit/20a44648f299f64b1241a448bdbafde9b1871ebf"><code>20a4464</code></a> [pre-commit.ci] pre-commit autoupdate</li> <li><a href="https://github.com/pypa/setuptools-scm/commit/70f69429c40f8c8d3c4e0eec2d8b4a6794671c88"><code>70f6942</code></a> Merge pull request <a href="https://redirect.github.com/pypa/setuptools-scm/issues/1219">#1219</a> from RonnyPfannschmidt/fix-1216-explicitly-deprecate...</li> <li><a href="https://github.com/pypa/setuptools-scm/commit/14d85c0fb8fa9efd1ec4bac3413f48aea0e319f5"><code>14d85c0</code></a> Install Mercurial on Windows runners via Chocolatey</li> <li><a href="https://github.com/pypa/setuptools-scm/commit/8c5cec917123e4cc87b490f56b6e7af27a3b0399"><code>8c5cec9</code></a> Fix API stability check workflow to install griffe and improve reporting</li> <li>Additional commits viewable in <a href="https://github.com/pypa/setuptools-scm/compare/v8.1.0...v9.2.2">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=setuptools-scm[toml]&package-manager=pip&previous-version=8.1.0&new-version=9.2.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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) </details>
2 parents cfeded1 + dd96302 commit a7668ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
[build-system]
55
requires = [
66
"setuptools == 75.8.0",
7-
"setuptools_scm[toml] == 8.1.0",
7+
"setuptools_scm[toml] == 9.2.2",
88
"frequenz-repo-config[lib] == 0.13.6",
99
]
1010
build-backend = "setuptools.build_meta"

0 commit comments

Comments
 (0)