diff mbox series

python3-subunit: upgrade 1.4.0 -> 1.4.1

Message ID 1668308762-15073-1-git-send-email-wangmy@fujitsu.com
State Accepted, archived
Commit 8841a4c49ff57bc03f68408883a73ec3a4a75e99
Headers show
Series python3-subunit: upgrade 1.4.0 -> 1.4.1 | expand

Commit Message

Mingyu Wang (Fujitsu) Nov. 13, 2022, 3:06 a.m. UTC
From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
=========
IMPROVEMENTS
-------------
* Add support for Python 3.9
* Add support for Python 3.10
* Drop support for Python 2.7, 3.4, and 3.5
* Convert python scripts to entry_points.
* Migrate CI from travis to GitHub actions.
* Add options to output filter to set timestamps.
* Remove dependency on unittest2.

BUGFIXES
----------
* Fix tests with testtools >= 2.5.0.
* Mark rawstrings as such, fixing warnings.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../{python3-subunit_1.4.0.bb => python3-subunit_1.4.1.bb}      | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-devtools/python/{python3-subunit_1.4.0.bb => python3-subunit_1.4.1.bb} (81%)
diff mbox series

Patch

diff --git a/meta/recipes-devtools/python/python3-subunit_1.4.0.bb b/meta/recipes-devtools/python/python3-subunit_1.4.1.bb
similarity index 81%
rename from meta/recipes-devtools/python/python3-subunit_1.4.0.bb
rename to meta/recipes-devtools/python/python3-subunit_1.4.1.bb
index e4e3bf191d..c5faeaa513 100644
--- a/meta/recipes-devtools/python/python3-subunit_1.4.0.bb
+++ b/meta/recipes-devtools/python/python3-subunit_1.4.1.bb
@@ -6,7 +6,7 @@  LIC_FILES_CHKSUM = "file://README.rst;beginline=1;endline=20;md5=909c08e291647fd
 
 PYPI_PACKAGE = "python-subunit"
 
-SRC_URI[sha256sum] = "042039928120fbf392e8c983d60f3d8ae1b88f90a9f8fd7188ddd9c26cad1e48"
+SRC_URI[sha256sum] = "5fe5686904428501376e7b11593226d37638fbd981c1fc9ed6aac180525d78c1"
 
 inherit pypi setuptools3