diff mbox series

python3-testtools: upgrade 2.6.0 -> 2.7.0

Message ID 1698997749-31311-1-git-send-email-wangmy@fujitsu.com
State Accepted, archived
Commit d331c9be4ea79aabb099a1ddd04d7c0b30c533d7
Headers show
Series python3-testtools: upgrade 2.6.0 -> 2.7.0 | expand

Commit Message

Mingyu Wang (Fujitsu) Nov. 3, 2023, 7:49 a.m. UTC
From: Wang Mingyu <wangmy@fujitsu.com>

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.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 meta/recipes-devtools/python/python-testtools.inc               | 2 +-
 .../{python3-testtools_2.6.0.bb => python3-testtools_2.7.0.bb}  | 0
 2 files changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-devtools/python/{python3-testtools_2.6.0.bb => python3-testtools_2.7.0.bb} (100%)
diff mbox series

Patch

diff --git a/meta/recipes-devtools/python/python-testtools.inc b/meta/recipes-devtools/python/python-testtools.inc
index e004d0eb0b..76f99c2058 100644
--- a/meta/recipes-devtools/python/python-testtools.inc
+++ b/meta/recipes-devtools/python/python-testtools.inc
@@ -6,7 +6,7 @@  LIC_FILES_CHKSUM = "file://LICENSE;md5=e2c9d3e8ba7141c83bfef190e0b9379a"
 
 inherit pypi
 
-SRC_URI[sha256sum] = "28b65e14c0f2d3ecbbfb5f55c9dcde5e4faa80ac16a37a823909a1fe3cbcb30a"
+SRC_URI[sha256sum] = "eec326f4275e6a55e5540302d01a0ae0a9e48991d7aade38a5c8ed093c37993a"
 
 DEPENDS += " \
     ${PYTHON_PN}-pbr \
diff --git a/meta/recipes-devtools/python/python3-testtools_2.6.0.bb b/meta/recipes-devtools/python/python3-testtools_2.7.0.bb
similarity index 100%
rename from meta/recipes-devtools/python/python3-testtools_2.6.0.bb
rename to meta/recipes-devtools/python/python3-testtools_2.7.0.bb