diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2023-11-03 15:49:09 +0800 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-11-05 11:28:45 +0000 |
| commit | 7ebb11fd238cde3d02ea8996f9aa09978c2085b3 (patch) | |
| tree | 5433bc2178561e805ed09be54bed476e220f09a1 /meta/recipes-devtools/python/python3-testtools_2.7.0.bb | |
| parent | e8a7dad4d011d563779c363edc50d5746f400cfe (diff) | |
| download | poky-7ebb11fd238cde3d02ea8996f9aa09978c2085b3.tar.gz | |
python3-testtools: upgrade 2.6.0 -> 2.7.0
Changelog:
============
* Fix compatibility with Python 3.12.
* Add typing in various modules (still lacking full coverage).
* Drop the 'test' command for distutils. This has been
deprecated since 2.6.0.
* Drop support for Python 3.6.
(From OE-Core rev: d331c9be4ea79aabb099a1ddd04d7c0b30c533d7)
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python/python3-testtools_2.7.0.bb')
| -rw-r--r-- | meta/recipes-devtools/python/python3-testtools_2.7.0.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/recipes-devtools/python/python3-testtools_2.7.0.bb b/meta/recipes-devtools/python/python3-testtools_2.7.0.bb new file mode 100644 index 0000000000..79e46a02de --- /dev/null +++ b/meta/recipes-devtools/python/python3-testtools_2.7.0.bb | |||
| @@ -0,0 +1,3 @@ | |||
| 1 | inherit setuptools3 | ||
| 2 | require python-testtools.inc | ||
| 3 | |||
