You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@libcloud.apache.org by GitBox <gi...@apache.org> on 2022/09/30 16:25:09 UTC

[GitHub] [libcloud] dependabot[bot] opened a new pull request, #1774: Bump sphinx from 5.1.1 to 5.2.3

dependabot[bot] opened a new pull request, #1774:
URL: https://github.com/apache/libcloud/pull/1774

   Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 5.1.1 to 5.2.3.
   <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>v5.2.3</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>
   <h2>v5.2.2</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>
   <h2>v5.2.1</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>
   <h2>v5.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/5.x/CHANGES">sphinx's changelog</a>.</em></p>
   <blockquote>
   <h1>Release 5.2.3 (released Sep 30, 2022)</h1>
   <ul>
   <li><a href="https://github-redirect.dependabot.com/sphinx-doc/sphinx/issues/10878">#10878</a>: Fix base64 image embedding in <code>sphinx.ext.imgmath</code></li>
   <li><a href="https://github-redirect.dependabot.com/sphinx-doc/sphinx/issues/10886">#10886</a>: Add <code>:nocontentsentry:</code> flag and global domain table of contents
   entry control option. Patch by Adam Turner</li>
   </ul>
   <h1>Release 5.2.2 (released Sep 27, 2022)</h1>
   <ul>
   <li><a href="https://github-redirect.dependabot.com/sphinx-doc/sphinx/issues/10872">#10872</a>: Restore link targets for autodoc modules to the top of content.
   Patch by Dominic Davis-Foster.</li>
   </ul>
   <h1>Release 5.2.1 (released Sep 25, 2022)</h1>
   <h2>Bugs fixed</h2>
   <ul>
   <li><a href="https://github-redirect.dependabot.com/sphinx-doc/sphinx/issues/10861">#10861</a>: Always normalise the <code>pycon3</code> lexer to <code>pycon</code>.</li>
   <li>Fix using <code>sphinx.ext.autosummary</code> with modules containing titles in the
   module-level docstring.</li>
   </ul>
   <h1>Release 5.2.0.post0 (released Sep 24, 2022)</h1>
   <ul>
   <li>Recreated source tarballs for Debian maintainers.</li>
   </ul>
   <h1>Release 5.2.0 (released Sep 24, 2022)</h1>
   <h2>Dependencies</h2>
   <ul>
   <li><a href="https://github-redirect.dependabot.com/sphinx-doc/sphinx/issues/10356">#10356</a>: Sphinx now uses declarative metadata with <code>pyproject.toml</code> to
   create packages, using PyPA's <code>flit</code> project as a build backend. Patch by
   Adam Turner.</li>
   </ul>
   <h2>Deprecated</h2>
   <ul>
   <li><a href="https://github-redirect.dependabot.com/sphinx-doc/sphinx/issues/10843">#10843</a>: Support for HTML 4 output. Patch by Adam Turner.</li>
   </ul>
   <h2>Features added</h2>
   <ul>
   <li><a href="https://github-redirect.dependabot.com/sphinx-doc/sphinx/issues/10738">#10738</a>: napoleon: Add support for docstring types using 'of', like
   <code>type of type</code>. Example: <code>tuple of int</code>.</li>
   <li><a href="https://github-redirect.dependabot.com/sphinx-doc/sphinx/issues/10286">#10286</a>: C++, support requires clauses not just between the template
   parameter lists and the declaration.</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/cbb19d6947d7d2a3898e2e0ca2c173071bca647b"><code>cbb19d6</code></a> Bump to 5.2.3 final</li>
   <li><a href="https://github.com/sphinx-doc/sphinx/commit/650f63b9f77f87c9097e725059de036f93ba9d5b"><code>650f63b</code></a> Finer grained control over domain ToC entries (<a href="https://github-redirect.dependabot.com/sphinx-doc/sphinx/issues/10886">#10886</a>)</li>
   <li><a href="https://github.com/sphinx-doc/sphinx/commit/66276185efbb51b960bdc858322cc9ac8a684c70"><code>6627618</code></a> imgmath: Fix embed mode (<a href="https://github-redirect.dependabot.com/sphinx-doc/sphinx/issues/10878">#10878</a>)</li>
   <li><a href="https://github.com/sphinx-doc/sphinx/commit/a651e6bf4ad7a1dc293525d0a70e6d0d11b827db"><code>a651e6b</code></a> Bump to 5.2.2 final</li>
   <li><a href="https://github.com/sphinx-doc/sphinx/commit/335f335a587b162f760f505182ca7922df929b1a"><code>335f335</code></a> Restore anchor links to top of module docstring</li>
   <li><a href="https://github.com/sphinx-doc/sphinx/commit/19c278313b9d20052ca6fdb87a4ad498e7fe2c50"><code>19c2783</code></a> Correct error in release date for Sphinx 5.2.1</li>
   <li><a href="https://github.com/sphinx-doc/sphinx/commit/635540c1808003151623566695f4776472c26e65"><code>635540c</code></a> Restore anchor links to top of module docstring</li>
   <li><a href="https://github.com/sphinx-doc/sphinx/commit/89b4f14b44ff239d7c8ef681ed633090c179f0b0"><code>89b4f14</code></a> Fix mypy violations for v0.981 (<a href="https://github-redirect.dependabot.com/sphinx-doc/sphinx/issues/10875">#10875</a>)</li>
   <li><a href="https://github.com/sphinx-doc/sphinx/commit/e0dbbc510af04970a22dcd1e836032cc29b87da2"><code>e0dbbc5</code></a> Bump to 5.2.1 final</li>
   <li><a href="https://github.com/sphinx-doc/sphinx/commit/15c1cba28e8ae55fa7826b3a2e6f736153537941"><code>15c1cba</code></a> Fix error in changelog for Sphinx 5.2.0</li>
   <li>Additional commits viewable in <a href="https://github.com/sphinx-doc/sphinx/compare/v5.1.1...v5.2.3">compare view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=sphinx&package-manager=pip&previous-version=5.1.1&new-version=5.2.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>


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@libcloud.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [libcloud] codecov-commenter commented on pull request #1774: Bump sphinx from 5.1.1 to 5.2.3

Posted by GitBox <gi...@apache.org>.
codecov-commenter commented on PR #1774:
URL: https://github.com/apache/libcloud/pull/1774#issuecomment-1263821750

   # [Codecov](https://codecov.io/gh/apache/libcloud/pull/1774?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) Report
   > Merging [#1774](https://codecov.io/gh/apache/libcloud/pull/1774?src=pr&el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) (bded6aa) into [trunk](https://codecov.io/gh/apache/libcloud/commit/8be6e5cd764703f712ab455659b50d99961d1b39?el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) (8be6e5c) will **not change** coverage.
   > The diff coverage is `n/a`.
   
   [![Impacted file tree graph](https://codecov.io/gh/apache/libcloud/pull/1774/graphs/tree.svg?width=650&height=150&src=pr&token=PYoduksh69&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation)](https://codecov.io/gh/apache/libcloud/pull/1774?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation)
   
   ```diff
   @@           Coverage Diff           @@
   ##            trunk    #1774   +/-   ##
   =======================================
     Coverage   83.41%   83.41%           
   =======================================
     Files         394      394           
     Lines       87680    87680           
     Branches    10615    10615           
   =======================================
     Hits        73135    73135           
     Misses      11386    11386           
     Partials     3159     3159           
   ```
   
   
   
   ------
   
   [Continue to review full report at Codecov](https://codecov.io/gh/apache/libcloud/pull/1774?src=pr&el=continue&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation).
   > **Legend** - [Click here to learn more](https://docs.codecov.io/docs/codecov-delta?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation)
   > `Δ = absolute <relative> (impact)`, `ø = not affected`, `? = missing data`
   > Powered by [Codecov](https://codecov.io/gh/apache/libcloud/pull/1774?src=pr&el=footer&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation). Last update [8be6e5c...bded6aa](https://codecov.io/gh/apache/libcloud/pull/1774?src=pr&el=lastupdated&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation). Read the [comment docs](https://docs.codecov.io/docs/pull-request-comments?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation).
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@libcloud.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [libcloud] Kami merged pull request #1774: Bump sphinx from 5.1.1 to 5.2.3

Posted by GitBox <gi...@apache.org>.
Kami merged PR #1774:
URL: https://github.com/apache/libcloud/pull/1774


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@libcloud.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org