]> code.ossystems Code Review - openembedded-core.git/commit
python3-tomli: upgrade 1.2.1 -> 1.2.2
authorTim Orling <ticotimo@gmail.com>
Mon, 25 Oct 2021 22:44:04 +0000 (22:44 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 27 Oct 2021 08:44:59 +0000 (09:44 +0100)
commitab86f496fdead3dabe8b252a6cacaeb10ce03b5a
treeaebb01266c285f616f907f936ff166a3d1665ebb
parentb7d90cf4fe2a021e8709a64bcae285ec81eb5ed8
python3-tomli: upgrade 1.2.1 -> 1.2.2

1.2.2

  * Fixed
    - Illegal characters in error messages were surrounded by two
      pairs of quotation marks
  * Improved
    - TOMLDecodeError.__module__ is now the public import path (tomli)
      instead of private import path (tomli._parser)
    - Eliminated an import cycle when typing.TYPE_CHECKING is True.
      This allows sphinx-autodoc-typehints to resolve type annotations.

Signed-off-by: Tim Orling <timothy.t.orling@intel.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/python/python3-tomli_1.2.2.bb [moved from meta/recipes-devtools/python/python3-tomli_1.2.1.bb with 86% similarity]