From d85d15d4676730b2609405f043821f4e76486b75 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Tue, 14 May 2024 17:09:50 +0800 Subject: python3-bitstring: upgrade 4.2.1 -> 4.2.2 License-Update: file type changed from "ASCII text, with CRLF line terminators" to "ASCII text" Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../python/python3-bitstring_4.2.1.bb | 19 ------------------- .../python/python3-bitstring_4.2.2.bb | 19 +++++++++++++++++++ 2 files changed, 19 insertions(+), 19 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-bitstring_4.2.1.bb create mode 100644 meta-python/recipes-devtools/python/python3-bitstring_4.2.2.bb (limited to 'meta-python/recipes-devtools/python') diff --git a/meta-python/recipes-devtools/python/python3-bitstring_4.2.1.bb b/meta-python/recipes-devtools/python/python3-bitstring_4.2.1.bb deleted file mode 100644 index 8485e2e8f3..0000000000 --- a/meta-python/recipes-devtools/python/python3-bitstring_4.2.1.bb +++ /dev/null @@ -1,19 +0,0 @@ -SUMMARY = "Simple construction, analysis and modification of binary data." -HOMEPAGE = "https://github.com/scott-griffiths/bitstring" -LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://LICENSE;md5=f7f2fd3f1cd52b5ccd39d76fb3568d3f" - -SRC_URI[sha256sum] = "8abb5a661588c764bacf1a23d64c7bb57517d2841e3e6f54fb8c057119e0540d" - -PYPI_PACKAGE = "bitstring" - -inherit pypi python_poetry_core - -RDEPENDS:${PN} = "\ - python3-core \ - python3-io \ - python3-mmap \ - python3-numbers \ -" - -BBCLASSEXTEND = "native nativesdk" diff --git a/meta-python/recipes-devtools/python/python3-bitstring_4.2.2.bb b/meta-python/recipes-devtools/python/python3-bitstring_4.2.2.bb new file mode 100644 index 0000000000..feeed55c31 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-bitstring_4.2.2.bb @@ -0,0 +1,19 @@ +SUMMARY = "Simple construction, analysis and modification of binary data." +HOMEPAGE = "https://github.com/scott-griffiths/bitstring" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://LICENSE;md5=661f450e2c0aef39b4b15597333444a7" + +SRC_URI[sha256sum] = "b40b01d911eebaea6efff40d826580806dced5e04b9d3cbad6aebf9422f4b643" + +PYPI_PACKAGE = "bitstring" + +inherit pypi python_poetry_core + +RDEPENDS:${PN} = "\ + python3-core \ + python3-io \ + python3-mmap \ + python3-numbers \ +" + +BBCLASSEXTEND = "native nativesdk" -- cgit v1.2.3-54-g00ecf