]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commit
python3-testtools: upgrade 2.5.0 -> 2.6.0
authorWang Mingyu <wangmy@fujitsu.com>
Wed, 15 Mar 2023 11:13:33 +0000 (19:13 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 16 Mar 2023 08:12:28 +0000 (08:12 +0000)
commitc0d0428deabf519e86bc0ffb7ff47e9bb0a165c4
treeac671a93cfa38d119e09d3b9ca790ec5aba15846
parent158785d12a18e221be4a1fa35851c35214eee591
python3-testtools: upgrade 2.5.0 -> 2.6.0

Improvements
------------
* Add support for Python 3.10 and 3.11.
* Drop support for Python 3.5 (EOL).
* Distutils integration is deprecated and will be removed in the next major
  version.
* Use "CompoundFixture" from "fixtures>=2.0" rather than rolling our
  own.
* Provide a "testtools[twisted]" extra documenting dependencies needed for
  "testtools.twistedsupport".
* Make "TestCase" hashable.
* Prevent "AttributeError" in "TestCase.__eq__" for objects lacking a
  "__dict__" attribute.
* Replace deprecated "cgi" module usage with "email".

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/python/python-testtools.inc
meta/recipes-devtools/python/python3-testtools_2.6.0.bb [moved from meta/recipes-devtools/python/python3-testtools_2.5.0.bb with 98% similarity]