python3-javaobj-py3: Upgrade 0.4.0.1 -> 0.4.1

Upgrade to release 0.4.1:

- Added the custom transformer allowing a finer loading of custom
  Java streams

License-Update: Use file LICENSE to check the license.

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
This commit is contained in:
Leon Anavi 2020-08-12 19:43:32 +03:00 committed by Khem Raj
parent 32ca651d18
commit 8f01a5f05b

View File

@ -5,10 +5,10 @@ DESCRIPTION = "python-javaobj is a python library that provides functions\
representation is a standard data interchange format in Java world."
HOMEPAGE = "https://github.com/tcalmant/python-javaobj"
LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://setup.py;beginline=15;endline=27;md5=af9ce26ac2de1b7436eb08c9308b4a1e"
LIC_FILES_CHKSUM = "file://LICENSE;md5=d273d63619c9aeaf15cdaf76422c4f87"
SRC_URI[md5sum] = "352fe0df9336b8699ad0799ef152da6b"
SRC_URI[sha256sum] = "18c44cfaa214813784a823432b4ab9829c9626b2b00072011627b4008b0067cd"
SRC_URI[md5sum] = "47632071c3c3ca14b6c42f2a4e2e1309"
SRC_URI[sha256sum] = "419ff99543469e68149f875abb0db5251cecd350c03d2bfb4c94a5796f1cbc14"
inherit pypi setuptools3