pull_requests: 1479018104
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 |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
1479018104 | PR_kwDOBm6k_c5YKAZ4 | 2142 | closed | 0 | Bump the python-packages group with 2 updates | 49699333 | Bumps the python-packages group with 2 updates: [sphinx](https://github.com/sphinx-doc/sphinx) and [blacken-docs](https://github.com/asottile/blacken-docs). Updates `sphinx` from 7.1.2 to 7.2.0 <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.0</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">sphinx's changelog</a>.</em></p> <blockquote> <h1>Release 7.2.0 (released Aug 17, 2023)</h1> <h2>Dependencies</h2> <ul> <li><a href="https://redirect.github.com/sphinx-doc/sphinx/issues/11511">#11511</a>: Drop Python 3.8 support.</li> <li><a href="https://redirect.github.com/sphinx-doc/sphinx/issues/11576">#11576</a>: Require Pygments 2.14 or later.</li> </ul> <h2>Deprecated</h2> <ul> <li><a href="https://redirect.github.com/sphinx-doc/sphinx/issues/11512">#11512</a>: Deprecate <code>sphinx.util.md5</code> and <code>sphinx.util.sha1</code>. Use <code>hashlib</code> instead.</li> <li><a href="https://redirect.github.com/sphinx-doc/sphinx/issues/11526">#11526</a>: Deprecate <code>sphinx.testing.path</code>. Use <code>os.path</code> or <code>pathlib</code> instead.</li> <li><a href="https://redirect.github.com/sphinx-doc/sphinx/issues/11528">#11528</a>: Deprecate <code>sphinx.util.split_index_msg</code> and <code>sphinx.util.split_into</code>. Use <code>sphinx.util.index_entries.split_index_msg</code> instead.</li> <li>Deprecate <code>sphinx.builders.html.Stylesheet</code> and <code>sphinx.builders.html.Javascript</code>. Use <code>sphinx.application.Sphinx.add_css_file()</code> and <code>sphinx.application.Sphinx.add_js_file()</code> instead.</li> <li><a href="https://redirect.github.com/sphinx-doc/sphinx/issues/11582">#11582</a>: Deprecate <code>sphinx.builders.html.StandaloneHTMLBuilder.css_files</code> and <code>sphinx.builders.html.StandaloneHTMLBuilder.script_files</code>. Use <code>sphinx.application.Sphinx.add_css_file()</code> and <code>sphinx.application.Sphinx.add_js_file()</code> instead.</li> <li><a href="https://redirect.github.com/sphinx-doc/sphinx/issues/11459">#11459</a>: Deprecate <code>sphinx.ext.autodoc.preserve_defaults.get_function_def()</code>. Patch by Bénédikt Tran.</li> </ul> <h2>Features added</h2> <ul> <li><a href="https://redirect.github.com/sphinx-doc/sphinx/issues/11526">#11526</a>: Support <code>os.PathLike</code> types and <code>pathlib.Path</code> objects in many more places.</li> <li><a href="https://redirect.github.com/sphinx-doc/sphinx/issues/5474">#5474</a>: coverage: Print summary statistics tables. Patch by Jorge Leitao.</li> <li><a href="https://redirect.github.com/sphinx-doc/sphinx/issues/6319">#6319</a>: viewcode: Add :confval:<code>viewcode_line_numbers</code> to control whether line numbers are added to rendered source code. Patch by Ben Krikler.</li> <li><a href="https://redirect.github.com/sphinx-doc/sphinx/issues/9662">#9662</a>: Add the <code>:no-typesetting:</code> option to suppress textual output and only create a linkable anchor. Patch by Latosha Maltba.</li> <li><a href="https://redirect.github.com/sphinx-doc/sphinx/issues/11221">#11221</a>: C++: Support domain objects in the table of contents. Patch by Rouslan Korneychuk.</li> <li><a href="https://redirect.github.com/sphinx-doc/sphinx/issues/10938">#10938</a>: doctest: Add :confval:<code>doctest_show_successes</code> option. Patch by Trey Hunner.</li> <li><a href="https://redirect.github.com/sphinx-doc/sphinx/issues/11533">#11533</a>: Add <code>:no-index:</code>, <code>:no-index-entry:</code>, and <code>:no-contents-entry:</code>.</li> <li><a href="https://redirect.github.com/sphinx-doc/sphinx/issues/11572">#11572</a>: Improve <code>debug</code> logging of reasons why files are detected as out of date. Patch by Eric Larson.</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/sphinx-doc/sphinx/commit/da9f8a5c33ad5eeef05dd780f2988f3ff7351ef3"><code>da9f8a5</code></a> Bump to 7.2.0 final</li> <li><a href="https://github.com/sphinx-doc/sphinx/commit/794324ac000095aa6409a4958b44a17dc25d3b49"><code>794324a</code></a> Declare support for Python 3.13</li> <li><a href="https://github.com/sphinx-doc/sphinx/commit/03bceac43ff1e69a33fe973612504738182cf217"><code>03bceac</code></a> [bot]: Update message catalogues (<a href="https://redirect.github.com/sphinx-doc/sphinx/issues/11538">#11538</a>)</li> <li><a href="https://github.com/sphinx-doc/sphinx/commit/aecebcea9a3f6cbd3f379bc34f99d2ffb0f87220"><code>aecebce</code></a> Make <code>_resolve_toctree()</code> keyword-only</li> <li><a href="https://github.com/sphinx-doc/sphinx/commit/76658c49a931745da45fa4d5c8d482b7c6facd4f"><code>76658c4</code></a> Fix <code>sphinx.ext.autodoc.preserve_defaults</code> (<a href="https://redirect.github.com/sphinx-doc/sphinx/issues/11550">#11550</a>)</li> <li><a href="https://github.com/sphinx-doc/sphinx/commit/4dee1629901f5e5c2aefc274da42483e16770e50"><code>4dee162</code></a> Fix layout issues in the agogo theme for smaller viewports (<a href="https://redirect.github.com/sphinx-doc/sphinx/issues/11594">#11594</a>)</li> <li><a href="https://github.com/sphinx-doc/sphinx/commit/4ddbee4a7cdf14a7d064ffaea6cbb0c4fdb63f23"><code>4ddbee4</code></a> Fix <code>console_scripts</code> entry points</li> <li><a href="https://github.com/sphinx-doc/sphinx/commit/4add50a5f0c3ff7954edcec3d33dd1c0fa40a1a6"><code>4add50a</code></a> Remove unneeded type annotation</li> <li><a href="https://github.com/sphinx-doc/sphinx/commit/9d8ef833dbf9d7bb04771e622d6ceea738ac9d18"><code>9d8ef83</code></a> Fix <code>test_inspect_main_noargs</code></li> <li><a href="https://github.com/sphinx-doc/sphinx/commit/ddf8a8e7d4756170d5ee6dff7fc88ecd12912e59"><code>ddf8a8e</code></a> Add CHANGES entry for <a href="https://redirect.github.com/sphinx-doc/sphinx/issues/11533">GH-11533</a></li> <li>Additional commits viewable in <a href="https://github.com/sphinx-doc/sphinx/compare/v7.1.2...v7.2.0">compare view</a></li> </ul> </details> <br /> Updates `blacken-docs` from 1.15.0 to 1.16.0 <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/adamchainz/blacken-docs/blob/main/CHANGELOG.rst">blacken-docs's changelog</a>.</em></p> <blockquote> <h2>1.16.0 (2023-08-16)</h2> <ul> <li> <p>Allow Markdown fence options.</p> <p>Thanks to initial work from Matthew Anderson in <code>PR [#246](https://github.com/asottile/blacken-docs/issues/246) <https://github.com/adamchainz/blacken-docs/pull/246></code>__.</p> </li> <li> <p>Expand Markdown detection to all Python language names from Pygments: <code>py</code>, <code>sage</code>, <code>python3</code>, <code>py3</code>, and <code>numpy</code>.</p> </li> <li> <p>Preserve leading whitespace lines in reStructuredText code blocks.</p> <p>Thanks to Julianus Pfeuffer for the report in <code>Issue [#217](https://github.com/asottile/blacken-docs/issues/217) <https://github.com/adamchainz/blacken-docs/issues/217></code>__.</p> </li> <li> <p>Use exit code 2 to indicate errors from Black, whilst exit code 1 remains for “files have been formatted”.</p> <p>Thanks to Julianus Pfeuffer for the report in <code>Issue [#218](https://github.com/asottile/blacken-docs/issues/218) <https://github.com/adamchainz/blacken-docs/issues/218></code>__.</p> </li> <li> <p>Support passing the <code>--preview</code> option through to Black, to select the future style.</p> </li> <li> <p>Remove <code>language_version</code> from <code>.pre-commit-hooks.yaml</code>. This change allows <code>default_language_version</code> in ``.pre-commit-config.yaml` to take precedence.</p> <p>Thanks to Aneesh Agrawal in <code>PR [#258](https://github.com/asottile/blacken-docs/issues/258) <https://github.com/adamchainz/blacken-docs/pull/258></code>__.</p> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/adamchainz/blacken-docs/commit/960ead214cd1184149d366c6d27ca6c369ce46b6"><code>960ead2</code></a> Version 1.16.0</li> <li><a href="https://github.com/adamchainz/blacken-docs/commit/8f0ed18ce69d35e7e631d2b01983ecf8248667a0"><code>8f0ed18</code></a> Support passing --preview through to Black (<a href="https://redirect.github.com/asottile/blacken-docs/issues/273">#273</a>)</li> <li><a href="https://github.com/adamchainz/blacken-docs/commit/4eb4e4cdbff31cde3d9ffdd7693d5b7dce4dc506"><code>4eb4e4c</code></a> Tweak changelog note</li> <li><a href="https://github.com/adamchainz/blacken-docs/commit/6c7450cfa90581b482d71b451b2d007361aa47c1"><code>6c7450c</code></a> Use exit code 2 to indicate errors (<a href="https://redirect.github.com/asottile/blacken-docs/issues/272">#272</a>)</li> <li><a href="https://github.com/adamchainz/blacken-docs/commit/99dfc8d0b402b9b7b0f0e723fc1d030063249eac"><code>99dfc8d</code></a> Preserve leading whitespace lines in rST (<a href="https://redirect.github.com/asottile/blacken-docs/issues/271">#271</a>)</li> <li><a href="https://github.com/adamchainz/blacken-docs/commit/94465e83e7253b4caef1e00fcb30b74ced33f08e"><code>94465e8</code></a> Reformat markdown tests with dedent() (<a href="https://redirect.github.com/asottile/blacken-docs/issues/270">#270</a>)</li> <li><a href="https://github.com/adamchainz/blacken-docs/commit/7cd5f30f0f9e014bda566a1893df3b9c7f9a2c48"><code>7cd5f30</code></a> Use .md in glob example</li> <li><a href="https://github.com/adamchainz/blacken-docs/commit/f97e56994178e079ab807cebe54c2044f7b2ae55"><code>f97e569</code></a> Document applying to many files (<a href="https://redirect.github.com/asottile/blacken-docs/issues/269">#269</a>)</li> <li><a href="https://github.com/adamchainz/blacken-docs/commit/ae612b095b5005eee8c3ab9fe65a248d7654582d"><code>ae612b0</code></a> Expand Markdown detection to all Python language names (<a href="https://redirect.github.com/asottile/blacken-docs/issues/268">#268</a>)</li> <li><a href="https://github.com/adamchainz/blacken-docs/commit/da9b4557afc9b820c40b8d6bdb8f515c6cdec0f5"><code>da9b455</code></a> Replace NamedTuple with plain class (<a href="https://redirect.github.com/asottile/blacken-docs/issues/267">#267</a>)</li> <li>Additional commits viewable in <a href="https://github.com/asottile/blacken-docs/compare/1.15.0...1.16.0">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> dependency` 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> dependency` 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--2142.org.readthedocs.build/en/2142/ <!-- readthedocs-preview datasette end --> | 2023-08-17T13:07:53Z | 2023-08-18T13:49:29Z | 2023-08-18T13:49:26Z | 51c92d2b93052de68b53f2dbee1e8bde5e841dd8 | 0 | 6b617f7f50fb72feb9767b3b430495097f16140a | 943df09dcca93c3b9861b8c96277a01320db8662 | CONTRIBUTOR | 107914493 | https://github.com/simonw/datasette/pull/2142 |
Links from other tables
- 1 row from pull_requests_id in labels_pull_requests