From 3ab0e0db1696af674dbf11d6152663ddefd7fb88 Mon Sep 17 00:00:00 2001 From: Leon Anavi Date: Mon, 17 May 2021 14:11:26 +0300 Subject: python3-javaobj-py3: Upgrade 0.4.2 -> 0.4.3 Upgrade to release 0.4.3: - Added support for TC_NULL as array sub-type in _read_field_value - javaobj can now read GZipped files directly (trick done in load(), which is also the underlying method used by loads()) - Fixed a type issue in BlockData/str content comparison License-Update: License remains Apache License Version 2.0 Signed-off-by: Leon Anavi Signed-off-by: Khem Raj Signed-off-by: Trevor Gamblin --- .../recipes-devtools/python/python3-javaobj-py3_0.4.2.bb | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-javaobj-py3_0.4.2.bb (limited to 'meta-python/recipes-devtools/python/python3-javaobj-py3_0.4.2.bb') diff --git a/meta-python/recipes-devtools/python/python3-javaobj-py3_0.4.2.bb b/meta-python/recipes-devtools/python/python3-javaobj-py3_0.4.2.bb deleted file mode 100644 index 2f24219812..0000000000 --- a/meta-python/recipes-devtools/python/python3-javaobj-py3_0.4.2.bb +++ /dev/null @@ -1,14 +0,0 @@ -SUMMARY = "Module for serializing and de-serializing Java objects." -DESCRIPTION = "python-javaobj is a python library that provides functions\ - for reading and writing (writing is WIP currently) Java objects serialized\ - or will be deserialized by ObjectOutputStream. This form of object\ - 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://LICENSE;md5=d273d63619c9aeaf15cdaf76422c4f87" - -SRC_URI[sha256sum] = "ed3b1ffcfd39f165729cb53587cca02ab0bfa4c332c837a92d5ffe6aef5c8010" - -inherit pypi setuptools3 - -BBCLASSEXTEND = "native nativesdk" -- cgit v1.2.3-54-g00ecf