-
Notifications
You must be signed in to change notification settings - Fork 20
Commit 54c4ffe
authored
Bump setuptools-scm[toml] from 8.3.1 to 9.2.0 (#1271)
Bumps [setuptools-scm[toml]](https://github.com/pypa/setuptools-scm)
from 8.3.1 to 9.2.0.
<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.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>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/pypa/setuptools-scm/compare/v9.0.3...v9.1.0">https://github.com/pypa/setuptools-scm/compare/v9.0.3...v9.1.0</a></p>
<h2>v9.0.3 (yanked)</h2>
<!-- raw HTML omitted -->
<h2>What's Changed</h2>
<ul>
<li>fix 1184 infer version indirect should ignore by <a
href="https://github.com/RonnyPfannschmidt"><code>@RonnyPfannschmidt</code></a>
in <a
href="https://redirect.github.com/pypa/setuptools-scm/pull/1190">pypa/setuptools-scm#1190</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/pypa/setuptools-scm/compare/v9.0.2...v9.0.3">https://github.com/pypa/setuptools-scm/compare/v9.0.2...v9.0.3</a></p>
<h2>yanked</h2>
<p>regression wrt specific old project setups vs auto-activate</p>
<h2>v9.0.2 (yanked)</h2>
<!-- raw HTML omitted -->
<h2>What's Changed</h2>
<ul>
<li>in case infer-version finds neither the config section, nor the
requirement - skip action by <a
href="https://github.com/RonnyPfannschmidt"><code>@RonnyPfannschmidt</code></a>
in <a
href="https://redirect.github.com/pypa/setuptools-scm/pull/1189">pypa/setuptools-scm#1189</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.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>
<p>complete reiteration of the decision logic for enabling version
inference on setuptools_scm</p>
<ul>
<li>shared logic for the important parts</li>
<li>proper deferring based in precedence of finalize options vs version
keyword</li>
<li>unittestable for the parsing parts and the decision steps</li>
</ul>
</li>
</ul>
<h2>v9.0.3 (yanked)</h2>
<h3>fixed</h3>
<ul>
<li>fix 1184: verify version is dynamic if the dependency is used as
indicator for enabling</li>
</ul>
<h2>v9.0.2 (yanked)</h2>
<h3>Fixed</h3>
<ul>
<li>fix <a
href="https://redirect.github.com/pypa/setuptools-scm/issues/1184">#1184</a>:
in case setuptools-scm is a indirect dependency and no pyproject.toml
section exists - don't infer the version</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/6bf67462a2358be9581bcb816547de6fc636e8d9"><code>6bf6746</code></a>
Merge pull request <a
href="https://redirect.github.com/pypa/setuptools-scm/issues/1206">#1206</a>
from pypa/RonnyPfannschmidt-changelog</li>
<li><a
href="https://github.com/pypa/setuptools-scm/commit/c49467d206ee25dc4c415d5ea9f6e4c2238d6a6e"><code>c49467d</code></a>
Update CHANGELOG.md</li>
<li><a
href="https://github.com/pypa/setuptools-scm/commit/3baa39824e44f5e5e11087792704e7e130465d82"><code>3baa398</code></a>
Merge pull request <a
href="https://redirect.github.com/pypa/setuptools-scm/issues/1202">#1202</a>
from RonnyPfannschmidt/version-infer-again</li>
<li><a
href="https://github.com/pypa/setuptools-scm/commit/861df20254d2a502f6cb40cb2af4bccba0da6f2f"><code>861df20</code></a>
Merge pull request <a
href="https://redirect.github.com/pypa/setuptools-scm/issues/1199">#1199</a>
from pypa/dependabot/github_actions/actions/download...</li>
<li><a
href="https://github.com/pypa/setuptools-scm/commit/daf68b5e9ae5b26c8277030601dea662995ec5eb"><code>daf68b5</code></a>
Merge pull request <a
href="https://redirect.github.com/pypa/setuptools-scm/issues/1200">#1200</a>
from pypa/dependabot/github_actions/actions/checkout-5</li>
<li><a
href="https://github.com/pypa/setuptools-scm/commit/229946a437de35f43dc36ade40c6738765f3c263"><code>229946a</code></a>
Merge pull request <a
href="https://redirect.github.com/pypa/setuptools-scm/issues/1197">#1197</a>
from pypa/pre-commit-ci-update-config</li>
<li><a
href="https://github.com/pypa/setuptools-scm/commit/b8a2920a2441232a74ab33bf028a39e140eccc86"><code>b8a2920</code></a>
Add simple extra to pyproject.toml</li>
<li><a
href="https://github.com/pypa/setuptools-scm/commit/250b5c2143c34174f5c855281f51499c568ebee8"><code>250b5c2</code></a>
add test migration plan for llms + fix changelog formatting</li>
<li><a
href="https://github.com/pypa/setuptools-scm/commit/56a7a00ad4b33ab1835f6768736388ea5c18c0a7"><code>56a7a00</code></a>
split version inference into the part that needs a distribution object
and th...</li>
<li><a
href="https://github.com/pypa/setuptools-scm/commit/206742a617df3922e9a0c3dc36243051e8f2f3c2"><code>206742a</code></a>
return simplified activation with a extra to prevent regressions</li>
<li>Additional commits viewable in <a
href="https://github.com/pypa/setuptools-scm/compare/v8.3.1...v9.2.0">compare
view</a></li>
</ul>
</details>
<br />
[](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>File tree
Expand file treeCollapse file tree
1 file changed
+1
-1
lines changedOpen diff view settings
Filter options
Expand file treeCollapse file tree
1 file changed
+1
-1
lines changedOpen diff view settings
Collapse file
+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
0 commit comments