diff mbox series

python3-subunit: upgrade 1.4.2 -> 1.4.3

Message ID 1695716722-9223-1-git-send-email-wangmy@fujitsu.com
State New
Headers show
Series python3-subunit: upgrade 1.4.2 -> 1.4.3 | expand

Commit Message

Mingyu Wang (Fujitsu) Sept. 26, 2023, 8:25 a.m. UTC
From: Wang Mingyu <wangmy@fujitsu.com>

License-Update: Rely on external copy of iso8601

Changelog:
==========
* Subunit now has a dependency on an external iso8601
  module rather than shipping its own.
* Drop various compatibility wrappers for Python < 3.6.
* Fix "subunit-filter --fixup-expected-failures"
  on Python 3.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../{python3-subunit_1.4.2.bb => python3-subunit_1.4.3.bb}    | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-devtools/python/{python3-subunit_1.4.2.bb => python3-subunit_1.4.3.bb} (74%)

Comments

Richard Purdie Oct. 9, 2023, 4 p.m. UTC | #1
On Tue, 2023-09-26 at 16:25 +0800, wangmy wrote:
> From: Wang Mingyu <wangmy@fujitsu.com>
> 
> License-Update: Rely on external copy of iso8601
> 
> Changelog:
> ==========
> * Subunit now has a dependency on an external iso8601
>   module rather than shipping its own.

I checked and the code does now import iso8601 so it needs to have a
dependency on python3-iso8601 added.

Cheers,

Richard
diff mbox series

Patch

diff --git a/meta/recipes-devtools/python/python3-subunit_1.4.2.bb b/meta/recipes-devtools/python/python3-subunit_1.4.3.bb
similarity index 74%
rename from meta/recipes-devtools/python/python3-subunit_1.4.2.bb
rename to meta/recipes-devtools/python/python3-subunit_1.4.3.bb
index a018ef1dc8..9b231bbe37 100644
--- a/meta/recipes-devtools/python/python3-subunit_1.4.2.bb
+++ b/meta/recipes-devtools/python/python3-subunit_1.4.3.bb
@@ -2,11 +2,11 @@  SUMMARY = "Python implementation of subunit test streaming protocol"
 HOMEPAGE = "https://pypi.org/project/python-subunit/"
 SECTION = "devel/python"
 LICENSE = "Apache-2.0"
-LIC_FILES_CHKSUM = "file://README.rst;beginline=1;endline=20;md5=909c08e291647fd985fbe5d9836d51b6"
+LIC_FILES_CHKSUM = "file://README.rst;beginline=1;endline=20;md5=571e2d702e247b9d8a7745b3b54315ed"
 
 PYPI_PACKAGE = "python-subunit"
 
-SRC_URI[sha256sum] = "2988d324d55ec35dd037e502e3f74ac38f4e457bd44ee0edf5e898f7ee1134d4"
+SRC_URI[sha256sum] = "9ee76092d5b0a02055219763f1aa9e28835f2dd722f03ea9fd8d68e4066b3378"
 
 inherit pypi setuptools3