Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
388: build(deps): bump distlib from 0.3.2 to 0.3.3 r=ChrisRBe a=dependabot[bot] Bumps [distlib](https://bitbucket.org/pypa/distlib) from 0.3.2 to 0.3.3. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://bitbucket.org/pypa/distlib/src/master/CHANGES.rst">distlib's changelog</a>.</em></p> <blockquote> <p>0.3.3</p> <pre><code> Released: 2021-09-22 <ul> <li> <p>compat</p> <ul> <li>Fixed <a href="https://bitbucket.org/pypa/distlib/issues/152">#152</a>: Removed splituser() function which wasn't used and is deprecated.</li> </ul> </li> <li> <p>markers</p> <ul> <li>Fixed <a href="https://bitbucket.org/pypa/distlib/issues/149">#149</a>: Handle version comparisons correctly in environment markers.</li> </ul> </li> <li> <p>scripts</p> <ul> <li>Add ARM-64 launchers and support code to use them. Thanks to Niyas Sait and Adrian Vladu for their contributions.</li> </ul> </li> <li> <p>util</p> <ul> <li>Fixed <a href="https://bitbucket.org/pypa/distlib/issues/148">#148</a>: Handle a single trailing comma following a version. Thanks to Blazej Floch for the report and suggested fix.</li> </ul> </li> <li> <p>version</p> <ul> <li>Fixed <a href="https://bitbucket.org/pypa/distlib/issues/150">#150</a>: Fix incorrect handling of epochs.</li> </ul> </li> <li> <p>wheel</p> <ul> <li>Reverted handling of tags for Python >= 3.10 (use 310 rather than 3_10). This is because PEP 641 was rejected.</li> </ul> </li> <li> <p>tests</p> <ul> <li>Made changes relating to implementing CI using GitHub Actions. </code></pre></li> </ul> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://bitbucket.org/pypa/distlib/commits/eb9dd5d0e722486dc18a80d192a7e32781fdb20c"><code>eb9dd5d</code></a> Added tag 0.3.2 for changeset f344612b0cc9</li> <li><a href="https://bitbucket.org/pypa/distlib/commits/0255b4597b3c41ab3d863d690040ea1eb961624e"><code>0255b45</code></a> Bump version.</li> <li><a href="https://bitbucket.org/pypa/distlib/commits/1f098fdb5f289c49d9357dd44008d2f3688c0d6f"><code>1f098fd</code></a> Update badge URL.</li> <li><a href="https://bitbucket.org/pypa/distlib/commits/5a9540cf58fc020b0c6a1d5c23b9b93d1abd2eb0"><code>5a9540c</code></a> Fix test_is_compatible to fix Python 3.10 support</li> <li><a href="https://bitbucket.org/pypa/distlib/commits/88a9c0439608f2b62b91f844ff0649bfc2ec81a9"><code>88a9c04</code></a> Backed out changeset ed83e6eb1d71 due to PEP 641 being rejected.</li> <li><a href="https://bitbucket.org/pypa/distlib/commits/cb6c41b927ea4f3072c4a43b0544b7f6b051728b"><code>cb6c41b</code></a> Merged in py310 (pull request <a href="https://bitbucket.org/pypa/distlib/issues/4">#4</a>)</li> <li><a href="https://bitbucket.org/pypa/distlib/commits/3a30409dd232f52390f55bb80734e80be1d392af"><code>3a30409</code></a> Update change log.</li> <li><a href="https://bitbucket.org/pypa/distlib/commits/c43fa6919b35499c4ec292825be19bd6910012e3"><code>c43fa69</code></a> Add GitHub Actions configuration.</li> <li><a href="https://bitbucket.org/pypa/distlib/commits/aef03a09a7c248998400ae128b0bc39ab079f1aa"><code>aef03a0</code></a> Skip tests which are EOL-dependent on non-POSIX platforms.</li> <li><a href="https://bitbucket.org/pypa/distlib/commits/21e3e1898fbf837293662e838e35d6de110fa910"><code>21e3e18</code></a> Refine test skip criteria for GitHub actions environments.</li> <li>Additional commits viewable in <a href="https://bitbucket.org/pypa/distlib/branches/compare/0.3.3..0.3.2">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=distlib&package-manager=pip&previous-version=0.3.2&new-version=0.3.3)](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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information