You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@beam.apache.org by GitBox <gi...@apache.org> on 2022/06/16 04:40:47 UTC

[GitHub] [beam] dependabot[bot] opened a new pull request, #21905: Update sphinx requirement from <2.0,>=1.5.2 to >=1.5.2,<6.0 in /sdks/python

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

   Updates the requirements on [sphinx](https://github.com/sphinx-doc/sphinx) to permit the latest version.
   <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.0.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>
   </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.0.1 (released Jun 03, 2022)</h1>
   <h2>Bugs fixed</h2>
   <ul>
   <li><a href="https://github-redirect.dependabot.com/sphinx-doc/sphinx/issues/10498">#10498</a>: gettext: TypeError is raised when sorting warning messages if a node
   has no line number</li>
   <li><a href="https://github-redirect.dependabot.com/sphinx-doc/sphinx/issues/10493">#10493</a>: html theme: :rst:dir:<code>topic</code> directive is rendered incorrectly with
   docutils-0.18</li>
   <li><a href="https://github-redirect.dependabot.com/sphinx-doc/sphinx/issues/10495">#10495</a>: IndexError is raised for a :rst:role:<code>kbd</code> role having a separator</li>
   </ul>
   <h1>Release 5.0.0 (released May 30, 2022)</h1>
   <h2>Dependencies</h2>
   <p>5.0.0 b1</p>
   <ul>
   <li><a href="https://github-redirect.dependabot.com/sphinx-doc/sphinx/issues/10164">#10164</a>: Support <code>Docutils 0.18</code>_. Patch by Adam Turner.</li>
   </ul>
   <p>.. _Docutils 0.18:  <a href="https://docutils.sourceforge.io/RELEASE-NOTES.html#release-0-18-2021-10-26">https://docutils.sourceforge.io/RELEASE-NOTES.html#release-0-18-2021-10-26</a></p>
   <h2>Incompatible changes</h2>
   <p>5.0.0 b1</p>
   <ul>
   <li><a href="https://github-redirect.dependabot.com/sphinx-doc/sphinx/issues/10031">#10031</a>: autosummary: <code>sphinx.ext.autosummary.import_by_name()</code> now raises
   <code>ImportExceptionGroup</code> instead of <code>ImportError</code> when it failed to import
   target object.  Please handle the exception if your extension uses the
   function to import Python object.  As a workaround, you can disable the
   behavior via <code>grouped_exception=False</code> keyword argument until v7.0.</li>
   <li><a href="https://github-redirect.dependabot.com/sphinx-doc/sphinx/issues/9962">#9962</a>: texinfo: Customizing styles of emphasized text via <code>@definfoenclose</code>
   command was not supported because the command was deprecated since texinfo 6.8</li>
   <li><a href="https://github-redirect.dependabot.com/sphinx-doc/sphinx/issues/2068">#2068</a>: :confval:<code>intersphinx_disabled_reftypes</code> has changed default value
   from an empty list to <code>['std:doc']</code> as avoid too surprising silent
   intersphinx resolutions.
   To migrate: either add an explicit inventory name to the references
   intersphinx should resolve, or explicitly set the value of this configuration
   variable to an empty list.</li>
   <li><a href="https://github-redirect.dependabot.com/sphinx-doc/sphinx/issues/10197">#10197</a>: html theme: Reduce <code>body_min_width</code> setting in basic theme to 360px</li>
   <li><a href="https://github-redirect.dependabot.com/sphinx-doc/sphinx/issues/9999">#9999</a>: LaTeX: separate terms from their definitions by a CR (refs: <a href="https://github-redirect.dependabot.com/sphinx-doc/sphinx/issues/9985">#9985</a>)</li>
   <li><a href="https://github-redirect.dependabot.com/sphinx-doc/sphinx/issues/10062">#10062</a>: Change the default language to <code>'en'</code> if any language is not set in
   <code>conf.py</code></li>
   </ul>
   <p>5.0.0 final</p>
   <ul>
   <li><a href="https://github-redirect.dependabot.com/sphinx-doc/sphinx/issues/10474">#10474</a>: :confval:<code>language</code> does not accept <code>None</code> as it value.  The default</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/8fe27991ba23268b17fad2e2fe2548074ad6cf26"><code>8fe2799</code></a> Bump to 5.0.1 final</li>
   <li><a href="https://github.com/sphinx-doc/sphinx/commit/ab58bbaed71293bf8f5738f386b853b17b4190eb"><code>ab58bba</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/sphinx-doc/sphinx/issues/10502">#10502</a> from AA-Turner/ifconfig-fix</li>
   <li><a href="https://github.com/sphinx-doc/sphinx/commit/c4458e3adbcffced2248fb3d05a283e1754d3b7c"><code>c4458e3</code></a> ifconfig: Do not use a meta node for noop</li>
   <li><a href="https://github.com/sphinx-doc/sphinx/commit/2a50b2e5a3b76d708dfb61d46bd78847353189a7"><code>2a50b2e</code></a> Update CHANGES for PR <a href="https://github-redirect.dependabot.com/sphinx-doc/sphinx/issues/10504">#10504</a></li>
   <li><a href="https://github.com/sphinx-doc/sphinx/commit/8aacb338aa0e9e5a9823babbce90ce478eed1237"><code>8aacb33</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/sphinx-doc/sphinx/issues/10504">#10504</a> from AA-Turner/fix-kbd-findall</li>
   <li><a href="https://github.com/sphinx-doc/sphinx/commit/28f9ce78b0074c70a3b849c7f9eb7a4dabf6bece"><code>28f9ce7</code></a> Update CHANGES for PR <a href="https://github-redirect.dependabot.com/sphinx-doc/sphinx/issues/10493">#10493</a></li>
   <li><a href="https://github.com/sphinx-doc/sphinx/commit/cb407c4024d7d63a832b87df62d1b73fb70162dc"><code>cb407c4</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/sphinx-doc/sphinx/issues/10493">#10493</a> from AA-Turner/more-css</li>
   <li><a href="https://github.com/sphinx-doc/sphinx/commit/d6d2a403450e022f5b91323a367fdc5539f7c525"><code>d6d2a40</code></a> Update CHANGES for PR <a href="https://github-redirect.dependabot.com/sphinx-doc/sphinx/issues/10503">#10503</a></li>
   <li><a href="https://github.com/sphinx-doc/sphinx/commit/433c67effc12f23c5501f051d94296cbb1cd8282"><code>433c67e</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/sphinx-doc/sphinx/issues/10503">#10503</a> from AA-Turner/gettext-catalogue-fix</li>
   <li><a href="https://github.com/sphinx-doc/sphinx/commit/a1ecf99b9fb75bfb74d891716958666d497bd153"><code>a1ecf99</code></a> Remove warning</li>
   <li>Additional commits viewable in <a href="https://github.com/sphinx-doc/sphinx/compare/v1.5.2...v5.0.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 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: github-unsubscribe@beam.apache.org

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


[GitHub] [beam] github-actions[bot] closed pull request #21905: Update sphinx requirement from <2.0,>=1.5.2 to >=1.5.2,<6.0 in /sdks/python

Posted by "github-actions[bot] (via GitHub)" <gi...@apache.org>.
github-actions[bot] closed pull request #21905: Update sphinx requirement from <2.0,>=1.5.2 to >=1.5.2,<6.0 in /sdks/python
URL: https://github.com/apache/beam/pull/21905


-- 
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: github-unsubscribe@beam.apache.org

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


[GitHub] [beam] dependabot[bot] commented on pull request #21905: Update sphinx requirement from <2.0,>=1.5.2 to >=1.5.2,<6.0 in /sdks/python

Posted by "dependabot[bot] (via GitHub)" <gi...@apache.org>.
dependabot[bot] commented on PR #21905:
URL: https://github.com/apache/beam/pull/21905#issuecomment-1454728202

   OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting `@dependabot ignore this major version` or `@dependabot ignore this minor version`. You can also ignore all major, minor, or patch releases for a dependency by adding an [`ignore` condition](https://docs.github.com/en/code-security/supply-chain-security/configuration-options-for-dependency-updates#ignore) with the desired `update_types` to your config file.
   
   If you change your mind, just re-open this PR and I'll resolve any conflicts on it.


-- 
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: github-unsubscribe@beam.apache.org

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


[GitHub] [beam] asf-ci commented on pull request #21905: Update sphinx requirement from <2.0,>=1.5.2 to >=1.5.2,<6.0 in /sdks/python

Posted by GitBox <gi...@apache.org>.
asf-ci commented on PR #21905:
URL: https://github.com/apache/beam/pull/21905#issuecomment-1157224722

   Can one of the admins verify this patch?


-- 
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: github-unsubscribe@beam.apache.org

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


[GitHub] [beam] asf-ci commented on pull request #21905: Update sphinx requirement from <2.0,>=1.5.2 to >=1.5.2,<6.0 in /sdks/python

Posted by GitBox <gi...@apache.org>.
asf-ci commented on PR #21905:
URL: https://github.com/apache/beam/pull/21905#issuecomment-1157224719

   Can one of the admins verify this patch?


-- 
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: github-unsubscribe@beam.apache.org

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


[GitHub] [beam] asf-ci commented on pull request #21905: Update sphinx requirement from <2.0,>=1.5.2 to >=1.5.2,<6.0 in /sdks/python

Posted by GitBox <gi...@apache.org>.
asf-ci commented on PR #21905:
URL: https://github.com/apache/beam/pull/21905#issuecomment-1157224720

   Can one of the admins verify this patch?


-- 
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: github-unsubscribe@beam.apache.org

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


[GitHub] [beam] asf-ci commented on pull request #21905: Update sphinx requirement from <2.0,>=1.5.2 to >=1.5.2,<6.0 in /sdks/python

Posted by GitBox <gi...@apache.org>.
asf-ci commented on PR #21905:
URL: https://github.com/apache/beam/pull/21905#issuecomment-1157224724

   Can one of the admins verify this patch?


-- 
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: github-unsubscribe@beam.apache.org

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


[GitHub] [beam] codecov[bot] commented on pull request #21905: Update sphinx requirement from <2.0,>=1.5.2 to >=1.5.2,<6.0 in /sdks/python

Posted by GitBox <gi...@apache.org>.
codecov[bot] commented on PR #21905:
URL: https://github.com/apache/beam/pull/21905#issuecomment-1157245841

   # [Codecov](https://codecov.io/gh/apache/beam/pull/21905?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 [#21905](https://codecov.io/gh/apache/beam/pull/21905?src=pr&el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) (432286a) into [master](https://codecov.io/gh/apache/beam/commit/95b109636b2b96f8ed5f113d41ea938942a05338?el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) (95b1096) will **decrease** coverage by `0.00%`.
   > The diff coverage is `n/a`.
   
   ```diff
   @@            Coverage Diff             @@
   ##           master   #21905      +/-   ##
   ==========================================
   - Coverage   73.97%   73.96%   -0.01%     
   ==========================================
     Files         702      702              
     Lines       92834    92834              
   ==========================================
   - Hits        68673    68665       -8     
   - Misses      22906    22914       +8     
     Partials     1255     1255              
   ```
   
   | Flag | Coverage Δ | |
   |---|---|---|
   | python | `83.56% <ø> (-0.02%)` | :arrow_down: |
   
   Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#carryforward-flags-in-the-pull-request-comment) to find out more.
   
   | [Impacted Files](https://codecov.io/gh/apache/beam/pull/21905?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) | Coverage Δ | |
   |---|---|---|
   | [...ks/python/apache\_beam/runners/worker/data\_plane.py](https://codecov.io/gh/apache/beam/pull/21905/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-c2Rrcy9weXRob24vYXBhY2hlX2JlYW0vcnVubmVycy93b3JrZXIvZGF0YV9wbGFuZS5weQ==) | `87.57% <0.00%> (-1.70%)` | :arrow_down: |
   | [.../python/apache\_beam/transforms/periodicsequence.py](https://codecov.io/gh/apache/beam/pull/21905/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-c2Rrcy9weXRob24vYXBhY2hlX2JlYW0vdHJhbnNmb3Jtcy9wZXJpb2RpY3NlcXVlbmNlLnB5) | `98.38% <0.00%> (-1.62%)` | :arrow_down: |
   | [...hon/apache\_beam/runners/worker/bundle\_processor.py](https://codecov.io/gh/apache/beam/pull/21905/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-c2Rrcy9weXRob24vYXBhY2hlX2JlYW0vcnVubmVycy93b3JrZXIvYnVuZGxlX3Byb2Nlc3Nvci5weQ==) | `93.30% <0.00%> (-0.38%)` | :arrow_down: |
   | [sdks/python/apache\_beam/utils/interactive\_utils.py](https://codecov.io/gh/apache/beam/pull/21905/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-c2Rrcy9weXRob24vYXBhY2hlX2JlYW0vdXRpbHMvaW50ZXJhY3RpdmVfdXRpbHMucHk=) | `97.56% <0.00%> (+2.43%)` | :arrow_up: |
   | [.../apache\_beam/runners/interactive/dataproc/types.py](https://codecov.io/gh/apache/beam/pull/21905/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-c2Rrcy9weXRob24vYXBhY2hlX2JlYW0vcnVubmVycy9pbnRlcmFjdGl2ZS9kYXRhcHJvYy90eXBlcy5weQ==) | `96.55% <0.00%> (+3.44%)` | :arrow_up: |
   
   ------
   
   [Continue to review full report at Codecov](https://codecov.io/gh/apache/beam/pull/21905?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/beam/pull/21905?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 [95b1096...432286a](https://codecov.io/gh/apache/beam/pull/21905?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: github-unsubscribe@beam.apache.org

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


[GitHub] [beam] github-actions[bot] commented on pull request #21905: Update sphinx requirement from <2.0,>=1.5.2 to >=1.5.2,<6.0 in /sdks/python

Posted by GitBox <gi...@apache.org>.
github-actions[bot] commented on PR #21905:
URL: https://github.com/apache/beam/pull/21905#issuecomment-1214974834

   This pull request has been marked as stale due to 60 days of inactivity. It will be closed in 1 week if no further activity occurs. If you think that’s incorrect or this pull request requires a review, please simply write any comment. If closed, you can revive the PR at any time and @mention a reviewer or discuss it on the dev@beam.apache.org list. Thank you for your contributions.


-- 
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: github-unsubscribe@beam.apache.org

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


[GitHub] [beam] asf-ci commented on pull request #21905: Update sphinx requirement from <2.0,>=1.5.2 to >=1.5.2,<6.0 in /sdks/python

Posted by GitBox <gi...@apache.org>.
asf-ci commented on PR #21905:
URL: https://github.com/apache/beam/pull/21905#issuecomment-1157224721

   Can one of the admins verify this patch?


-- 
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: github-unsubscribe@beam.apache.org

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


[GitHub] [beam] github-actions[bot] commented on pull request #21905: Update sphinx requirement from <2.0,>=1.5.2 to >=1.5.2,<6.0 in /sdks/python

Posted by "github-actions[bot] (via GitHub)" <gi...@apache.org>.
github-actions[bot] commented on PR #21905:
URL: https://github.com/apache/beam/pull/21905#issuecomment-1454728187

   This pull request has been closed due to lack of activity. If you think that is incorrect, or the pull request requires review, you can revive the PR at any time.


-- 
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: github-unsubscribe@beam.apache.org

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