pull_requests: 1515716751
This data as json
id | node_id | number | state | locked | title | user | body | created_at | updated_at | closed_at | merged_at | merge_commit_sha | assignee | milestone | draft | head | base | author_association | repo | url | merged_by | auto_merge |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
1515716751 | PR_kwDOBm6k_c5aWACP | 2185 | closed | 0 | Bump the python-packages group with 3 updates | 49699333 | Bumps the python-packages group with 3 updates: [sphinx](https://github.com/sphinx-doc/sphinx), [furo](https://github.com/pradyunsg/furo) and [black](https://github.com/psf/black). Updates `sphinx` from 7.2.5 to 7.2.6 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/sphinx-doc/sphinx/releases">sphinx's releases</a>.</em></p> <blockquote> <h2>Sphinx 7.2.6</h2> <p>Changelog: <a href="https://www.sphinx-doc.org/en/master/changes.html">https://www.sphinx-doc.org/en/master/changes.html</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/sphinx-doc/sphinx/blob/master/CHANGES.rst">sphinx's changelog</a>.</em></p> <blockquote> <h1>Release 7.2.6 (released Sep 13, 2023)</h1> <h2>Bugs fixed</h2> <ul> <li><a href="https://redirect.github.com/sphinx-doc/sphinx/issues/11679">#11679</a>: Add the :envvar:<code>!SPHINX_AUTODOC_RELOAD_MODULES</code> environment variable, which if set reloads modules when using autodoc with <code>TYPE_CHECKING = True</code>. Patch by Matt Wozniski and Adam Turner.</li> <li><a href="https://redirect.github.com/sphinx-doc/sphinx/issues/11679">#11679</a>: Use :py:func:<code>importlib.reload</code> to reload modules in autodoc. Patch by Matt Wozniski and Adam Turner.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/sphinx-doc/sphinx/commit/cf7d2759af0852d67288e58d823d51fe860749ca"><code>cf7d275</code></a> Bump to 7.2.6 final</li> <li><a href="https://github.com/sphinx-doc/sphinx/commit/43d69755df0088fd0ec099c0893da059f50175e4"><code>43d6975</code></a> Leverage <code>importlib.reload</code> for reloading modules (<a href="https://redirect.github.com/sphinx-doc/sphinx/issues/11679">#11679</a>)</li> <li><a href="https://github.com/sphinx-doc/sphinx/commit/13da5d7b2fda0da58137534e8fcdb0da9c88e55f"><code>13da5d7</code></a> Inline makecmd in make mode</li> <li><a href="https://github.com/sphinx-doc/sphinx/commit/3d0110a95a5260cc5056322eb8c2ae7f031a6667"><code>3d0110a</code></a> Enable test_cython on Python 3.12</li> <li><a href="https://github.com/sphinx-doc/sphinx/commit/22759fb9457bd9f1b01003daa47d7a2e78b6303c"><code>22759fb</code></a> Bump version</li> <li>See full diff in <a href="https://github.com/sphinx-doc/sphinx/compare/v7.2.5...v7.2.6">compare view</a></li> </ul> </details> <br /> Updates `furo` from 2023.8.19 to 2023.9.10 <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/pradyunsg/furo/blob/main/docs/changelog.md">furo's changelog</a>.</em></p> <blockquote> <h1>Changelog</h1> <!-- raw HTML omitted --> <h2>2023.09.10 -- Zesty Zaffre</h2> <ul> <li>Make asset hash injection idempotent, fixing Sphinx 6 compatibility.</li> <li>Fix the check for HTML builders, fixing non-HTML Read the Docs builds.</li> </ul> <h2>2023.08.19 -- Xenolithic Xanadu</h2> <ul> <li>Fix missing search context with Sphinx 7.2, for dirhtml builds.</li> <li>Drop support for Python 3.7.</li> <li>Present configuration errors in a better format -- thanks <a href="https://github.com/AA-Turner"><code>@AA-Turner</code></a>!</li> <li>Bump <code>require_sphinx()</code> to Sphinx 6.0, in line with dependency changes in Unassuming Ultramarine.</li> </ul> <h2>2023.08.17 -- Wonderous White</h2> <ul> <li>Fix compatiblity with Sphinx 7.2.0 and 7.2.1.</li> </ul> <h2>2023.07.26 -- Vigilant Volt</h2> <ul> <li>Fix compatiblity with Sphinx 7.1.</li> <li>Improve how content overflow is handled.</li> <li>Improve how literal blocks containing inline code are handled.</li> </ul> <h2>2023.05.20 -- Unassuming Ultramarine</h2> <ul> <li>✨ Add support for Sphinx 7.</li> <li>Drop support for Sphinx 5.</li> <li>Improve the screen-reader label for sidebar collapse.</li> <li>Make it easier to create derived themes from Furo.</li> <li>Bump all JS dependencies (NodeJS and npm packages).</li> </ul> <h2>2023.03.27 -- Tasty Tangerine</h2> <ul> <li>Regenerate with newer version of sphinx-theme-builder, to fix RECORD hashes.</li> <li>Add missing class to Font Awesome examples</li> </ul> <h2>2023.03.23 -- Sassy Saffron</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/pradyunsg/furo/commit/2718ca42930f7c8c11bc96341e0d3db6f532b08d"><code>2718ca4</code></a> Prepare release: 2023.09.10</li> <li><a href="https://github.com/pradyunsg/furo/commit/c22c99d931decfa4641e400e428606bc6184af56"><code>c22c99d</code></a> Update changelog</li> <li><a href="https://github.com/pradyunsg/furo/commit/c37e84961d9ffbc77ab7be268081d1b3497f0311"><code>c37e849</code></a> Quote a not-runtime-generic type annotation</li> <li><a href="https://github.com/pradyunsg/furo/commit/9cfdf44784dc90085549490ff1eddd2afc37c1d6"><code>9cfdf44</code></a> Rework infrastructure for linting</li> <li><a href="https://github.com/pradyunsg/furo/commit/5abeb9fc962aee61eda02e0c75e872004635e9d5"><code>5abeb9f</code></a> Fix the check for HTML builders</li> <li><a href="https://github.com/pradyunsg/furo/commit/ee2ab5459ddb0a32c3467b88c9c628611eb55073"><code>ee2ab54</code></a> Tweak how tests are run with nox</li> <li><a href="https://github.com/pradyunsg/furo/commit/cdae2366c340695ba724ca8438a4cd1e605c8848"><code>cdae236</code></a> Test against Sphinx minor versions in CI</li> <li><a href="https://github.com/pradyunsg/furo/commit/9e40071eb8c4c3e38845b57c4f5242bef2a44af2"><code>9e40071</code></a> Make asset hash injection idempotent</li> <li><a href="https://github.com/pradyunsg/furo/commit/aab86f4624b6ef38a151440be5624746d41882b1"><code>aab86f4</code></a> Revert "Exclude incompatible Sphinx releases (<a href="https://redirect.github.com/pradyunsg/furo/issues/711">#711</a>)"</li> <li><a href="https://github.com/pradyunsg/furo/commit/4dd6eec9e306b5fd0624ec8d1d90c6ad416c5182"><code>4dd6eec</code></a> Exclude incompatible Sphinx releases (<a href="https://redirect.github.com/pradyunsg/furo/issues/711">#711</a>)</li> <li>Additional commits viewable in <a href="https://github.com/pradyunsg/furo/compare/2023.08.19...2023.09.10">compare view</a></li> </ul> </details> <br /> Updates `black` from 23.7.0 to 23.9.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/psf/black/releases">black's releases</a>.</em></p> <blockquote> <h2>23.9.1</h2> <p>Due to various issues, the previous release (23.9.0) did not include compiled mypyc wheels, which make Black significantly faster. These issues have now been fixed, and this release should come with compiled wheels once again.</p> <p>There will be no wheels for Python 3.12 due to a bug in mypyc. We will provide 3.12 wheels in a future release as soon as the mypyc bug is fixed.</p> <h3>Packaging</h3> <ul> <li>Upgrade to mypy 1.5.1 (<a href="https://redirect.github.com/psf/black/issues/3864">#3864</a>)</li> </ul> <h3>Performance</h3> <ul> <li>Store raw tuples instead of NamedTuples in Black's cache, improving performance and decreasing the size of the cache (<a href="https://redirect.github.com/psf/black/issues/3877">#3877</a>)</li> </ul> <h2>23.9.0</h2> <h3>Preview style</h3> <ul> <li>More concise formatting for dummy implementations (<a href="https://redirect.github.com/psf/black/issues/3796">#3796</a>)</li> <li>In stub files, add a blank line between a statement with a body (e.g an <code>if sys.version_info > (3, x):</code>) and a function definition on the same level (<a href="https://redirect.github.com/psf/black/issues/3862">#3862</a>)</li> <li>Fix a bug whereby spaces were removed from walrus operators within subscript(<a href="https://redirect.github.com/psf/black/issues/3823">#3823</a>)</li> </ul> <h3>Configuration</h3> <ul> <li>Black now applies exclusion and ignore logic before resolving symlinks (<a href="https://redirect.github.com/psf/black/issues/3846">#3846</a>)</li> </ul> <h3>Performance</h3> <ul> <li>Avoid importing <code>IPython</code> if notebook cells do not contain magics (<a href="https://redirect.github.com/psf/black/issues/3782">#3782</a>)</li> <li>Improve caching by comparing file hashes as fallback for mtime and size (<a href="https://redirect.github.com/psf/black/issues/3821">#3821</a>)</li> </ul> <h3><em>Blackd</em></h3> <ul> <li>Fix an issue in <code>blackd</code> with single character input (<a href="https://redirect.github.com/psf/black/issues/3558">#3558</a>)</li> </ul> <h3>Integrations</h3> <ul> <li>Black now has an <a href="https://github.com/psf/black-pre-commit-mirror">official pre-commit mirror</a>. Swapping <code>https://github.com/psf/black</code> to <code>https://github.com/psf/black-pre-commit-mirror</code> in your <code>.pre-commit-config.yaml</code> will make Black about 2x faster (<a href="https://redirect.github.com/psf/black/issues/3828">#3828</a>)</li> <li>The <code>.black.env</code> folder specified by <code>ENV_PATH</code> will now be removed on the completion of the GitHub Action (<a href="https://redirect.github.com/psf/black/issues/3759">#3759</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/psf/black/blob/main/CHANGES.md">black's changelog</a>.</em></p> <blockquote> <h2>23.9.1</h2> <p>Due to various issues, the previous release (23.9.0) did not include compiled mypyc wheels, which make Black significantly faster. These issues have now been fixed, and this release should come with compiled wheels once again.</p> <p>There will be no wheels for Python 3.12 due to a bug in mypyc. We will provide 3.12 wheels in a future release as soon as the mypyc bug is fixed.</p> <h3>Packaging</h3> <ul> <li>Upgrade to mypy 1.5.1 (<a href="https://redirect.github.com/psf/black/issues/3864">#3864</a>)</li> </ul> <h3>Performance</h3> <ul> <li>Store raw tuples instead of NamedTuples in Black's cache, improving performance and decreasing the size of the cache (<a href="https://redirect.github.com/psf/black/issues/3877">#3877</a>)</li> </ul> <h2>23.9.0</h2> <h3>Preview style</h3> <ul> <li>More concise formatting for dummy implementations (<a href="https://redirect.github.com/psf/black/issues/3796">#3796</a>)</li> <li>In stub files, add a blank line between a statement with a body (e.g an <code>if sys.version_info > (3, x):</code>) and a function definition on the same level (<a href="https://redirect.github.com/psf/black/issues/3862">#3862</a>)</li> <li>Fix a bug whereby spaces were removed from walrus operators within subscript(<a href="https://redirect.github.com/psf/black/issues/3823">#3823</a>)</li> </ul> <h3>Configuration</h3> <ul> <li>Black now applies exclusion and ignore logic before resolving symlinks (<a href="https://redirect.github.com/psf/black/issues/3846">#3846</a>)</li> </ul> <h3>Performance</h3> <ul> <li>Avoid importing <code>IPython</code> if notebook cells do not contain magics (<a href="https://redirect.github.com/psf/black/issues/3782">#3782</a>)</li> <li>Improve caching by comparing file hashes as fallback for mtime and size (<a href="https://redirect.github.com/psf/black/issues/3821">#3821</a>)</li> </ul> <h3><em>Blackd</em></h3> <ul> <li>Fix an issue in <code>blackd</code> with single character input (<a href="https://redirect.github.com/psf/black/issues/3558">#3558</a>)</li> </ul> <h3>Integrations</h3> <ul> <li>Black now has an <a href="https://github.com/psf/black-pre-commit-mirror">official pre-commit mirror</a>. Swapping <code>https://github.com/psf/black</code> to <code>https://github.com/psf/black-pre-commit-mirror</code> in your <code>.pre-commit-config.yaml</code> will make Black about 2x faster (<a href="https://redirect.github.com/psf/black/issues/3828">#3828</a>)</li> <li>The <code>.black.env</code> folder specified by <code>ENV_PATH</code> will now be removed on the completion of the GitHub Action (<a href="https://redirect.github.com/psf/black/issues/3759">#3759</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/psf/black/commit/e87737140f32d3cd7c44ede75f02dcd58e55820e"><code>e877371</code></a> Prepare release 23.9.1 (<a href="https://redirect.github.com/psf/black/issues/3878">#3878</a>)</li> <li><a href="https://github.com/psf/black/commit/62dca32dc55a850f39d78ba8b9c21cc4261a2ddf"><code>62dca32</code></a> mypyc builds on PRs, skip mypyc wheels for 3.12 (<a href="https://redirect.github.com/psf/black/issues/3870">#3870</a>)</li> <li><a href="https://github.com/psf/black/commit/751583a1dfc691423d96d7711a4c8d9cfe3ee9c8"><code>751583a</code></a> Pickle raw tuples in FileData cache (<a href="https://redirect.github.com/psf/black/issues/3877">#3877</a>)</li> <li><a href="https://github.com/psf/black/commit/f7917453c99f8183ffd0397affcccb2c37594771"><code>f791745</code></a> Re-export black.Mode (<a href="https://redirect.github.com/psf/black/issues/3875">#3875</a>)</li> <li><a href="https://github.com/psf/black/commit/0b62b9c9a44a995e44d64ecf7cc08d8d7037642d"><code>0b62b9c</code></a> Ignore aiohttp DeprecationWarning for 3.12 (<a href="https://redirect.github.com/psf/black/issues/3876">#3876</a>)</li> <li><a href="https://github.com/psf/black/commit/c83ad6c077e7bb281cfd3fbdd89bbeb4c980e563"><code>c83ad6c</code></a> Upgrade to Furo 2023.9.10 to fix docs build (<a href="https://redirect.github.com/psf/black/issues/3873">#3873</a>)</li> <li><a href="https://github.com/psf/black/commit/4eebfd1a7a4aa2652cfc674cf301d1f2f48098aa"><code>4eebfd1</code></a> Add mypyc test marks to new tests that patch (<a href="https://redirect.github.com/psf/black/issues/3871">#3871</a>)</li> <li><a href="https://github.com/psf/black/commit/add161b367a0d5a3cc395ec8e045f7b965edaef8"><code>add161b</code></a> Bump RTD Python version from 3.8 to 3.11 (<a href="https://redirect.github.com/psf/black/issues/3868">#3868</a>)</li> <li><a href="https://github.com/psf/black/commit/4e93f2aa01606154dc6af6e494b9f2b7e4c8c7fa"><code>4e93f2a</code></a> Add classifier for 3.12 (<a href="https://redirect.github.com/psf/black/issues/3866">#3866</a>)</li> <li><a href="https://github.com/psf/black/commit/716fa08090b6a51e4c72dd0a14b6c45f7da4a9d0"><code>716fa08</code></a> Upgrade mypy (<a href="https://redirect.github.com/psf/black/issues/3864">#3864</a>)</li> <li>Additional commits viewable in <a href="https://github.com/psf/black/compare/23.7.0...23.9.1">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 <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> <!-- readthedocs-preview datasette start --> ---- :books: Documentation preview :books:: https://datasette--2185.org.readthedocs.build/en/2185/ <!-- readthedocs-preview datasette end --> | 2023-09-14T13:27:40Z | 2023-09-20T22:11:25Z | 2023-09-20T22:11:24Z | 2023-09-20T22:11:24Z | 6763572948ffd047a89a3bbf7c300e91f51ae98f | 0 | fe5f881a5270201d833fff2ebfd08c883116223a | 6ed7908580fa2ba9297c3225d85c56f8b08b9937 | CONTRIBUTOR | 107914493 | https://github.com/simonw/datasette/pull/2185 |
Links from other tables
- 1 row from pull_requests_id in labels_pull_requests