From ed7a4c01d30b4ad76cab8d30787395497095532f Mon Sep 17 00:00:00 2001 From: Yuan Chao Date: Wed, 28 Aug 2019 16:57:56 +0900 Subject: python3-xxhash: upgrade 1.3.0 -> 1.4.1 License update: Copyright year updated to 2019. Signed-off-by: Yuan Chao Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python-xxhash.inc | 6 +++--- meta-python/recipes-devtools/python/python3-xxhash_1.3.0.bb | 2 -- meta-python/recipes-devtools/python/python3-xxhash_1.4.1.bb | 2 ++ 3 files changed, 5 insertions(+), 5 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-xxhash_1.3.0.bb create mode 100644 meta-python/recipes-devtools/python/python3-xxhash_1.4.1.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 9df4520f7d..6b44482209 100644 --- a/meta-python/recipes-devtools/python/python-xxhash.inc +++ b/meta-python/recipes-devtools/python/python-xxhash.inc @@ -1,7 +1,7 @@ SUMMARY = "xxhash is a Python binding for the xxHash library by Yann Collet." SECTION = "devel/python" LICENSE = "BSD" -LIC_FILES_CHKSUM = "file://LICENSE;md5=d2c6db5887cc6b2fac8b701d64cb8442" +LIC_FILES_CHKSUM = "file://LICENSE;md5=5a8d76283514a1b7e6a414aba38629b5" -SRC_URI[md5sum] = "a4289aa01839f3ea1fb98929d9131001" -SRC_URI[sha256sum] = "fe21f23a9d05428c75461790b670f2bf15f50a632d6c171a7e7b588269c619e6" +SRC_URI[md5sum] = "2e6c0bd69a540e15ff2222d6cb8da466" +SRC_URI[sha256sum] = "6b5af8c37ff12745ae77f28e695c0d3a3327932fd229824e49382377e940fdf1" diff --git a/meta-python/recipes-devtools/python/python3-xxhash_1.3.0.bb b/meta-python/recipes-devtools/python/python3-xxhash_1.3.0.bb deleted file mode 100644 index 76bc41a11c..0000000000 --- a/meta-python/recipes-devtools/python/python3-xxhash_1.3.0.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.1.bb b/meta-python/recipes-devtools/python/python3-xxhash_1.4.1.bb new file mode 100644 index 0000000000..76bc41a11c --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-xxhash_1.4.1.bb @@ -0,0 +1,2 @@ +require python-xxhash.inc +inherit pypi setuptools3 -- cgit v1.2.3-54-g00ecf