diff options
author | Wang Mingyu <wangmy@fujitsu.com> | 2024-04-17 09:40:38 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2024-04-17 23:47:26 -0700 |
commit | 2cc5fb4bb6885a0ff259cdf30b43ad5d3f8f144a (patch) | |
tree | 5d0ce919df6cef40e0bae3b0824be5d4b1bf1f52 /meta-python/recipes-devtools/python/python3-javaobj-py3_0.4.3.bb | |
parent | 1c716a99c23d1ea9ae159629fe645ee2a85ee93e (diff) | |
download | meta-openembedded-2cc5fb4bb6885a0ff259cdf30b43ad5d3f8f144a.tar.gz |
python3-javaobj-py3: upgrade 0.4.3 -> 0.4.4
Changelog:
============
-Added support for java.lang.Class arrays
-Fixed marshalling of JavaByteArrays
-Tests ran with pytest manually on Python 2.7, 3.6-3.12
License-Update:
type of LICENSE changed to "ASCII text, with CRLF line terminators"
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-javaobj-py3_0.4.3.bb')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-javaobj-py3_0.4.3.bb | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/meta-python/recipes-devtools/python/python3-javaobj-py3_0.4.3.bb b/meta-python/recipes-devtools/python/python3-javaobj-py3_0.4.3.bb deleted file mode 100644 index 5555a12563..0000000000 --- a/meta-python/recipes-devtools/python/python3-javaobj-py3_0.4.3.bb +++ /dev/null | |||
@@ -1,19 +0,0 @@ | |||
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=3b83ef96387f14655fc854ddc3c6bd57" | ||
9 | |||
10 | SRC_URI[sha256sum] = "38f74db3a57e9998a9774e3614afb95cb396f139f29b3fdb130c5af554435259" | ||
11 | |||
12 | inherit pypi setuptools3 | ||
13 | |||
14 | BBCLASSEXTEND = "native nativesdk" | ||
15 | |||
16 | RDEPENDS:${PN} += " \ | ||
17 | python3-compression \ | ||
18 | python3-logging \ | ||
19 | " | ||