Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump sphinx from 2.4.4 to 3.0.0 #473

Merged
merged 1 commit into from Apr 6, 2020

Conversation

dependabot-preview[bot]
Copy link
Contributor

Bumps sphinx from 2.4.4 to 3.0.0.

Changelog

Sourced from sphinx's changelog.

Release 3.0.0 (released Apr 06, 2020)

Dependencies

3.0.0b1

  • LaTeX: drop dependency on :program:extractbb for image inclusion in Japanese documents as .xbb files are unneeded by :program:dvipdfmx since TeXLive2015 (refs: #6189)
  • babel-2.0 or above is available (Unpinned)

Incompatible changes

3.0.0b1

  • Drop features and APIs deprecated in 1.8.x
  • #247: autosummary: stub files are overwritten automatically by default. see :confval:autosummary_generate_overwrite to change the behavior
  • #5923: autodoc: the members of object class are not documented by default when :inherited-members: and :special-members: are given.
  • #6830: py domain: meta fields in info-field-list becomes reserved. They are not displayed on output document now
  • #6417: py domain: doctree of desc_parameterlist has been changed. The argument names, annotations and default values are wrapped with inline node
  • The structure of sphinx.events.EventManager.listeners has changed
  • Due to the scoping changes for :rst:dir:productionlist some uses of :rst:role:token must be modified to include the scope which was previously ignored.
  • #6903: Internal data structure of Python, reST and standard domains have changed. The node_id is added to the index of objects and modules. Now they contains a pair of docname and node_id for cross reference.
  • #7276: C++ domain: Non intended behavior is removed such as say_hello_ links to .. cpp:function:: say_hello()
  • #7210: js domain: Non intended behavior is removed such as parseInt_ links to .. js:function:: parseInt
  • #7229: rst domain: Non intended behavior is removed such as numref_ links to .. rst:role:: numref
  • #6903: py domain: Non intended behavior is removed such as say_hello_ links to .. py:function:: say_hello()
  • #7246: py domain: Drop special cross reference helper for exceptions, functions and methods
  • The C domain has been rewritten, with additional directives and roles. The existing ones are now more strict, resulting in new warnings.
  • The attribute sphinx_cpp_tagname in the desc_signature_line node has been renamed to sphinx_line_type.
  • #6462: double backslashes in domain directives are no longer replaced by single backslashes as default. A new configuration value
... (truncated)
Commits
  • 8178597 Bump to 3.0.0 final
  • 9a4ab54 Merge 3.0.0b2 CHANGES entries into 3.0.0
  • 901e693 Merge 2.4.5 CHANGES entries into 3.0.0
  • becc798 test: Fix indentation
  • afdcd73 Fix flake8 error
  • 231d75b Merge branch '2.x' into 3.0.x
  • 223f92b Merge branch '2.4.x' into 2.x
  • 44db2b5 Merge pull request #7415 from tk0miya/7409_priority_for_config-inited_handlers
  • 18a14e4 Fix #7409: Convert configuration values on late config-inited event
  • aa1f7fb Merge pull request #7402 from tk0miya/7401_broken_env-get-outdated
  • Additional commits viewable in compare view

Dependabot compatibility score

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.

If all status checks pass Dependabot will automatically merge this pull request.


Dependabot commands and options

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)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 2.4.4 to 3.0.0.
- [Release notes](https://github.com/sphinx-doc/sphinx/releases)
- [Changelog](https://github.com/sphinx-doc/sphinx/blob/3.x/CHANGES)
- [Commits](sphinx-doc/sphinx@v2.4.4...v3.0.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Apr 6, 2020
@codecov
Copy link

codecov bot commented Apr 6, 2020

Codecov Report

Merging #473 into master will not change coverage by %.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #473   +/-   ##
=======================================
  Coverage   76.31%   76.31%           
=======================================
  Files           5        5           
  Lines         494      494           
=======================================
  Hits          377      377           
  Misses        117      117           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update f99f386...7b95d2d. Read the comment docs.

@dependabot-preview
Copy link
Contributor Author

One of your CI runs failed on this pull request, so Dependabot won't merge it.

Dependabot will still automatically merge this pull request if you amend it and your tests pass.

@dependabot-preview dependabot-preview bot merged commit 599318b into master Apr 6, 2020
@dependabot-preview dependabot-preview bot deleted the dependabot/pip/sphinx-3.0.0 branch April 6, 2020 07:18
aio-libs-github-bot bot pushed a commit that referenced this pull request Jun 2, 2021
Bumps [pytest-cov](https://github.com/pytest-dev/pytest-cov) from 2.12.0 to 2.12.1.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst">pytest-cov's changelog</a>.</em></p>
<blockquote>
<h2>2.12.1 (2021-06-01)</h2>
<ul>
<li>Changed the <code>toml</code> requirement to be always be directly required (instead of being required through a coverage extra).
This fixes issues with pip-compile (<code>pip-tools#1300 &lt;https://github.com/jazzband/pip-tools/issues/1300&gt;</code><em>).
Contributed by Sorin Sbarnea in <code>[#472](pytest-dev/pytest-cov#472) &lt;https://github.com/pytest-dev/pytest-cov/pull/472&gt;</code></em>.</li>
<li>Documented <code>show_contexts</code>.
Contributed by Brian Rutledge in <code>[#473](pytest-dev/pytest-cov#473) &lt;https://github.com/pytest-dev/pytest-cov/pull/473&gt;</code>_.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/pytest-dev/pytest-cov/commit/67d49b9e06cbc1cace3fc2cdfe70b09f55d1726f"><code>67d49b9</code></a> Bump version: 2.12.0 → 2.12.1</li>
<li><a href="https://github.com/pytest-dev/pytest-cov/commit/3685acbd61df9135e41b188374347d04d2d689db"><code>3685acb</code></a> Use 2019 image for pypy.</li>
<li><a href="https://github.com/pytest-dev/pytest-cov/commit/df20c973a5a34c4e085362dcf41df88fc3ee6297"><code>df20c97</code></a> Looks like I got the images wrong.</li>
<li><a href="https://github.com/pytest-dev/pytest-cov/commit/17252e0896ac18d7b15284d8dc4e2ecb16b050c9"><code>17252e0</code></a> Remove unnecessary pin.</li>
<li><a href="https://github.com/pytest-dev/pytest-cov/commit/ac7cc916268266807d43e9d7f0bcb1ae4277010c"><code>ac7cc91</code></a> Update changelog.</li>
<li><a href="https://github.com/pytest-dev/pytest-cov/commit/34edfa1cf80f8d722dec4f587b10d2783f89a0f0"><code>34edfa1</code></a> Avoid using toml as extra (<a href="https://github-redirect.dependabot.com/pytest-dev/pytest-cov/issues/472">#472</a>)</li>
<li><a href="https://github.com/pytest-dev/pytest-cov/commit/edc60bb9e560d7ea53056590a64a4e5c81b5e62c"><code>edc60bb</code></a> Document <code>show_contexts</code> (<a href="https://github-redirect.dependabot.com/pytest-dev/pytest-cov/issues/473">#473</a>)</li>
<li><a href="https://github.com/pytest-dev/pytest-cov/commit/297965e05a7712e50c2f8a4dc26cd189132aba22"><code>297965e</code></a> Update appveyor envs. Workaround pypy install problem.</li>
<li>See full diff in <a href="https://github.com/pytest-dev/pytest-cov/compare/v2.12.0...v2.12.1">compare view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=pytest-cov&package-manager=pip&previous-version=2.12.0&new-version=2.12.1)](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)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants