From 85483b64fb0e45ab512d72f8fb6d46c68e7c6e81 Mon Sep 17 00:00:00 2001 From: Leon Anavi Date: Wed, 5 Mar 2025 15:34:09 +0200 Subject: python3-bitstruct: Upgrade 8.19.0 -> 8.20.0 Upgrade to release 8.20.0. Signed-off-by: Leon Anavi Signed-off-by: Khem Raj --- .../recipes-devtools/python/python3-bitstruct_8.19.0.bb | 11 ----------- .../recipes-devtools/python/python3-bitstruct_8.20.0.bb | 11 +++++++++++ 2 files changed, 11 insertions(+), 11 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-bitstruct_8.19.0.bb create mode 100644 meta-python/recipes-devtools/python/python3-bitstruct_8.20.0.bb (limited to 'meta-python/recipes-devtools/python') diff --git a/meta-python/recipes-devtools/python/python3-bitstruct_8.19.0.bb b/meta-python/recipes-devtools/python/python3-bitstruct_8.19.0.bb deleted file mode 100644 index bdf77c7d01..0000000000 --- a/meta-python/recipes-devtools/python/python3-bitstruct_8.19.0.bb +++ /dev/null @@ -1,11 +0,0 @@ -DESCRIPTION = "This module performs conversions between Python values and C bit field structs represented as Python byte strings." -HOMEPAGE = "https://github.com/eerimoq/bitstruct" -LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://LICENSE;md5=d9aa4ec07de78abae21c490c9ffe61bd" - -SRC_URI[sha256sum] = "d75ba9dded85c17e885a209a00eb8e248ee40762149f2f2a79360ca857467dac" - -inherit pypi python_setuptools_build_meta - -CLEANBROKEN = "1" - diff --git a/meta-python/recipes-devtools/python/python3-bitstruct_8.20.0.bb b/meta-python/recipes-devtools/python/python3-bitstruct_8.20.0.bb new file mode 100644 index 0000000000..f2a291e3bc --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-bitstruct_8.20.0.bb @@ -0,0 +1,11 @@ +DESCRIPTION = "This module performs conversions between Python values and C bit field structs represented as Python byte strings." +HOMEPAGE = "https://github.com/eerimoq/bitstruct" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://LICENSE;md5=d9aa4ec07de78abae21c490c9ffe61bd" + +SRC_URI[sha256sum] = "f6b16a93097313f2a6c146640c93e5f988a39c33364f8c20a4286ac1c5ed5dae" + +inherit pypi python_setuptools_build_meta + +CLEANBROKEN = "1" + -- cgit v1.2.3-54-g00ecf