Skip to content

Commit 8238b92

Browse files
Bump pypiserver from 2.2.0 to 2.3.2 (#248)
Bumps [pypiserver](https://github.com/pypiserver/pypiserver) from 2.2.0 to 2.3.2. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/pypiserver/pypiserver/releases">pypiserver's releases</a>.</em></p> <blockquote> <h2>v2.3.2</h2> <blockquote> <p>[!NOTE] Small fix to avoid installing <code>importlib_resources</code> when not needed + tiny internal maintenance.</p> </blockquote> <h2>What's Changed</h2> <ul> <li>chore: use the official <code>docker-meta</code> action instead of <code>ci-helper</code> by <a href="https://github.com/dee-me-tree-or-love"><code>@​dee-me-tree-or-love</code></a> in <a href="https://redirect.github.com/pypiserver/pypiserver/pull/625">pypiserver/pypiserver#625</a></li> <li>fix: use <code>importlib_resources</code> only when needed by <a href="https://github.com/dee-me-tree-or-love"><code>@​dee-me-tree-or-love</code></a> in <a href="https://redirect.github.com/pypiserver/pypiserver/pull/627">pypiserver/pypiserver#627</a></li> <li>chore(auto-release-candidate-2024-11-24) by <a href="https://github.com/github-actions"><code>@​github-actions</code></a> in <a href="https://redirect.github.com/pypiserver/pypiserver/pull/628">pypiserver/pypiserver#628</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/pypiserver/pypiserver/compare/v2.3.1...v2.3.2">https://github.com/pypiserver/pypiserver/compare/v2.3.1...v2.3.2</a></p> <h2>v2.3.1</h2> <blockquote> <p>[!IMPORTANT] This release patches the docker build issues <a href="https://github.com/pypiserver/pypiserver/releases/tag/v2.3.0">experienced with <code>v2.3.0</code></a>. The fix patch only upgrades internal use of <code>gevent</code>. ✌️</p> </blockquote> <h2>What's Changed</h2> <ul> <li>chore: Bump gevent from 21.12.0 to 24.11.1 in /docker by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/pypiserver/pypiserver/pull/623">pypiserver/pypiserver#623</a></li> <li>chore(auto-release-candidate-2024-11-23) by <a href="https://github.com/github-actions"><code>@​github-actions</code></a> in <a href="https://redirect.github.com/pypiserver/pypiserver/pull/626">pypiserver/pypiserver#626</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/pypiserver/pypiserver/compare/v2.3.0...v2.3.1">https://github.com/pypiserver/pypiserver/compare/v2.3.0...v2.3.1</a></p> <h2>v2.3.0</h2> <blockquote> <p>[!WARNING] This version release could not produce new docker images, please stay tuned for upcoming patches. Nonetheless, it is ready for using on PyPi.</p> </blockquote> <hr /> <p>With huge thanks to all contributors! 🌟</p> <blockquote> <p>[!Note]</p> <p>This release includes:</p> <ul> <li>updated <code>alpine</code> and <code>python</code> base docker image</li> <li>updated <code>bottle.py</code> source</li> </ul> </blockquote> <h2>What's Changed</h2> <ul> <li>Update alpine image to 3.20 and python version to 3.10 by <a href="https://github.com/afdy"><code>@​afdy</code></a> in <a href="https://redirect.github.com/pypiserver/pypiserver/pull/608">pypiserver/pypiserver#608</a></li> <li>chore: prepare for renaming to main by <a href="https://github.com/dee-me-tree-or-love"><code>@​dee-me-tree-or-love</code></a> in <a href="https://redirect.github.com/pypiserver/pypiserver/pull/611">pypiserver/pypiserver#611</a></li> <li>chore: finish move to <code>main</code> by <a href="https://github.com/dee-me-tree-or-love"><code>@​dee-me-tree-or-love</code></a> in <a href="https://redirect.github.com/pypiserver/pypiserver/pull/612">pypiserver/pypiserver#612</a></li> <li>bump bottle to version 0.14-dev by <a href="https://github.com/oz123"><code>@​oz123</code></a> in <a href="https://redirect.github.com/pypiserver/pypiserver/pull/619">pypiserver/pypiserver#619</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/pypiserver/pypiserver/blob/main/CHANGES.rst">pypiserver's changelog</a>.</em></p> <blockquote> <h2>2.3.2 (2024-11-24)</h2> <ul> <li>6e4ccd8 MAINT: use <code>importlib_resources</code> only when needed (<a href="https://redirect.github.com/pypiserver/pypiserver/issues/627">#627</a>)</li> <li>1e7d6ca MAINT: use the official <code>docker-meta</code> action instead of <code>ci-helper</code> (<a href="https://redirect.github.com/pypiserver/pypiserver/issues/625">#625</a>)</li> </ul> <h2>2.3.1 (2024-11-23)</h2> <ul> <li>db93d0f MAINT: Bump gevent from 21.12.0 to 24.11.1 in /docker</li> </ul> <h2>2.3.0 (2024-11-23)</h2> <ul> <li>e6926d5 ENH: bump bottle to version 0.14-dev (<a href="https://redirect.github.com/pypiserver/pypiserver/issues/619">#619</a>)</li> <li>0430375 ENH: update alpine image to 3.20 and python version to 3.10 (<a href="https://redirect.github.com/pypiserver/pypiserver/issues/608">#608</a>)</li> <li>16c9cec MAINT: finish move to <code>main</code> (<a href="https://redirect.github.com/pypiserver/pypiserver/issues/612">#612</a>)</li> <li>f3d6dde MAINT: prepare for renaming to main (<a href="https://redirect.github.com/pypiserver/pypiserver/issues/611">#611</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/pypiserver/pypiserver/commit/01915d1a689327da763efb3a3358f4e91207da24"><code>01915d1</code></a> chore(ver): bump 2.3.1--&gt;2.3.2</li> <li><a href="https://github.com/pypiserver/pypiserver/commit/1916cbc4c2da9c72689b98e2fca053d26273f987"><code>1916cbc</code></a> chore(auto-release-candidate-2024-11-24) (<a href="https://redirect.github.com/pypiserver/pypiserver/issues/628">#628</a>)</li> <li><a href="https://github.com/pypiserver/pypiserver/commit/6e4ccd8ba9819ab6093c7346524eb9a8d7a6c51f"><code>6e4ccd8</code></a> fix: use <code>importlib_resources</code> only when needed (<a href="https://redirect.github.com/pypiserver/pypiserver/issues/627">#627</a>)</li> <li><a href="https://github.com/pypiserver/pypiserver/commit/1e7d6caae769a34006e7a383b7cdd8787659e2d3"><code>1e7d6ca</code></a> chore: use the official <code>docker-meta</code> action instead of <code>ci-helper</code> (<a href="https://redirect.github.com/pypiserver/pypiserver/issues/625">#625</a>)</li> <li><a href="https://github.com/pypiserver/pypiserver/commit/849335256ef9d8b82e404ed4f00a44305bdece13"><code>8493352</code></a> chore(ver): bump 2.3.0--&gt;2.3.1</li> <li><a href="https://github.com/pypiserver/pypiserver/commit/162bd0a101c66cc0ec409230a680309c819ef8de"><code>162bd0a</code></a> chore(auto-release-candidate-2024-11-23) (<a href="https://redirect.github.com/pypiserver/pypiserver/issues/626">#626</a>)</li> <li><a href="https://github.com/pypiserver/pypiserver/commit/db93d0ff967eed7db0127832aa3c860ff30eb78c"><code>db93d0f</code></a> chore: Bump gevent from 21.12.0 to 24.11.1 in /docker</li> <li><a href="https://github.com/pypiserver/pypiserver/commit/e2586b387d72868ff9669964bc7936baa22cabdb"><code>e2586b3</code></a> chore(ver): bump 2.2.0--&gt;2.3.0</li> <li><a href="https://github.com/pypiserver/pypiserver/commit/4e58d8da806d426c3db22a84f7d2adeb6ad3db7b"><code>4e58d8d</code></a> chore(auto-release-candidate-2024-11-23) (<a href="https://redirect.github.com/pypiserver/pypiserver/issues/622">#622</a>)</li> <li><a href="https://github.com/pypiserver/pypiserver/commit/e6926d56a51b06a78ecdcbe535b302c46777760e"><code>e6926d5</code></a> bump bottle to version 0.14-dev (<a href="https://redirect.github.com/pypiserver/pypiserver/issues/619">#619</a>)</li> <li>Additional commits viewable in <a href="https://github.com/pypiserver/pypiserver/compare/v2.2.0...v2.3.2">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=pypiserver&package-manager=uv&previous-version=2.2.0&new-version=2.3.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ec4006b commit 8238b92

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

uv.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)