Re: [OE-core] [PATCH] python3-subunit: upgrade 1.4.2 -> 1.4.3

2023-10-09 Thread Richard Purdie
On Tue, 2023-09-26 at 16:25 +0800, wangmy wrote:
> From: Wang Mingyu 
> 
> 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

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#188842): 
https://lists.openembedded.org/g/openembedded-core/message/188842
Mute This Topic: https://lists.openembedded.org/mt/101591682/21656
Group Owner: openembedded-core+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[OE-core] [PATCH] python3-subunit: upgrade 1.4.2 -> 1.4.3

2023-09-26 Thread wangmy
From: Wang Mingyu 

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 
---
 .../{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%)

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
 
-- 
2.34.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#188230): 
https://lists.openembedded.org/g/openembedded-core/message/188230
Mute This Topic: https://lists.openembedded.org/mt/101591682/21656
Group Owner: openembedded-core+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-