From dfc52e24f87b3d0845f6a0e57a947029e802d2d6 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Mon, 9 Dec 2019 06:58:03 -0800 Subject: python3-xxhash: upgrade 1.4.2 -> 1.4.3 Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python-xxhash.inc | 4 ++-- meta-python/recipes-devtools/python/python3-xxhash_1.4.2.bb | 2 -- meta-python/recipes-devtools/python/python3-xxhash_1.4.3.bb | 2 ++ 3 files changed, 4 insertions(+), 4 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-xxhash_1.4.2.bb create mode 100644 meta-python/recipes-devtools/python/python3-xxhash_1.4.3.bb (limited to 'meta-python') diff --git a/meta-python/recipes-devtools/python/python-xxhash.inc b/meta-python/recipes-devtools/python/python-xxhash.inc index 1ec3937b13..80f5e9c7f2 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-2-Clause" LIC_FILES_CHKSUM = "file://LICENSE;md5=5a8d76283514a1b7e6a414aba38629b5" -SRC_URI[md5sum] = "80461eff10ac62214fa788a6045aab43" -SRC_URI[sha256sum] = "82cdc67b41da904aa2921107e9877814079d9b067a99f19852b5d85e8a40555d" +SRC_URI[md5sum] = "ce9cbbcc89620fd47a2468badd08dcf0" +SRC_URI[sha256sum] = "8b6b1afe7731d7d9cbb0398b4a811ebb5e6be5c174f72c68abf81f919a435de9" 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 deleted file mode 100644 index 76bc41a11c..0000000000 --- a/meta-python/recipes-devtools/python/python3-xxhash_1.4.2.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.3.bb b/meta-python/recipes-devtools/python/python3-xxhash_1.4.3.bb new file mode 100644 index 0000000000..76bc41a11c --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-xxhash_1.4.3.bb @@ -0,0 +1,2 @@ +require python-xxhash.inc +inherit pypi setuptools3 -- cgit v1.2.3-54-g00ecf