From 7c6be93f60173b0918d9cc957e1329a781609e57 Mon Sep 17 00:00:00 2001 From: Zang Ruochen Date: Tue, 19 Jan 2021 23:24:55 +0800 Subject: python3-snappy: upgrade 0.5.4 -> 0.6.0 Signed-off-by: Zang Ruochen Acked-by: Trevor Gamblin Signed-off-by: Khem Raj --- .../recipes-devtools/python/python3-snappy_0.5.4.bb | 15 --------------- .../recipes-devtools/python/python3-snappy_0.6.0.bb | 15 +++++++++++++++ 2 files changed, 15 insertions(+), 15 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-snappy_0.5.4.bb create mode 100644 meta-python/recipes-devtools/python/python3-snappy_0.6.0.bb (limited to 'meta-python/recipes-devtools/python') diff --git a/meta-python/recipes-devtools/python/python3-snappy_0.5.4.bb b/meta-python/recipes-devtools/python/python3-snappy_0.5.4.bb deleted file mode 100644 index 1836473b8b..0000000000 --- a/meta-python/recipes-devtools/python/python3-snappy_0.5.4.bb +++ /dev/null @@ -1,15 +0,0 @@ -DESCRIPTION = "Python library for the snappy compression library from Google" -DEPENDS += "snappy" - -LICENSE = "BSD-3-Clause" -LIC_FILES_CHKSUM = "file://LICENSE;md5=b3090152f53ee19f6a7b64b1a36384fb" - -SRC_URI[sha256sum] = "d9c26532cfa510f45e8d135cde140e8a5603d3fb254cfec273ebc0ecf9f668e2" - -inherit pypi setuptools3 - -PYPI_PACKAGE = "python-snappy" - -RDEPENDS_${PN} += "snappy" - -BBCLASSEXTEND = "native nativesdk" diff --git a/meta-python/recipes-devtools/python/python3-snappy_0.6.0.bb b/meta-python/recipes-devtools/python/python3-snappy_0.6.0.bb new file mode 100644 index 0000000000..64787feecc --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-snappy_0.6.0.bb @@ -0,0 +1,15 @@ +DESCRIPTION = "Python library for the snappy compression library from Google" +DEPENDS += "snappy" + +LICENSE = "BSD-3-Clause" +LIC_FILES_CHKSUM = "file://LICENSE;md5=b3090152f53ee19f6a7b64b1a36384fb" + +SRC_URI[sha256sum] = "168a98d3f597b633cfeeae7fe1c78a8dfd81f018b866cf7ce9e4c56086af891a" + +inherit pypi setuptools3 + +PYPI_PACKAGE = "python-snappy" + +RDEPENDS_${PN} += "snappy" + +BBCLASSEXTEND = "native nativesdk" -- cgit v1.2.3-54-g00ecf