From 1147abcc0cc6fcbdd7a5d5bc48014486f9d7ab3d Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Tue, 13 Jun 2023 09:40:13 +0800 Subject: python3-hexbytes: upgrade 0.3.0 -> 0.3.1 Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python3-hexbytes_0.3.0.bb | 9 --------- meta-python/recipes-devtools/python/python3-hexbytes_0.3.1.bb | 9 +++++++++ 2 files changed, 9 insertions(+), 9 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-hexbytes_0.3.0.bb create mode 100644 meta-python/recipes-devtools/python/python3-hexbytes_0.3.1.bb (limited to 'meta-python/recipes-devtools/python') diff --git a/meta-python/recipes-devtools/python/python3-hexbytes_0.3.0.bb b/meta-python/recipes-devtools/python/python3-hexbytes_0.3.0.bb deleted file mode 100644 index 8402ddecd..000000000 --- a/meta-python/recipes-devtools/python/python3-hexbytes_0.3.0.bb +++ /dev/null @@ -1,9 +0,0 @@ -SUMMARY = "Python bytes subclass that decodes hex, with a readable console output." -HOMEPAGE = "https://github.com/ethereum/hexbytes" -SECTION = "devel/python" -LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://LICENSE;md5=287820ad3553117aa2f92bf84c219324" - -SRC_URI[sha256sum] = "afeebfb800f5f15a3ca5bab52e49eabcb4b6dac06ec8ff01a94fdb890c6c0712" - -inherit pypi setuptools3 diff --git a/meta-python/recipes-devtools/python/python3-hexbytes_0.3.1.bb b/meta-python/recipes-devtools/python/python3-hexbytes_0.3.1.bb new file mode 100644 index 000000000..19b5813ad --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-hexbytes_0.3.1.bb @@ -0,0 +1,9 @@ +SUMMARY = "Python bytes subclass that decodes hex, with a readable console output." +HOMEPAGE = "https://github.com/ethereum/hexbytes" +SECTION = "devel/python" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://LICENSE;md5=287820ad3553117aa2f92bf84c219324" + +SRC_URI[sha256sum] = "a3fe35c6831ee8fafd048c4c086b986075fc14fd46258fa24ecb8d65745f9a9d" + +inherit pypi setuptools3 -- cgit v1.2.3-54-g00ecf