From 02fa65c8e953b1ffd4e0fc48276319403f87dae3 Mon Sep 17 00:00:00 2001 From: Zang Ruochen Date: Tue, 15 Oct 2019 16:02:02 +0800 Subject: python-xxhash: upgrade 1.4.1 -> 1.4.2 Signed-off-by: Zang Ruochen Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python-xxhash.inc | 4 ++-- meta-python/recipes-devtools/python/python3-xxhash_1.4.1.bb | 2 -- meta-python/recipes-devtools/python/python3-xxhash_1.4.2.bb | 2 ++ 3 files changed, 4 insertions(+), 4 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-xxhash_1.4.1.bb create mode 100644 meta-python/recipes-devtools/python/python3-xxhash_1.4.2.bb (limited to 'meta-python/recipes-devtools') diff --git a/meta-python/recipes-devtools/python/python-xxhash.inc b/meta-python/recipes-devtools/python/python-xxhash.inc index 6b44482209..93b2a15a74 100644 --- a/meta-python/recipes-devtools/python/python-xxhash.inc +++ b/meta-python/recipes-devtools/python/python-xxhash.inc @@ -3,5 +3,5 @@ SECTION = "devel/python" LICENSE = "BSD" LIC_FILES_CHKSUM = "file://LICENSE;md5=5a8d76283514a1b7e6a414aba38629b5" -SRC_URI[md5sum] = "2e6c0bd69a540e15ff2222d6cb8da466" -SRC_URI[sha256sum] = "6b5af8c37ff12745ae77f28e695c0d3a3327932fd229824e49382377e940fdf1" +SRC_URI[md5sum] = "80461eff10ac62214fa788a6045aab43" +SRC_URI[sha256sum] = "82cdc67b41da904aa2921107e9877814079d9b067a99f19852b5d85e8a40555d" diff --git a/meta-python/recipes-devtools/python/python3-xxhash_1.4.1.bb b/meta-python/recipes-devtools/python/python3-xxhash_1.4.1.bb deleted file mode 100644 index 76bc41a11c..0000000000 --- a/meta-python/recipes-devtools/python/python3-xxhash_1.4.1.bb +++ /dev/null @@ -1,2 +0,0 @@ -require python-xxhash.inc -inherit pypi setuptools3 diff --git a/meta-python/recipes-devtools/python/python3-xxhash_1.4.2.bb b/meta-python/recipes-devtools/python/python3-xxhash_1.4.2.bb new file mode 100644 index 0000000000..76bc41a11c --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-xxhash_1.4.2.bb @@ -0,0 +1,2 @@ +require python-xxhash.inc +inherit pypi setuptools3 -- cgit v1.2.3-54-g00ecf