Skip to content

Commit 849e8d7

Browse files
Bump pypiserver from 2.3.2 to 2.4.0 (#270)
Bumps [pypiserver](https://github.com/pypiserver/pypiserver) from 2.3.2 to 2.4.0. <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.4.0</h2> <blockquote> <p>[!IMPORTANT]</p> <ul> <li>Adding a new feature to <strong>specify a URL <em>prefix</em> to host the <code>pypi-server</code></strong> instance (see <a href="https://redirect.github.com/pypiserver/pypiserver/issues/647">#647</a>).</li> <li>Lowering the packages <code>bottle</code> version to <code>v0.12.25</code> to <strong>overcome the large file uploads issue</strong> (see <a href="https://redirect.github.com/pypiserver/pypiserver/issues/630">#630</a>).</li> </ul> </blockquote> <blockquote> <p>[!NOTE]</p> <ul> <li>General maintenance work and alignment of version updates.</li> </ul> </blockquote> <h2>What's Changed</h2> <ul> <li>chore: remove support for Python 3.7 (end-of-life) 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/637">pypiserver/pypiserver#637</a></li> <li>chore: brush up some <code>README</code> content 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/638">pypiserver/pypiserver#638</a></li> <li>fix: <code>Dockerfile</code> syntax warnings 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/639">pypiserver/pypiserver#639</a></li> <li>feat: wrap local <code>bottle</code> and allow overriding <code>MEMFILE_MAX</code> with an env variable 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/636">pypiserver/pypiserver#636</a></li> <li>chore: remove unused <code>buildout</code> configs and related <code>bootstrap</code> script 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/642">pypiserver/pypiserver#642</a></li> <li>Remove obsolete known limitation relating to misspellings by <a href="https://github.com/pelson"><code>@​pelson</code></a> in <a href="https://redirect.github.com/pypiserver/pypiserver/pull/649">pypiserver/pypiserver#649</a></li> <li>chore: update Docker Hub description only on tags 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/650">pypiserver/pypiserver#650</a></li> <li>chore: bottle down to 0.12.25 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/653">pypiserver/pypiserver#653</a></li> <li>chore: fix toc in README.md 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/654">pypiserver/pypiserver#654</a></li> <li>Feat: integrating prefix server mounting option from <a href="https://redirect.github.com/pypiserver/pypiserver/issues/647">#647</a> 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/655">pypiserver/pypiserver#655</a></li> <li>chore(auto-release-candidate-2025-08-18) by <a href="https://github.com/github-actions"><code>@​github-actions</code></a>[bot] in <a href="https://redirect.github.com/pypiserver/pypiserver/pull/658">pypiserver/pypiserver#658</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/pelson"><code>@​pelson</code></a> made their first contribution in <a href="https://redirect.github.com/pypiserver/pypiserver/pull/649">pypiserver/pypiserver#649</a></li> <li><a href="https://github.com/skapin"><code>@​skapin</code></a> made their first contribution in <a href="https://redirect.github.com/pypiserver/pypiserver/pull/647">pypiserver/pypiserver#647</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/pypiserver/pypiserver/compare/v2.3.2...v2.4.0">https://github.com/pypiserver/pypiserver/compare/v2.3.2...v2.4.0</a></p> </blockquote> </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.4.0 (2025-08-18)</h2> <ul> <li>d7a9be6 ENH: integrating prefix server mounting option from <a href="https://redirect.github.com/pypiserver/pypiserver/issues/647">#647</a> (<a href="https://redirect.github.com/pypiserver/pypiserver/issues/655">#655</a>)</li> <li>917a56c MAINT: fix toc in README.md (<a href="https://redirect.github.com/pypiserver/pypiserver/issues/654">#654</a>)</li> <li>0b6a351 MAINT: bottle down to 0.12.25 (<a href="https://redirect.github.com/pypiserver/pypiserver/issues/653">#653</a>)</li> <li>5f7ae4f MAINT: update Docker Hub description only on tags (<a href="https://redirect.github.com/pypiserver/pypiserver/issues/650">#650</a>)</li> <li>4dea916 MAINT: Remove obsolete known limitation relating to misspellings (<a href="https://redirect.github.com/pypiserver/pypiserver/issues/649">#649</a>)</li> <li>9038897 MAINT: remove unused <code>buildout</code> configs and related <code>bootstrap</code> script (<a href="https://redirect.github.com/pypiserver/pypiserver/issues/642">#642</a>)</li> <li>e205083 ENH: wrap local <code>bottle</code> and allow overriding <code>MEMFILE_MAX</code> with an env variable (<a href="https://redirect.github.com/pypiserver/pypiserver/issues/636">#636</a>)</li> <li>b0e9d6e FIX: <code>Dockerfile</code> syntax warnings (<a href="https://redirect.github.com/pypiserver/pypiserver/issues/639">#639</a>)</li> <li>d63ac97 MAINT: brush up some <code>README</code> content (<a href="https://redirect.github.com/pypiserver/pypiserver/issues/638">#638</a>)</li> <li>f5b4dca MAINT: remove support for Python 3.7 (end-of-life) (<a href="https://redirect.github.com/pypiserver/pypiserver/issues/637">#637</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/pypiserver/pypiserver/commit/f094930f742c2a5e9d719aea67094ee77ee9e474"><code>f094930</code></a> chore(ver): bump 2.3.2--&gt;2.4.0</li> <li><a href="https://github.com/pypiserver/pypiserver/commit/15cc1fcaae9eda55aea4210e0e1de44e206ae7cc"><code>15cc1fc</code></a> chore(auto-release-candidate-2025-08-18) (<a href="https://redirect.github.com/pypiserver/pypiserver/issues/658">#658</a>)</li> <li><a href="https://github.com/pypiserver/pypiserver/commit/d7a9be62bd958ca8cc3a85ae48f5da3b6bcae8f6"><code>d7a9be6</code></a> Feat: integrating prefix server mounting option from <a href="https://redirect.github.com/pypiserver/pypiserver/issues/647">#647</a> (<a href="https://redirect.github.com/pypiserver/pypiserver/issues/655">#655</a>)</li> <li><a href="https://github.com/pypiserver/pypiserver/commit/917a56cd4d27f9d13c282aefe0afec0545d3a74f"><code>917a56c</code></a> chore: fix toc in README.md (<a href="https://redirect.github.com/pypiserver/pypiserver/issues/654">#654</a>)</li> <li><a href="https://github.com/pypiserver/pypiserver/commit/0b6a351e4ad4221e5694913e95a9d69e3808ef47"><code>0b6a351</code></a> chore: bottle down to 0.12.25 (<a href="https://redirect.github.com/pypiserver/pypiserver/issues/653">#653</a>)</li> <li><a href="https://github.com/pypiserver/pypiserver/commit/5f7ae4f0c5f7210b7bd2851aae510f0848b2f48e"><code>5f7ae4f</code></a> chore: update Docker Hub description only on tags (<a href="https://redirect.github.com/pypiserver/pypiserver/issues/650">#650</a>)</li> <li><a href="https://github.com/pypiserver/pypiserver/commit/4dea916f33e74d6335dbda19b667f925bc81eabf"><code>4dea916</code></a> chore: Remove obsolete known limitation relating to misspellings (<a href="https://redirect.github.com/pypiserver/pypiserver/issues/649">#649</a>)</li> <li><a href="https://github.com/pypiserver/pypiserver/commit/90388972d52f1973996c0d21c950dd8dd2e66d31"><code>9038897</code></a> chore: remove unused <code>buildout</code> configs and related <code>bootstrap</code> script (<a href="https://redirect.github.com/pypiserver/pypiserver/issues/642">#642</a>)</li> <li><a href="https://github.com/pypiserver/pypiserver/commit/e2050838c07c97884c9735aeae13a00fca7d18b2"><code>e205083</code></a> feat: wrap local <code>bottle</code> and allow overriding <code>MEMFILE_MAX</code> with an env vari...</li> <li><a href="https://github.com/pypiserver/pypiserver/commit/b0e9d6ec4879e88f4fc945a9c0b93323357486ba"><code>b0e9d6e</code></a> fix: <code>Dockerfile</code> syntax warnings (<a href="https://redirect.github.com/pypiserver/pypiserver/issues/639">#639</a>)</li> <li>Additional commits viewable in <a href="https://github.com/pypiserver/pypiserver/compare/v2.3.2...v2.4.0">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.3.2&new-version=2.4.0)](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 c6cb139 commit 849e8d7

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)