diff options
author | Leon Anavi <leon.anavi@konsulko.com> | 2020-08-12 19:43:32 +0300 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2020-08-13 22:32:08 -0700 |
commit | 8f01a5f05b88af7e48f5ee6d51a23883fa722c13 (patch) | |
tree | 12b98482e5098a88dbd5cd710b56f9cefd60cadd /meta-python/recipes-devtools/python/python3-javaobj-py3_0.4.1.bb | |
parent | 32ca651d18bd207e7600bc45454bb5822c94a457 (diff) | |
download | meta-openembedded-8f01a5f05b88af7e48f5ee6d51a23883fa722c13.tar.gz |
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>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-javaobj-py3_0.4.1.bb')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-javaobj-py3_0.4.1.bb | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-javaobj-py3_0.4.1.bb b/meta-python/recipes-devtools/python/python3-javaobj-py3_0.4.1.bb new file mode 100644 index 0000000000..c83140a892 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-javaobj-py3_0.4.1.bb | |||
@@ -0,0 +1,15 @@ | |||
1 | SUMMARY = "Module for serializing and de-serializing Java objects." | ||
2 | DESCRIPTION = "python-javaobj is a python library that provides functions\ | ||
3 | for reading and writing (writing is WIP currently) Java objects serialized\ | ||
4 | or will be deserialized by ObjectOutputStream. This form of object\ | ||
5 | representation is a standard data interchange format in Java world." | ||
6 | HOMEPAGE = "https://github.com/tcalmant/python-javaobj" | ||
7 | LICENSE = "Apache-2.0" | ||
8 | LIC_FILES_CHKSUM = "file://LICENSE;md5=d273d63619c9aeaf15cdaf76422c4f87" | ||
9 | |||
10 | SRC_URI[md5sum] = "47632071c3c3ca14b6c42f2a4e2e1309" | ||
11 | SRC_URI[sha256sum] = "419ff99543469e68149f875abb0db5251cecd350c03d2bfb4c94a5796f1cbc14" | ||
12 | |||
13 | inherit pypi setuptools3 | ||
14 | |||
15 | BBCLASSEXTEND = "native nativesdk" | ||