Skip to content

Conversation

@pyup-bot
Copy link
Contributor

@pyup-bot pyup-bot commented Aug 9, 2021

Update Sphinx from 4.1.1 to 4.1.2.

Changelog

4.1.2

=====================================

Incompatible changes
--------------------

* 9435: linkcheck: Disable checking automatically generated anchors on
github.com (ex. anchors in reST/Markdown documents)

Bugs fixed
----------

* 9489: autodoc: Custom types using ``typing.NewType`` are not displayed well
with the HEAD of 3.10
* 9490: autodoc: Some objects under ``typing`` module are not displayed well
with the HEAD of 3.10
* 9436, 9471: autodoc: crashed if ``autodoc_class_signature = "separated"``
* 9456: html search: html_copy_source can't control the search summaries
* 9435: linkcheck: Failed to check anchors in github.com
Links

Update furo from 2021.7.5b38 to 2021.7.31b41.

Changelog

2021.07.31.beta41

- Adapt for newer sphinx-copybutton design
- Improved screen reader experience
- Bring back asset digests, to avoid caching-related issues

2021.07.28.beta40

- Add spacing around light theme / dark theme / auto theme toggle.

2021.07.28.beta39

- Site visitors can now force light theme / dark theme, independently of browser settings. 🎉
- Rework handling of dark theme code block highlighting.
- "Hide Search Matches" shows up in the sidebar, when the user has search matches highlighted.
- Search term highlights are only shown in the page content.
- Fix styling for default aligned tables.
- Enable smooth scrolling.
- meta: Upgrade NodeJS packages and start using Babel.
- meta: Rework organisation of various user-facing CSS variables.
Links

Update pylint from 2.9.3 to 2.9.6.

Changelog

2.9.6

===========================
Release date: 2021-07-28

* Fix a false positive ``undefined-variable`` when variable name in decoration
matches function argument

Closes 3791

2.9.5

===========================
Release date: 2021-07-21

* Fix a crash when there would be a 'TypeError object does not support
item assignment' in the code we parse.

Closes 4439

* Fix crash if a callable returning a context manager was assigned to a list or dict item

Closes 4732

* Fix a crash when a AttributeInferenceError was not handled properly when
failing to infer the real name of an import in astroid.

Closes 4692

2.9.4

===========================
Release date: 2021-07-20

* Added ``time.clock`` to deprecated functions/methods for python 3.3

* Fix bug in which --fail-on can return a zero exit code even when the specified issue is present

Closes 4296
Closes 3363

* Fix hard failure when handling missing attribute in a class with duplicated bases

Closes 4687

* Fix false-positive ``consider-using-with`` (R1732) if a ternary conditional is used together with ``with``

Closes 4676

* Fix false-positive ``deprecated-module`` when relative import uses deprecated module name.

Closes 4629

* Fix false-positive ``consider-using-with`` (R1732) if ``contextlib.ExitStack`` takes care of calling the ``__exit__`` method

Closes 4654

* Fix a false positive for ``unused-private-member`` when mutating a private attribute
with ``cls``

Closes 4657

* Fix ignored empty functions by similarities checker with "ignore-signatures" option enabled

Closes 4652

* Fix false-positive of ``use-maxsplit-arg`` when index is incremented in
a loop

Closes 4664

* Don't emit ``cyclic-import`` message if import is guarded by ``typing.TYPE_CHECKING``.

Closes 3525

* Fix false-positive ``not-callable`` with alternative ``TypedDict`` syntax

Closes 4715

* Clarify documentation for consider-using-from-import

* Don't emit ``unreachable`` warning for empty generator functions

Closes 4698

* Don't emit ``import-error``, ``no-name-in-module``, and ``ungrouped-imports``
for imports guarded by ``sys.version_info`` or ``typing.TYPE_CHECKING``.

Closes 3285
Closes 3382

* Fix ``invalid-overridden-method`` with nested property

Closes 4368

* Fix false-positive of ``unused-private-member`` when using ``__new__`` in a class

Closes 4668

* No longer emit ``consider-using-with`` for ``ThreadPoolExecutor`` and ``ProcessPoolExecutor``
as they have legitimate use cases without a ``with`` block.

Closes 4689

* Fix crash when inferring variables assigned in match patterns

Closes 4685

* Fix a crash when a StopIteration was raised when inferring
a faulty function in a context manager.

Closes 4723
Links

Update types-python-dateutil from 0.1.4 to 0.1.6.

The bot wasn't able to find a changelog for this release. Got an idea?

Links

@codecov-commenter
Copy link

codecov-commenter commented Aug 9, 2021

Codecov Report

Merging #48 (8451ba5) into main (7d41d7c) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##              main       #48   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           29        29           
  Lines         3299      3299           
  Branches       190       190           
=========================================
  Hits          3299      3299           

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 7d41d7c...8451ba5. Read the comment docs.

@skshetry
Copy link
Owner

Docs build fails on 3.10 Python due to a change in Python 3.10: python/cpython#27342.

We need to wait for next version of Sphinx (4.1.3) for it to be fixed, which has been already patched: sphinx-doc/sphinx#9513.

Merging for now, as the tests still pass.

@skshetry skshetry merged commit 81df057 into main Aug 13, 2021
@skshetry skshetry deleted the pyup-scheduled-update-2021-08-09 branch August 13, 2021 12:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants