Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Virtualenv 20.14.0 bundles broken setuptools #2327

Closed
ziima opened this issue Apr 4, 2022 · 1 comment · Fixed by #2324
Closed

Virtualenv 20.14.0 bundles broken setuptools #2327

ziima opened this issue Apr 4, 2022 · 1 comment · Fixed by #2324
Labels

Comments

@ziima
Copy link

ziima commented Apr 4, 2022

Issue

Virtualenv 20.14.0 has broken version of setuptools 61.0.0 bundled in. This causes broken installations of packages, especially missing package data files.

Environment

Various

@ziima ziima added the bug label Apr 4, 2022
@sirkonst
Copy link

sirkonst commented Apr 4, 2022

Affects my projects with data files too, files are not present after install.

mergify bot pushed a commit to andrewbolster/bolster that referenced this issue Apr 11, 2022
Bumps [virtualenv](https://github.com/pypa/virtualenv) from 20.14.0 to 20.14.1.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/pypa/virtualenv/blob/main/docs/changelog.rst">virtualenv's changelog</a>.</em></p>
<blockquote>
<h2>v20.14.1 (2022-04-11)</h2>
<p>Features - 20.14.1</p>
<pre><code>- Support for creating a virtual environment from a Python 2.7 framework on macOS 12 - by :user:`nickhutchinson`. (`[#2284](pypa/virtualenv#2284) &lt;https://github.com/pypa/virtualenv/issues/2284&gt;`_)
<p>Bugfixes - 20.14.1
</code></pre></p>
<ul>
<li>Upgrade embedded setuptools to <code>62.1.0</code> from <code>61.0.0</code> - by :user:<code>gaborbernat</code>. (<code>[#2327](pypa/virtualenv#2327) &lt;https://github.com/pypa/virtualenv/issues/2327&gt;</code>_)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/pypa/virtualenv/commit/17cef12d780e512738b8aed8d02eaee35f50d7cd"><code>17cef12</code></a> release 20.14.1</li>
<li><a href="https://github.com/pypa/virtualenv/commit/63e80ff9cb3adb16420d2010c8d43eca9082d1d3"><code>63e80ff</code></a> Support Python 2.7 framework-style distributions on macOS 12 (<a href="https://github-redirect.dependabot.com/pypa/virtualenv/issues/2325">#2325</a>)</li>
<li><a href="https://github.com/pypa/virtualenv/commit/8c950c22c1bf350b817eea4919f65d499b8c3c26"><code>8c950c2</code></a> Bump embedded setuptools (<a href="https://github-redirect.dependabot.com/pypa/virtualenv/issues/2324">#2324</a>)</li>
<li><a href="https://github.com/pypa/virtualenv/commit/ec2c01e65712966912df763d1727b97ae4ae134a"><code>ec2c01e</code></a> [pre-commit.ci] pre-commit autoupdate (<a href="https://github-redirect.dependabot.com/pypa/virtualenv/issues/2329">#2329</a>)</li>
<li><a href="https://github.com/pypa/virtualenv/commit/1aa302f30b43307556e851617b9ea2ba94d44535"><code>1aa302f</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/pypa/virtualenv/issues/2323">#2323</a> from pypa/release-20.14.0</li>
<li><a href="https://github.com/pypa/virtualenv/commit/e2822f79cc2667178ac50cde191a858161a39fbf"><code>e2822f7</code></a> Fix changelog</li>
<li>See full diff in <a href="https://github.com/pypa/virtualenv/compare/20.14.0...20.14.1">compare view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=virtualenv&package-manager=pip&previous-version=20.14.0&new-version=20.14.1)](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 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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants