From af07c6f02f2dd935039680c09dcce264bc97bcc7 Mon Sep 17 00:00:00 2001 From: Xu Huan Date: Wed, 17 Aug 2022 10:25:15 +0800 Subject: python3-hexbytes: upgrade 0.2.2 -> 0.2.3 Signed-off-by: Xu Huan Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python3-hexbytes_0.2.2.bb | 9 --------- meta-python/recipes-devtools/python/python3-hexbytes_0.2.3.bb | 9 +++++++++ 2 files changed, 9 insertions(+), 9 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-hexbytes_0.2.2.bb create mode 100644 meta-python/recipes-devtools/python/python3-hexbytes_0.2.3.bb (limited to 'meta-python/recipes-devtools/python') diff --git a/meta-python/recipes-devtools/python/python3-hexbytes_0.2.2.bb b/meta-python/recipes-devtools/python/python3-hexbytes_0.2.2.bb deleted file mode 100644 index 89792d9806..0000000000 --- a/meta-python/recipes-devtools/python/python3-hexbytes_0.2.2.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] = "a5881304d186e87578fb263a85317c808cf130e1d4b3d37d30142ab0f7898d03" - -inherit pypi setuptools3 diff --git a/meta-python/recipes-devtools/python/python3-hexbytes_0.2.3.bb b/meta-python/recipes-devtools/python/python3-hexbytes_0.2.3.bb new file mode 100644 index 0000000000..534cc88e1d --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-hexbytes_0.2.3.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] = "199daa356aeb14879ee9c43de637acaaa1409febf15151a0e3dbcf1f8df128c0" + +inherit pypi setuptools3 -- cgit v1.2.3-54-g00ecf