]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
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)
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]

index ef5e15cc3a26b8bcf98038f06d3dbefa6cc19735..e004d0eb0b596bfca795bd559eb685e0a143698d 100644 (file)
@@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=e2c9d3e8ba7141c83bfef190e0b9379a"
 
 inherit pypi
 
-SRC_URI[sha256sum] = "57c13433d94f9ffde3be6534177d10fb0c1507cc499319128958ca91a65cb23f"
+SRC_URI[sha256sum] = "28b65e14c0f2d3ecbbfb5f55c9dcde5e4faa80ac16a37a823909a1fe3cbcb30a"
 
 DEPENDS += " \
     ${PYTHON_PN}-pbr \
similarity index 98%
rename from meta/recipes-devtools/python/python3-testtools_2.5.0.bb
rename to meta/recipes-devtools/python/python3-testtools_2.6.0.bb
index 896ecee65c5fc490e5776b7cae1ff3e9a42d804c..79e46a02de73999f2c14a6849f798683cbc13a43 100644 (file)
@@ -1,2 +1,3 @@
 inherit setuptools3
 require python-testtools.inc
+