diff mbox series

python3-subunit: upgrade 1.4.2 -> 1.4.4

Message ID 1705309854-24258-1-git-send-email-wangmy@fujitsu.com
State Accepted, archived
Commit b55ef76eb60fc5265ccada0c6cf91f6b9c9bfe05
Headers show
Series python3-subunit: upgrade 1.4.2 -> 1.4.4 | expand

Commit Message

Mingyu Wang (Fujitsu) Jan. 15, 2024, 9:10 a.m. UTC
From: Wang Mingyu <wangmy@fujitsu.com>

License-Update: Rely on external copy of iso8601

Changelog:
===========
* Removed use of deprecated "utc" and "utcfromtimestamp"
  methods of "datetime.datetime".
* Fix an issue with date parsing exception handling
* Add support for Python 3.12

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

Comments

Alexander Kanavin Jan. 15, 2024, 10:22 a.m. UTC | #1
On Mon, 15 Jan 2024 at 10:14, wangmy <wangmy@fujitsu.com> wrote:
>
> From: Wang Mingyu <wangmy@fujitsu.com>
>
> License-Update: Rely on external copy of iso8601

This also doesn't sufficiently clarify what changed in the license, so
I went and checked:
https://github.com/testing-cabal/subunit/commit/91b07aa67aa95514cb140b8bbf4c82276db52b80

There was a MIT licensed component that is removed in the new version.
LICENSE isn't mentioning MIT so it doesn't need to be updated.

On the other hand, the commit shows that LIC_FILES_CHKSUM is better
provided from the whole COPYING file, and that file allows Apache-2.0
| BSD-3-Clause. So can you update to that please?

Alex
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.4.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.4.bb
index a018ef1dc8..ba30d349a6 100644
--- a/meta/recipes-devtools/python/python3-subunit_1.4.2.bb
+++ b/meta/recipes-devtools/python/python3-subunit_1.4.4.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] = "1079363131aa1d3f45259237265bc2e61a77e35f20edfb6e3d1d2558a2cdea34"
 
 inherit pypi setuptools3