Export PyInit_pkg for pkg.__init__ instead of PyInit___init__#327
Merged
Export PyInit_pkg for pkg.__init__ instead of PyInit___init__#327
PyInit_pkg for pkg.__init__ instead of PyInit___init__#327Conversation
jaraco
approved these changes
Feb 23, 2025
Member
jaraco
left a comment
There was a problem hiding this comment.
Looks good to me. The failure in cygwin appears to be unrelated; I'll track that in a separate issue.
2 tasks
github-actions bot
pushed a commit
to aio-libs/aiohttp
that referenced
this pull request
Mar 10, 2025
Bumps [setuptools](https://github.com/pypa/setuptools) from 75.8.2 to 76.0.0. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/pypa/setuptools/blob/main/NEWS.rst">setuptools's changelog</a>.</em></p> <blockquote> <h1>v76.0.0</h1> <h2>Deprecations and Removals</h2> <ul> <li>Synced with pypa/distutils@5589d7527 including a simplified shebang generation when building scripts (<a href="https://redirect.github.com/pypa/setuptools/issues/4863">#4863</a>). (<a href="https://redirect.github.com/pypa/setuptools/issues/4865">#4865</a>)</li> </ul> <h1>v75.9.1</h1> <h2>Bugfixes</h2> <ul> <li>Fix ImportError in distutils when configuring for linking. (<a href="https://redirect.github.com/pypa/setuptools/issues/4866">#4866</a>)</li> </ul> <h1>v75.9.0</h1> <h2>Features</h2> <ul> <li><code>pypa/distutils#327</code><a href="https://redirect.github.com/pypa/setuptools/issues/4852">#4852</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/pypa/setuptools/commit/c11a4940deba04a6f8f8e1410686116f587f6f70"><code>c11a494</code></a> Bump version: 75.9.1 → 76.0.0</li> <li><a href="https://github.com/pypa/setuptools/commit/427babbd960fac659167061b9a030c3041112107"><code>427babb</code></a> Merge pull request <a href="https://redirect.github.com/pypa/setuptools/issues/4865">#4865</a> from pypa/feature/distutils-5589d7527</li> <li><a href="https://github.com/pypa/setuptools/commit/7530d69a8decc3fac377e361f17d00c0878cd6ea"><code>7530d69</code></a> Bump version: 75.9.0 → 75.9.1</li> <li><a href="https://github.com/pypa/setuptools/commit/d8620a8a8d1ce9648716cf3379718a257d721530"><code>d8620a8</code></a> Merge pull request <a href="https://redirect.github.com/pypa/setuptools/issues/4867">#4867</a> from pypa/bugfix/distutils-6d7cc0ff9</li> <li><a href="https://github.com/pypa/setuptools/commit/7cff740272fcb99ef1f7c17cc074029acaa9ca42"><code>7cff740</code></a> Add news fragment.</li> <li><a href="https://github.com/pypa/setuptools/commit/149a28a70b02b724b72cf16a9b44db36d347e06b"><code>149a28a</code></a> Merge commit '6d7cc0ff9' into bugfix/distutils-6d7cc0ff9</li> <li><a href="https://github.com/pypa/setuptools/commit/6d7cc0ff91349ce0a9d3b5902a93302d0073d7b0"><code>6d7cc0f</code></a> In config command, move to eager imports. Restore LinkError to ccompilers mod...</li> <li><a href="https://github.com/pypa/setuptools/commit/5cc292799ced115f6404b65d59eed0e629741bd7"><code>5cc2927</code></a> Add news fragment.</li> <li><a href="https://github.com/pypa/setuptools/commit/c7e97a0012edcd583001336268bb18fb985bce1e"><code>c7e97a0</code></a> Merge with pypa/distutils@5589d7527</li> <li><a href="https://github.com/pypa/setuptools/commit/0cffd6186ecc7b76d8544a099473cc262b9335f3"><code>0cffd61</code></a> Bump version: 75.8.2 → 75.9.0</li> <li>Additional commits viewable in <a href="https://github.com/pypa/setuptools/compare/v75.8.2...v76.0.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> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
github-actions bot
pushed a commit
to aio-libs/aiohttp
that referenced
this pull request
Mar 10, 2025
Bumps [setuptools](https://github.com/pypa/setuptools) from 75.8.2 to 76.0.0. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/pypa/setuptools/blob/main/NEWS.rst">setuptools's changelog</a>.</em></p> <blockquote> <h1>v76.0.0</h1> <h2>Deprecations and Removals</h2> <ul> <li>Synced with pypa/distutils@5589d7527 including a simplified shebang generation when building scripts (<a href="https://redirect.github.com/pypa/setuptools/issues/4863">#4863</a>). (<a href="https://redirect.github.com/pypa/setuptools/issues/4865">#4865</a>)</li> </ul> <h1>v75.9.1</h1> <h2>Bugfixes</h2> <ul> <li>Fix ImportError in distutils when configuring for linking. (<a href="https://redirect.github.com/pypa/setuptools/issues/4866">#4866</a>)</li> </ul> <h1>v75.9.0</h1> <h2>Features</h2> <ul> <li><code>pypa/distutils#327</code><a href="https://redirect.github.com/pypa/setuptools/issues/4852">#4852</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/pypa/setuptools/commit/c11a4940deba04a6f8f8e1410686116f587f6f70"><code>c11a494</code></a> Bump version: 75.9.1 → 76.0.0</li> <li><a href="https://github.com/pypa/setuptools/commit/427babbd960fac659167061b9a030c3041112107"><code>427babb</code></a> Merge pull request <a href="https://redirect.github.com/pypa/setuptools/issues/4865">#4865</a> from pypa/feature/distutils-5589d7527</li> <li><a href="https://github.com/pypa/setuptools/commit/7530d69a8decc3fac377e361f17d00c0878cd6ea"><code>7530d69</code></a> Bump version: 75.9.0 → 75.9.1</li> <li><a href="https://github.com/pypa/setuptools/commit/d8620a8a8d1ce9648716cf3379718a257d721530"><code>d8620a8</code></a> Merge pull request <a href="https://redirect.github.com/pypa/setuptools/issues/4867">#4867</a> from pypa/bugfix/distutils-6d7cc0ff9</li> <li><a href="https://github.com/pypa/setuptools/commit/7cff740272fcb99ef1f7c17cc074029acaa9ca42"><code>7cff740</code></a> Add news fragment.</li> <li><a href="https://github.com/pypa/setuptools/commit/149a28a70b02b724b72cf16a9b44db36d347e06b"><code>149a28a</code></a> Merge commit '6d7cc0ff9' into bugfix/distutils-6d7cc0ff9</li> <li><a href="https://github.com/pypa/setuptools/commit/6d7cc0ff91349ce0a9d3b5902a93302d0073d7b0"><code>6d7cc0f</code></a> In config command, move to eager imports. Restore LinkError to ccompilers mod...</li> <li><a href="https://github.com/pypa/setuptools/commit/5cc292799ced115f6404b65d59eed0e629741bd7"><code>5cc2927</code></a> Add news fragment.</li> <li><a href="https://github.com/pypa/setuptools/commit/c7e97a0012edcd583001336268bb18fb985bce1e"><code>c7e97a0</code></a> Merge with pypa/distutils@5589d7527</li> <li><a href="https://github.com/pypa/setuptools/commit/0cffd6186ecc7b76d8544a099473cc262b9335f3"><code>0cffd61</code></a> Bump version: 75.8.2 → 75.9.0</li> <li>Additional commits viewable in <a href="https://github.com/pypa/setuptools/compare/v75.8.2...v76.0.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> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
github-merge-queue bot
pushed a commit
to meltano/meltano
that referenced
this pull request
Mar 10, 2025
Bumps [setuptools](https://github.com/pypa/setuptools) from 75.8.2 to 76.0.0. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/pypa/setuptools/blob/main/NEWS.rst">setuptools's changelog</a>.</em></p> <blockquote> <h1>v76.0.0</h1> <h2>Deprecations and Removals</h2> <ul> <li>Synced with pypa/distutils@5589d7527 including a simplified shebang generation when building scripts (<a href="https://redirect.github.com/pypa/setuptools/issues/4863">#4863</a>). (<a href="https://redirect.github.com/pypa/setuptools/issues/4865">#4865</a>)</li> </ul> <h1>v75.9.1</h1> <h2>Bugfixes</h2> <ul> <li>Fix ImportError in distutils when configuring for linking. (<a href="https://redirect.github.com/pypa/setuptools/issues/4866">#4866</a>)</li> </ul> <h1>v75.9.0</h1> <h2>Features</h2> <ul> <li><code>pypa/distutils#327</code><a href="https://redirect.github.com/pypa/setuptools/issues/4852">#4852</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/pypa/setuptools/commit/c11a4940deba04a6f8f8e1410686116f587f6f70"><code>c11a494</code></a> Bump version: 75.9.1 → 76.0.0</li> <li><a href="https://github.com/pypa/setuptools/commit/427babbd960fac659167061b9a030c3041112107"><code>427babb</code></a> Merge pull request <a href="https://redirect.github.com/pypa/setuptools/issues/4865">#4865</a> from pypa/feature/distutils-5589d7527</li> <li><a href="https://github.com/pypa/setuptools/commit/7530d69a8decc3fac377e361f17d00c0878cd6ea"><code>7530d69</code></a> Bump version: 75.9.0 → 75.9.1</li> <li><a href="https://github.com/pypa/setuptools/commit/d8620a8a8d1ce9648716cf3379718a257d721530"><code>d8620a8</code></a> Merge pull request <a href="https://redirect.github.com/pypa/setuptools/issues/4867">#4867</a> from pypa/bugfix/distutils-6d7cc0ff9</li> <li><a href="https://github.com/pypa/setuptools/commit/7cff740272fcb99ef1f7c17cc074029acaa9ca42"><code>7cff740</code></a> Add news fragment.</li> <li><a href="https://github.com/pypa/setuptools/commit/149a28a70b02b724b72cf16a9b44db36d347e06b"><code>149a28a</code></a> Merge commit '6d7cc0ff9' into bugfix/distutils-6d7cc0ff9</li> <li><a href="https://github.com/pypa/setuptools/commit/6d7cc0ff91349ce0a9d3b5902a93302d0073d7b0"><code>6d7cc0f</code></a> In config command, move to eager imports. Restore LinkError to ccompilers mod...</li> <li><a href="https://github.com/pypa/setuptools/commit/5cc292799ced115f6404b65d59eed0e629741bd7"><code>5cc2927</code></a> Add news fragment.</li> <li><a href="https://github.com/pypa/setuptools/commit/c7e97a0012edcd583001336268bb18fb985bce1e"><code>c7e97a0</code></a> Merge with pypa/distutils@5589d7527</li> <li><a href="https://github.com/pypa/setuptools/commit/0cffd6186ecc7b76d8544a099473cc262b9335f3"><code>0cffd61</code></a> Bump version: 75.8.2 → 75.9.0</li> <li>Additional commits viewable in <a href="https://github.com/pypa/setuptools/compare/v75.8.2...v76.0.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> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
github-merge-queue bot
pushed a commit
to openvinotoolkit/openvino
that referenced
this pull request
Mar 10, 2025
…rc/bindings/python (#29368) Updates the requirements on [setuptools](https://github.com/pypa/setuptools) to permit the latest version. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/pypa/setuptools/blob/main/NEWS.rst">setuptools's changelog</a>.</em></p> <blockquote> <h1>v76.0.0</h1> <h2>Deprecations and Removals</h2> <ul> <li>Synced with pypa/distutils@5589d7527 including a simplified shebang generation when building scripts (<a href="https://redirect.github.com/pypa/setuptools/issues/4863">#4863</a>). (<a href="https://redirect.github.com/pypa/setuptools/issues/4865">#4865</a>)</li> </ul> <h1>v75.9.1</h1> <h2>Bugfixes</h2> <ul> <li>Fix ImportError in distutils when configuring for linking. (<a href="https://redirect.github.com/pypa/setuptools/issues/4866">#4866</a>)</li> </ul> <h1>v75.9.0</h1> <h2>Features</h2> <ul> <li><code>pypa/distutils#327</code><a href="https://redirect.github.com/pypa/setuptools/issues/4852">#4852</a>)</li> </ul> <h1>v75.8.2</h1> <h2>Bugfixes</h2> <ul> <li>Fixed <code>pkg_resources.require(...)</code> to also consider standardised <code>dist-info</code> directories. (<a href="https://redirect.github.com/pypa/setuptools/issues/4856">#4856</a>)</li> </ul> <h1>v75.8.1</h1> <h2>Bugfixes</h2> <ul> <li>Fix wheel file naming to follow binary distribution specification -- by :user:<code>di</code> (<a href="https://redirect.github.com/pypa/setuptools/issues/4766">#4766</a>)</li> <li>Fixed crash generating error message printed when building wheels for the free-threaded build using the limited API. -- by :user:<code>ngoldbaum</code> (<a href="https://redirect.github.com/pypa/setuptools/issues/4809">#4809</a>)</li> <li>Fix documentation for recent CFLAGS distutils change. -- by :user:<code>thesamesam</code> (<a href="https://redirect.github.com/pypa/setuptools/issues/4836">#4836</a>)</li> </ul> <p>v75.8.0</p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/pypa/setuptools/commit/c11a4940deba04a6f8f8e1410686116f587f6f70"><code>c11a494</code></a> Bump version: 75.9.1 → 76.0.0</li> <li><a href="https://github.com/pypa/setuptools/commit/427babbd960fac659167061b9a030c3041112107"><code>427babb</code></a> Merge pull request <a href="https://redirect.github.com/pypa/setuptools/issues/4865">#4865</a> from pypa/feature/distutils-5589d7527</li> <li><a href="https://github.com/pypa/setuptools/commit/7530d69a8decc3fac377e361f17d00c0878cd6ea"><code>7530d69</code></a> Bump version: 75.9.0 → 75.9.1</li> <li><a href="https://github.com/pypa/setuptools/commit/d8620a8a8d1ce9648716cf3379718a257d721530"><code>d8620a8</code></a> Merge pull request <a href="https://redirect.github.com/pypa/setuptools/issues/4867">#4867</a> from pypa/bugfix/distutils-6d7cc0ff9</li> <li><a href="https://github.com/pypa/setuptools/commit/7cff740272fcb99ef1f7c17cc074029acaa9ca42"><code>7cff740</code></a> Add news fragment.</li> <li><a href="https://github.com/pypa/setuptools/commit/149a28a70b02b724b72cf16a9b44db36d347e06b"><code>149a28a</code></a> Merge commit '6d7cc0ff9' into bugfix/distutils-6d7cc0ff9</li> <li><a href="https://github.com/pypa/setuptools/commit/6d7cc0ff91349ce0a9d3b5902a93302d0073d7b0"><code>6d7cc0f</code></a> In config command, move to eager imports. Restore LinkError to ccompilers mod...</li> <li><a href="https://github.com/pypa/setuptools/commit/5cc292799ced115f6404b65d59eed0e629741bd7"><code>5cc2927</code></a> Add news fragment.</li> <li><a href="https://github.com/pypa/setuptools/commit/c7e97a0012edcd583001336268bb18fb985bce1e"><code>c7e97a0</code></a> Merge with pypa/distutils@5589d7527</li> <li><a href="https://github.com/pypa/setuptools/commit/0cffd6186ecc7b76d8544a099473cc262b9335f3"><code>0cffd61</code></a> Bump version: 75.8.2 → 75.9.0</li> <li>Additional commits viewable in <a href="https://github.com/pypa/setuptools/compare/v70.1.0...v76.0.0">compare view</a></li> </ul> </details> <br /> 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> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
rodaine
pushed a commit
to bufbuild/protoc-gen-validate
that referenced
this pull request
Mar 10, 2025
Bumps the python-root group with 1 update: [setuptools](https://github.com/pypa/setuptools). Updates `setuptools` from 75.8.2 to 76.0.0 <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/pypa/setuptools/blob/main/NEWS.rst">setuptools's changelog</a>.</em></p> <blockquote> <h1>v76.0.0</h1> <h2>Deprecations and Removals</h2> <ul> <li>Synced with pypa/distutils@5589d7527 including a simplified shebang generation when building scripts (<a href="https://redirect.github.com/pypa/setuptools/issues/4863">#4863</a>). (<a href="https://redirect.github.com/pypa/setuptools/issues/4865">#4865</a>)</li> </ul> <h1>v75.9.1</h1> <h2>Bugfixes</h2> <ul> <li>Fix ImportError in distutils when configuring for linking. (<a href="https://redirect.github.com/pypa/setuptools/issues/4866">#4866</a>)</li> </ul> <h1>v75.9.0</h1> <h2>Features</h2> <ul> <li><code>pypa/distutils#327</code><a href="https://redirect.github.com/pypa/setuptools/issues/4852">#4852</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/pypa/setuptools/commit/c11a4940deba04a6f8f8e1410686116f587f6f70"><code>c11a494</code></a> Bump version: 75.9.1 → 76.0.0</li> <li><a href="https://github.com/pypa/setuptools/commit/427babbd960fac659167061b9a030c3041112107"><code>427babb</code></a> Merge pull request <a href="https://redirect.github.com/pypa/setuptools/issues/4865">#4865</a> from pypa/feature/distutils-5589d7527</li> <li><a href="https://github.com/pypa/setuptools/commit/7530d69a8decc3fac377e361f17d00c0878cd6ea"><code>7530d69</code></a> Bump version: 75.9.0 → 75.9.1</li> <li><a href="https://github.com/pypa/setuptools/commit/d8620a8a8d1ce9648716cf3379718a257d721530"><code>d8620a8</code></a> Merge pull request <a href="https://redirect.github.com/pypa/setuptools/issues/4867">#4867</a> from pypa/bugfix/distutils-6d7cc0ff9</li> <li><a href="https://github.com/pypa/setuptools/commit/7cff740272fcb99ef1f7c17cc074029acaa9ca42"><code>7cff740</code></a> Add news fragment.</li> <li><a href="https://github.com/pypa/setuptools/commit/149a28a70b02b724b72cf16a9b44db36d347e06b"><code>149a28a</code></a> Merge commit '6d7cc0ff9' into bugfix/distutils-6d7cc0ff9</li> <li><a href="https://github.com/pypa/setuptools/commit/6d7cc0ff91349ce0a9d3b5902a93302d0073d7b0"><code>6d7cc0f</code></a> In config command, move to eager imports. Restore LinkError to ccompilers mod...</li> <li><a href="https://github.com/pypa/setuptools/commit/5cc292799ced115f6404b65d59eed0e629741bd7"><code>5cc2927</code></a> Add news fragment.</li> <li><a href="https://github.com/pypa/setuptools/commit/c7e97a0012edcd583001336268bb18fb985bce1e"><code>c7e97a0</code></a> Merge with pypa/distutils@5589d7527</li> <li><a href="https://github.com/pypa/setuptools/commit/0cffd6186ecc7b76d8544a099473cc262b9335f3"><code>0cffd61</code></a> Bump version: 75.8.2 → 75.9.0</li> <li>Additional commits viewable in <a href="https://github.com/pypa/setuptools/compare/v75.8.2...v76.0.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 <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
inmantaci
pushed a commit
to inmanta/inmanta-core
that referenced
this pull request
Mar 10, 2025
Bumps [setuptools](https://github.com/pypa/setuptools) from 75.8.2 to 76.0.0. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/pypa/setuptools/blob/main/NEWS.rst">setuptools's changelog</a>.</em></p> <blockquote> <h1>v76.0.0</h1> <h2>Deprecations and Removals</h2> <ul> <li>Synced with pypa/distutils@5589d7527 including a simplified shebang generation when building scripts (<a href="https://redirect.github.com/pypa/setuptools/issues/4863">#4863</a>). (<a href="https://redirect.github.com/pypa/setuptools/issues/4865">#4865</a>)</li> </ul> <h1>v75.9.1</h1> <h2>Bugfixes</h2> <ul> <li>Fix ImportError in distutils when configuring for linking. (<a href="https://redirect.github.com/pypa/setuptools/issues/4866">#4866</a>)</li> </ul> <h1>v75.9.0</h1> <h2>Features</h2> <ul> <li><code>pypa/distutils#327</code><a href="https://redirect.github.com/pypa/setuptools/issues/4852">#4852</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/pypa/setuptools/commit/c11a4940deba04a6f8f8e1410686116f587f6f70"><code>c11a494</code></a> Bump version: 75.9.1 → 76.0.0</li> <li><a href="https://github.com/pypa/setuptools/commit/427babbd960fac659167061b9a030c3041112107"><code>427babb</code></a> Merge pull request <a href="https://redirect.github.com/pypa/setuptools/issues/4865">#4865</a> from pypa/feature/distutils-5589d7527</li> <li><a href="https://github.com/pypa/setuptools/commit/7530d69a8decc3fac377e361f17d00c0878cd6ea"><code>7530d69</code></a> Bump version: 75.9.0 → 75.9.1</li> <li><a href="https://github.com/pypa/setuptools/commit/d8620a8a8d1ce9648716cf3379718a257d721530"><code>d8620a8</code></a> Merge pull request <a href="https://redirect.github.com/pypa/setuptools/issues/4867">#4867</a> from pypa/bugfix/distutils-6d7cc0ff9</li> <li><a href="https://github.com/pypa/setuptools/commit/7cff740272fcb99ef1f7c17cc074029acaa9ca42"><code>7cff740</code></a> Add news fragment.</li> <li><a href="https://github.com/pypa/setuptools/commit/149a28a70b02b724b72cf16a9b44db36d347e06b"><code>149a28a</code></a> Merge commit '6d7cc0ff9' into bugfix/distutils-6d7cc0ff9</li> <li><a href="https://github.com/pypa/setuptools/commit/6d7cc0ff91349ce0a9d3b5902a93302d0073d7b0"><code>6d7cc0f</code></a> In config command, move to eager imports. Restore LinkError to ccompilers mod...</li> <li><a href="https://github.com/pypa/setuptools/commit/5cc292799ced115f6404b65d59eed0e629741bd7"><code>5cc2927</code></a> Add news fragment.</li> <li><a href="https://github.com/pypa/setuptools/commit/c7e97a0012edcd583001336268bb18fb985bce1e"><code>c7e97a0</code></a> Merge with pypa/distutils@5589d7527</li> <li><a href="https://github.com/pypa/setuptools/commit/0cffd6186ecc7b76d8544a099473cc262b9335f3"><code>0cffd61</code></a> Bump version: 75.8.2 → 75.9.0</li> <li>Additional commits viewable in <a href="https://github.com/pypa/setuptools/compare/v75.8.2...v76.0.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>
github-merge-queue bot
pushed a commit
to openvinotoolkit/openvino
that referenced
this pull request
Mar 10, 2025
…rc/bindings/python (#29368) Updates the requirements on [setuptools](https://github.com/pypa/setuptools) to permit the latest version. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/pypa/setuptools/blob/main/NEWS.rst">setuptools's changelog</a>.</em></p> <blockquote> <h1>v76.0.0</h1> <h2>Deprecations and Removals</h2> <ul> <li>Synced with pypa/distutils@5589d7527 including a simplified shebang generation when building scripts (<a href="https://redirect.github.com/pypa/setuptools/issues/4863">#4863</a>). (<a href="https://redirect.github.com/pypa/setuptools/issues/4865">#4865</a>)</li> </ul> <h1>v75.9.1</h1> <h2>Bugfixes</h2> <ul> <li>Fix ImportError in distutils when configuring for linking. (<a href="https://redirect.github.com/pypa/setuptools/issues/4866">#4866</a>)</li> </ul> <h1>v75.9.0</h1> <h2>Features</h2> <ul> <li><code>pypa/distutils#327</code><a href="https://redirect.github.com/pypa/setuptools/issues/4852">#4852</a>)</li> </ul> <h1>v75.8.2</h1> <h2>Bugfixes</h2> <ul> <li>Fixed <code>pkg_resources.require(...)</code> to also consider standardised <code>dist-info</code> directories. (<a href="https://redirect.github.com/pypa/setuptools/issues/4856">#4856</a>)</li> </ul> <h1>v75.8.1</h1> <h2>Bugfixes</h2> <ul> <li>Fix wheel file naming to follow binary distribution specification -- by :user:<code>di</code> (<a href="https://redirect.github.com/pypa/setuptools/issues/4766">#4766</a>)</li> <li>Fixed crash generating error message printed when building wheels for the free-threaded build using the limited API. -- by :user:<code>ngoldbaum</code> (<a href="https://redirect.github.com/pypa/setuptools/issues/4809">#4809</a>)</li> <li>Fix documentation for recent CFLAGS distutils change. -- by :user:<code>thesamesam</code> (<a href="https://redirect.github.com/pypa/setuptools/issues/4836">#4836</a>)</li> </ul> <p>v75.8.0</p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/pypa/setuptools/commit/c11a4940deba04a6f8f8e1410686116f587f6f70"><code>c11a494</code></a> Bump version: 75.9.1 → 76.0.0</li> <li><a href="https://github.com/pypa/setuptools/commit/427babbd960fac659167061b9a030c3041112107"><code>427babb</code></a> Merge pull request <a href="https://redirect.github.com/pypa/setuptools/issues/4865">#4865</a> from pypa/feature/distutils-5589d7527</li> <li><a href="https://github.com/pypa/setuptools/commit/7530d69a8decc3fac377e361f17d00c0878cd6ea"><code>7530d69</code></a> Bump version: 75.9.0 → 75.9.1</li> <li><a href="https://github.com/pypa/setuptools/commit/d8620a8a8d1ce9648716cf3379718a257d721530"><code>d8620a8</code></a> Merge pull request <a href="https://redirect.github.com/pypa/setuptools/issues/4867">#4867</a> from pypa/bugfix/distutils-6d7cc0ff9</li> <li><a href="https://github.com/pypa/setuptools/commit/7cff740272fcb99ef1f7c17cc074029acaa9ca42"><code>7cff740</code></a> Add news fragment.</li> <li><a href="https://github.com/pypa/setuptools/commit/149a28a70b02b724b72cf16a9b44db36d347e06b"><code>149a28a</code></a> Merge commit '6d7cc0ff9' into bugfix/distutils-6d7cc0ff9</li> <li><a href="https://github.com/pypa/setuptools/commit/6d7cc0ff91349ce0a9d3b5902a93302d0073d7b0"><code>6d7cc0f</code></a> In config command, move to eager imports. Restore LinkError to ccompilers mod...</li> <li><a href="https://github.com/pypa/setuptools/commit/5cc292799ced115f6404b65d59eed0e629741bd7"><code>5cc2927</code></a> Add news fragment.</li> <li><a href="https://github.com/pypa/setuptools/commit/c7e97a0012edcd583001336268bb18fb985bce1e"><code>c7e97a0</code></a> Merge with pypa/distutils@5589d7527</li> <li><a href="https://github.com/pypa/setuptools/commit/0cffd6186ecc7b76d8544a099473cc262b9335f3"><code>0cffd61</code></a> Bump version: 75.8.2 → 75.9.0</li> <li>Additional commits viewable in <a href="https://github.com/pypa/setuptools/compare/v70.1.0...v76.0.0">compare view</a></li> </ul> </details> <br /> 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> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
tobiascadee
pushed a commit
to TicketSwap/tap-delighted
that referenced
this pull request
Mar 12, 2025
Bumps [setuptools](https://github.com/pypa/setuptools) from 70.3.0 to 76.0.0. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/pypa/setuptools/blob/main/NEWS.rst">setuptools's changelog</a>.</em></p> <blockquote> <h1>v76.0.0</h1> <h2>Deprecations and Removals</h2> <ul> <li>Synced with pypa/distutils@5589d7527 including a simplified shebang generation when building scripts (<a href="https://redirect.github.com/pypa/setuptools/issues/4863">#4863</a>). (<a href="https://redirect.github.com/pypa/setuptools/issues/4865">#4865</a>)</li> </ul> <h1>v75.9.1</h1> <h2>Bugfixes</h2> <ul> <li>Fix ImportError in distutils when configuring for linking. (<a href="https://redirect.github.com/pypa/setuptools/issues/4866">#4866</a>)</li> </ul> <h1>v75.9.0</h1> <h2>Features</h2> <ul> <li><code>pypa/distutils#327</code><a href="https://redirect.github.com/pypa/setuptools/issues/4852">#4852</a>)</li> </ul> <h1>v75.8.2</h1> <h2>Bugfixes</h2> <ul> <li>Fixed <code>pkg_resources.require(...)</code> to also consider standardised <code>dist-info</code> directories. (<a href="https://redirect.github.com/pypa/setuptools/issues/4856">#4856</a>)</li> </ul> <h1>v75.8.1</h1> <h2>Bugfixes</h2> <ul> <li>Fix wheel file naming to follow binary distribution specification -- by :user:<code>di</code> (<a href="https://redirect.github.com/pypa/setuptools/issues/4766">#4766</a>)</li> <li>Fixed crash generating error message printed when building wheels for the free-threaded build using the limited API. -- by :user:<code>ngoldbaum</code> (<a href="https://redirect.github.com/pypa/setuptools/issues/4809">#4809</a>)</li> <li>Fix documentation for recent CFLAGS distutils change. -- by :user:<code>thesamesam</code> (<a href="https://redirect.github.com/pypa/setuptools/issues/4836">#4836</a>)</li> </ul> <p>v75.8.0</p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/pypa/setuptools/commit/c11a4940deba04a6f8f8e1410686116f587f6f70"><code>c11a494</code></a> Bump version: 75.9.1 → 76.0.0</li> <li><a href="https://github.com/pypa/setuptools/commit/427babbd960fac659167061b9a030c3041112107"><code>427babb</code></a> Merge pull request <a href="https://redirect.github.com/pypa/setuptools/issues/4865">#4865</a> from pypa/feature/distutils-5589d7527</li> <li><a href="https://github.com/pypa/setuptools/commit/7530d69a8decc3fac377e361f17d00c0878cd6ea"><code>7530d69</code></a> Bump version: 75.9.0 → 75.9.1</li> <li><a href="https://github.com/pypa/setuptools/commit/d8620a8a8d1ce9648716cf3379718a257d721530"><code>d8620a8</code></a> Merge pull request <a href="https://redirect.github.com/pypa/setuptools/issues/4867">#4867</a> from pypa/bugfix/distutils-6d7cc0ff9</li> <li><a href="https://github.com/pypa/setuptools/commit/7cff740272fcb99ef1f7c17cc074029acaa9ca42"><code>7cff740</code></a> Add news fragment.</li> <li><a href="https://github.com/pypa/setuptools/commit/149a28a70b02b724b72cf16a9b44db36d347e06b"><code>149a28a</code></a> Merge commit '6d7cc0ff9' into bugfix/distutils-6d7cc0ff9</li> <li><a href="https://github.com/pypa/setuptools/commit/6d7cc0ff91349ce0a9d3b5902a93302d0073d7b0"><code>6d7cc0f</code></a> In config command, move to eager imports. Restore LinkError to ccompilers mod...</li> <li><a href="https://github.com/pypa/setuptools/commit/5cc292799ced115f6404b65d59eed0e629741bd7"><code>5cc2927</code></a> Add news fragment.</li> <li><a href="https://github.com/pypa/setuptools/commit/c7e97a0012edcd583001336268bb18fb985bce1e"><code>c7e97a0</code></a> Merge with pypa/distutils@5589d7527</li> <li><a href="https://github.com/pypa/setuptools/commit/0cffd6186ecc7b76d8544a099473cc262b9335f3"><code>0cffd61</code></a> Bump version: 75.8.2 → 75.9.0</li> <li>Additional commits viewable in <a href="https://github.com/pypa/setuptools/compare/v70.3.0...v76.0.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> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
botengyao
pushed a commit
to envoyproxy/envoy
that referenced
this pull request
Mar 13, 2025
…8688) Bumps [setuptools](https://github.com/pypa/setuptools) from 75.8.2 to 76.0.0. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/pypa/setuptools/blob/main/NEWS.rst">setuptools's changelog</a>.</em></p> <blockquote> <h1>v76.0.0</h1> <h2>Deprecations and Removals</h2> <ul> <li>Synced with pypa/distutils@5589d7527 including a simplified shebang generation when building scripts (<a href="https://redirect.github.com/pypa/setuptools/issues/4863">#4863</a>). (<a href="https://redirect.github.com/pypa/setuptools/issues/4865">#4865</a>)</li> </ul> <h1>v75.9.1</h1> <h2>Bugfixes</h2> <ul> <li>Fix ImportError in distutils when configuring for linking. (<a href="https://redirect.github.com/pypa/setuptools/issues/4866">#4866</a>)</li> </ul> <h1>v75.9.0</h1> <h2>Features</h2> <ul> <li><code>pypa/distutils#327</code><a href="https://redirect.github.com/pypa/setuptools/issues/4852">#4852</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/pypa/setuptools/commit/c11a4940deba04a6f8f8e1410686116f587f6f70"><code>c11a494</code></a> Bump version: 75.9.1 → 76.0.0</li> <li><a href="https://github.com/pypa/setuptools/commit/427babbd960fac659167061b9a030c3041112107"><code>427babb</code></a> Merge pull request <a href="https://redirect.github.com/pypa/setuptools/issues/4865">#4865</a> from pypa/feature/distutils-5589d7527</li> <li><a href="https://github.com/pypa/setuptools/commit/7530d69a8decc3fac377e361f17d00c0878cd6ea"><code>7530d69</code></a> Bump version: 75.9.0 → 75.9.1</li> <li><a href="https://github.com/pypa/setuptools/commit/d8620a8a8d1ce9648716cf3379718a257d721530"><code>d8620a8</code></a> Merge pull request <a href="https://redirect.github.com/pypa/setuptools/issues/4867">#4867</a> from pypa/bugfix/distutils-6d7cc0ff9</li> <li><a href="https://github.com/pypa/setuptools/commit/7cff740272fcb99ef1f7c17cc074029acaa9ca42"><code>7cff740</code></a> Add news fragment.</li> <li><a href="https://github.com/pypa/setuptools/commit/149a28a70b02b724b72cf16a9b44db36d347e06b"><code>149a28a</code></a> Merge commit '6d7cc0ff9' into bugfix/distutils-6d7cc0ff9</li> <li><a href="https://github.com/pypa/setuptools/commit/6d7cc0ff91349ce0a9d3b5902a93302d0073d7b0"><code>6d7cc0f</code></a> In config command, move to eager imports. Restore LinkError to ccompilers mod...</li> <li><a href="https://github.com/pypa/setuptools/commit/5cc292799ced115f6404b65d59eed0e629741bd7"><code>5cc2927</code></a> Add news fragment.</li> <li><a href="https://github.com/pypa/setuptools/commit/c7e97a0012edcd583001336268bb18fb985bce1e"><code>c7e97a0</code></a> Merge with pypa/distutils@5589d7527</li> <li><a href="https://github.com/pypa/setuptools/commit/0cffd6186ecc7b76d8544a099473cc262b9335f3"><code>0cffd61</code></a> Bump version: 75.8.2 → 75.9.0</li> <li>Additional commits viewable in <a href="https://github.com/pypa/setuptools/compare/v75.8.2...v76.0.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> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
kian-ahmadian
added a commit
to python-bale-bot/python-bale-bot
that referenced
this pull request
Mar 30, 2025
…169) Updates the requirements on [setuptools](https://github.com/pypa/setuptools) to permit the latest version. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/pypa/setuptools/blob/main/NEWS.rst">setuptools's changelog</a>.</em></p> <blockquote> <h1>v76.0.0</h1> <h2>Deprecations and Removals</h2> <ul> <li>Synced with pypa/distutils@5589d7527 including a simplified shebang generation when building scripts (<a href="https://redirect.github.com/pypa/setuptools/issues/4863">#4863</a>). (<a href="https://redirect.github.com/pypa/setuptools/issues/4865">#4865</a>)</li> </ul> <h1>v75.9.1</h1> <h2>Bugfixes</h2> <ul> <li>Fix ImportError in distutils when configuring for linking. (<a href="https://redirect.github.com/pypa/setuptools/issues/4866">#4866</a>)</li> </ul> <h1>v75.9.0</h1> <h2>Features</h2> <ul> <li><code>pypa/distutils#327</code><a href="https://redirect.github.com/pypa/setuptools/issues/4852">#4852</a>)</li> </ul> <h1>v75.8.2</h1> <h2>Bugfixes</h2> <ul> <li>Fixed <code>pkg_resources.require(...)</code> to also consider standardised <code>dist-info</code> directories. (<a href="https://redirect.github.com/pypa/setuptools/issues/4856">#4856</a>)</li> </ul> <h1>v75.8.1</h1> <h2>Bugfixes</h2> <ul> <li>Fix wheel file naming to follow binary distribution specification -- by :user:<code>di</code> (<a href="https://redirect.github.com/pypa/setuptools/issues/4766">#4766</a>)</li> <li>Fixed crash generating error message printed when building wheels for the free-threaded build using the limited API. -- by :user:<code>ngoldbaum</code> (<a href="https://redirect.github.com/pypa/setuptools/issues/4809">#4809</a>)</li> <li>Fix documentation for recent CFLAGS distutils change. -- by :user:<code>thesamesam</code> (<a href="https://redirect.github.com/pypa/setuptools/issues/4836">#4836</a>)</li> </ul> <p>v75.8.0</p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/pypa/setuptools/commit/c11a4940deba04a6f8f8e1410686116f587f6f70"><code>c11a494</code></a> Bump version: 75.9.1 → 76.0.0</li> <li><a href="https://github.com/pypa/setuptools/commit/427babbd960fac659167061b9a030c3041112107"><code>427babb</code></a> Merge pull request <a href="https://redirect.github.com/pypa/setuptools/issues/4865">#4865</a> from pypa/feature/distutils-5589d7527</li> <li><a href="https://github.com/pypa/setuptools/commit/7530d69a8decc3fac377e361f17d00c0878cd6ea"><code>7530d69</code></a> Bump version: 75.9.0 → 75.9.1</li> <li><a href="https://github.com/pypa/setuptools/commit/d8620a8a8d1ce9648716cf3379718a257d721530"><code>d8620a8</code></a> Merge pull request <a href="https://redirect.github.com/pypa/setuptools/issues/4867">#4867</a> from pypa/bugfix/distutils-6d7cc0ff9</li> <li><a href="https://github.com/pypa/setuptools/commit/7cff740272fcb99ef1f7c17cc074029acaa9ca42"><code>7cff740</code></a> Add news fragment.</li> <li><a href="https://github.com/pypa/setuptools/commit/149a28a70b02b724b72cf16a9b44db36d347e06b"><code>149a28a</code></a> Merge commit '6d7cc0ff9' into bugfix/distutils-6d7cc0ff9</li> <li><a href="https://github.com/pypa/setuptools/commit/6d7cc0ff91349ce0a9d3b5902a93302d0073d7b0"><code>6d7cc0f</code></a> In config command, move to eager imports. Restore LinkError to ccompilers mod...</li> <li><a href="https://github.com/pypa/setuptools/commit/5cc292799ced115f6404b65d59eed0e629741bd7"><code>5cc2927</code></a> Add news fragment.</li> <li><a href="https://github.com/pypa/setuptools/commit/c7e97a0012edcd583001336268bb18fb985bce1e"><code>c7e97a0</code></a> Merge with pypa/distutils@5589d7527</li> <li><a href="https://github.com/pypa/setuptools/commit/0cffd6186ecc7b76d8544a099473cc262b9335f3"><code>0cffd61</code></a> Bump version: 75.8.2 → 75.9.0</li> <li>Additional commits viewable in <a href="https://github.com/pypa/setuptools/compare/v75.1.0...v76.0.0">compare view</a></li> </ul> </details> <br /> 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>
jewertow
pushed a commit
to jewertow/envoy
that referenced
this pull request
Apr 2, 2025
…voyproxy#38688) Bumps [setuptools](https://github.com/pypa/setuptools) from 75.8.2 to 76.0.0. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/pypa/setuptools/blob/main/NEWS.rst">setuptools's changelog</a>.</em></p> <blockquote> <h1>v76.0.0</h1> <h2>Deprecations and Removals</h2> <ul> <li>Synced with pypa/distutils@5589d7527 including a simplified shebang generation when building scripts (<a href="https://redirect.github.com/pypa/setuptools/issues/4863">#4863</a>). (<a href="https://redirect.github.com/pypa/setuptools/issues/4865">#4865</a>)</li> </ul> <h1>v75.9.1</h1> <h2>Bugfixes</h2> <ul> <li>Fix ImportError in distutils when configuring for linking. (<a href="https://redirect.github.com/pypa/setuptools/issues/4866">#4866</a>)</li> </ul> <h1>v75.9.0</h1> <h2>Features</h2> <ul> <li><code>pypa/distutils#327</code><a href="https://redirect.github.com/pypa/setuptools/issues/4852">#4852</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/pypa/setuptools/commit/c11a4940deba04a6f8f8e1410686116f587f6f70"><code>c11a494</code></a> Bump version: 75.9.1 → 76.0.0</li> <li><a href="https://github.com/pypa/setuptools/commit/427babbd960fac659167061b9a030c3041112107"><code>427babb</code></a> Merge pull request <a href="https://redirect.github.com/pypa/setuptools/issues/4865">#4865</a> from pypa/feature/distutils-5589d7527</li> <li><a href="https://github.com/pypa/setuptools/commit/7530d69a8decc3fac377e361f17d00c0878cd6ea"><code>7530d69</code></a> Bump version: 75.9.0 → 75.9.1</li> <li><a href="https://github.com/pypa/setuptools/commit/d8620a8a8d1ce9648716cf3379718a257d721530"><code>d8620a8</code></a> Merge pull request <a href="https://redirect.github.com/pypa/setuptools/issues/4867">#4867</a> from pypa/bugfix/distutils-6d7cc0ff9</li> <li><a href="https://github.com/pypa/setuptools/commit/7cff740272fcb99ef1f7c17cc074029acaa9ca42"><code>7cff740</code></a> Add news fragment.</li> <li><a href="https://github.com/pypa/setuptools/commit/149a28a70b02b724b72cf16a9b44db36d347e06b"><code>149a28a</code></a> Merge commit '6d7cc0ff9' into bugfix/distutils-6d7cc0ff9</li> <li><a href="https://github.com/pypa/setuptools/commit/6d7cc0ff91349ce0a9d3b5902a93302d0073d7b0"><code>6d7cc0f</code></a> In config command, move to eager imports. Restore LinkError to ccompilers mod...</li> <li><a href="https://github.com/pypa/setuptools/commit/5cc292799ced115f6404b65d59eed0e629741bd7"><code>5cc2927</code></a> Add news fragment.</li> <li><a href="https://github.com/pypa/setuptools/commit/c7e97a0012edcd583001336268bb18fb985bce1e"><code>c7e97a0</code></a> Merge with pypa/distutils@5589d7527</li> <li><a href="https://github.com/pypa/setuptools/commit/0cffd6186ecc7b76d8544a099473cc262b9335f3"><code>0cffd61</code></a> Bump version: 75.8.2 → 75.9.0</li> <li>Additional commits viewable in <a href="https://github.com/pypa/setuptools/compare/v75.8.2...v76.0.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> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
timxu826
pushed a commit
to timxu826/openvino
that referenced
this pull request
Apr 7, 2025
…rc/bindings/python (openvinotoolkit#29368) Updates the requirements on [setuptools](https://github.com/pypa/setuptools) to permit the latest version. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/pypa/setuptools/blob/main/NEWS.rst">setuptools's changelog</a>.</em></p> <blockquote> <h1>v76.0.0</h1> <h2>Deprecations and Removals</h2> <ul> <li>Synced with pypa/distutils@5589d7527 including a simplified shebang generation when building scripts (<a href="https://redirect.github.com/pypa/setuptools/issues/4863">#4863</a>). (<a href="https://redirect.github.com/pypa/setuptools/issues/4865">#4865</a>)</li> </ul> <h1>v75.9.1</h1> <h2>Bugfixes</h2> <ul> <li>Fix ImportError in distutils when configuring for linking. (<a href="https://redirect.github.com/pypa/setuptools/issues/4866">#4866</a>)</li> </ul> <h1>v75.9.0</h1> <h2>Features</h2> <ul> <li><code>pypa/distutils#327</code><a href="https://redirect.github.com/pypa/setuptools/issues/4852">#4852</a>)</li> </ul> <h1>v75.8.2</h1> <h2>Bugfixes</h2> <ul> <li>Fixed <code>pkg_resources.require(...)</code> to also consider standardised <code>dist-info</code> directories. (<a href="https://redirect.github.com/pypa/setuptools/issues/4856">#4856</a>)</li> </ul> <h1>v75.8.1</h1> <h2>Bugfixes</h2> <ul> <li>Fix wheel file naming to follow binary distribution specification -- by :user:<code>di</code> (<a href="https://redirect.github.com/pypa/setuptools/issues/4766">#4766</a>)</li> <li>Fixed crash generating error message printed when building wheels for the free-threaded build using the limited API. -- by :user:<code>ngoldbaum</code> (<a href="https://redirect.github.com/pypa/setuptools/issues/4809">#4809</a>)</li> <li>Fix documentation for recent CFLAGS distutils change. -- by :user:<code>thesamesam</code> (<a href="https://redirect.github.com/pypa/setuptools/issues/4836">#4836</a>)</li> </ul> <p>v75.8.0</p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/pypa/setuptools/commit/c11a4940deba04a6f8f8e1410686116f587f6f70"><code>c11a494</code></a> Bump version: 75.9.1 → 76.0.0</li> <li><a href="https://github.com/pypa/setuptools/commit/427babbd960fac659167061b9a030c3041112107"><code>427babb</code></a> Merge pull request <a href="https://redirect.github.com/pypa/setuptools/issues/4865">#4865</a> from pypa/feature/distutils-5589d7527</li> <li><a href="https://github.com/pypa/setuptools/commit/7530d69a8decc3fac377e361f17d00c0878cd6ea"><code>7530d69</code></a> Bump version: 75.9.0 → 75.9.1</li> <li><a href="https://github.com/pypa/setuptools/commit/d8620a8a8d1ce9648716cf3379718a257d721530"><code>d8620a8</code></a> Merge pull request <a href="https://redirect.github.com/pypa/setuptools/issues/4867">#4867</a> from pypa/bugfix/distutils-6d7cc0ff9</li> <li><a href="https://github.com/pypa/setuptools/commit/7cff740272fcb99ef1f7c17cc074029acaa9ca42"><code>7cff740</code></a> Add news fragment.</li> <li><a href="https://github.com/pypa/setuptools/commit/149a28a70b02b724b72cf16a9b44db36d347e06b"><code>149a28a</code></a> Merge commit '6d7cc0ff9' into bugfix/distutils-6d7cc0ff9</li> <li><a href="https://github.com/pypa/setuptools/commit/6d7cc0ff91349ce0a9d3b5902a93302d0073d7b0"><code>6d7cc0f</code></a> In config command, move to eager imports. Restore LinkError to ccompilers mod...</li> <li><a href="https://github.com/pypa/setuptools/commit/5cc292799ced115f6404b65d59eed0e629741bd7"><code>5cc2927</code></a> Add news fragment.</li> <li><a href="https://github.com/pypa/setuptools/commit/c7e97a0012edcd583001336268bb18fb985bce1e"><code>c7e97a0</code></a> Merge with pypa/distutils@5589d7527</li> <li><a href="https://github.com/pypa/setuptools/commit/0cffd6186ecc7b76d8544a099473cc262b9335f3"><code>0cffd61</code></a> Bump version: 75.8.2 → 75.9.0</li> <li>Additional commits viewable in <a href="https://github.com/pypa/setuptools/compare/v70.1.0...v76.0.0">compare view</a></li> </ul> </details> <br /> 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> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
agrawroh
pushed a commit
to agrawroh/envoy
that referenced
this pull request
Apr 9, 2025
…voyproxy#38688) Bumps [setuptools](https://github.com/pypa/setuptools) from 75.8.2 to 76.0.0. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/pypa/setuptools/blob/main/NEWS.rst">setuptools's changelog</a>.</em></p> <blockquote> <h1>v76.0.0</h1> <h2>Deprecations and Removals</h2> <ul> <li>Synced with pypa/distutils@5589d7527 including a simplified shebang generation when building scripts (<a href="https://redirect.github.com/pypa/setuptools/issues/4863">#4863</a>). (<a href="https://redirect.github.com/pypa/setuptools/issues/4865">#4865</a>)</li> </ul> <h1>v75.9.1</h1> <h2>Bugfixes</h2> <ul> <li>Fix ImportError in distutils when configuring for linking. (<a href="https://redirect.github.com/pypa/setuptools/issues/4866">#4866</a>)</li> </ul> <h1>v75.9.0</h1> <h2>Features</h2> <ul> <li><code>pypa/distutils#327</code><a href="https://redirect.github.com/pypa/setuptools/issues/4852">#4852</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/pypa/setuptools/commit/c11a4940deba04a6f8f8e1410686116f587f6f70"><code>c11a494</code></a> Bump version: 75.9.1 → 76.0.0</li> <li><a href="https://github.com/pypa/setuptools/commit/427babbd960fac659167061b9a030c3041112107"><code>427babb</code></a> Merge pull request <a href="https://redirect.github.com/pypa/setuptools/issues/4865">#4865</a> from pypa/feature/distutils-5589d7527</li> <li><a href="https://github.com/pypa/setuptools/commit/7530d69a8decc3fac377e361f17d00c0878cd6ea"><code>7530d69</code></a> Bump version: 75.9.0 → 75.9.1</li> <li><a href="https://github.com/pypa/setuptools/commit/d8620a8a8d1ce9648716cf3379718a257d721530"><code>d8620a8</code></a> Merge pull request <a href="https://redirect.github.com/pypa/setuptools/issues/4867">#4867</a> from pypa/bugfix/distutils-6d7cc0ff9</li> <li><a href="https://github.com/pypa/setuptools/commit/7cff740272fcb99ef1f7c17cc074029acaa9ca42"><code>7cff740</code></a> Add news fragment.</li> <li><a href="https://github.com/pypa/setuptools/commit/149a28a70b02b724b72cf16a9b44db36d347e06b"><code>149a28a</code></a> Merge commit '6d7cc0ff9' into bugfix/distutils-6d7cc0ff9</li> <li><a href="https://github.com/pypa/setuptools/commit/6d7cc0ff91349ce0a9d3b5902a93302d0073d7b0"><code>6d7cc0f</code></a> In config command, move to eager imports. Restore LinkError to ccompilers mod...</li> <li><a href="https://github.com/pypa/setuptools/commit/5cc292799ced115f6404b65d59eed0e629741bd7"><code>5cc2927</code></a> Add news fragment.</li> <li><a href="https://github.com/pypa/setuptools/commit/c7e97a0012edcd583001336268bb18fb985bce1e"><code>c7e97a0</code></a> Merge with pypa/distutils@5589d7527</li> <li><a href="https://github.com/pypa/setuptools/commit/0cffd6186ecc7b76d8544a099473cc262b9335f3"><code>0cffd61</code></a> Bump version: 75.8.2 → 75.9.0</li> <li>Additional commits viewable in <a href="https://github.com/pypa/setuptools/compare/v75.8.2...v76.0.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> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
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 is a possible solution for pypa/setuptools#4826, using an approach similar to the one suggested in python/cpython#80074 (comment).
The comment pypa/setuptools#4826 (comment) seems to indicate this approach would work.
@jaraco, the discussion in python/cpython#80074 suggests the change to be implemented in
pypa/setuptools, but I feel that it is much cleaner if we do it inpypa/distutils(otherwise we would have to copy+paste the entirety of the existingdistutils.command.build_ext:build_ext.get_export_symbolscode).Given the fact that using
stdlib'sdistutilsis now deprecated and that this is an edge case, I guess it should be fine...Please let me know if you would like to do something different.