From 5a7646a6b332bea715089425861fe17ac1389e89 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Thu, 2 Jan 2020 22:09:29 -0800 Subject: python-cachetools: upgrade 3.1.1 -> 4.0.0 Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python-cachetools.inc | 4 ++-- meta-python/recipes-devtools/python/python-cachetools_3.1.1.bb | 2 -- meta-python/recipes-devtools/python/python-cachetools_4.0.0.bb | 2 ++ meta-python/recipes-devtools/python/python3-cachetools_3.1.1.bb | 2 -- meta-python/recipes-devtools/python/python3-cachetools_4.0.0.bb | 2 ++ 5 files changed, 6 insertions(+), 6 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python-cachetools_3.1.1.bb create mode 100644 meta-python/recipes-devtools/python/python-cachetools_4.0.0.bb delete mode 100644 meta-python/recipes-devtools/python/python3-cachetools_3.1.1.bb create mode 100644 meta-python/recipes-devtools/python/python3-cachetools_4.0.0.bb (limited to 'meta-python') diff --git a/meta-python/recipes-devtools/python/python-cachetools.inc b/meta-python/recipes-devtools/python/python-cachetools.inc index 9c793808fd..f3d3bc6bc5 100644 --- a/meta-python/recipes-devtools/python/python-cachetools.inc +++ b/meta-python/recipes-devtools/python/python-cachetools.inc @@ -10,7 +10,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=27f7518eb6f7dc686d0f953b2f28dae5" inherit pypi -SRC_URI[md5sum] = "91aa9b611b6345154df84e8e37746f41" -SRC_URI[sha256sum] = "8ea2d3ce97850f31e4a08b0e2b5e6c34997d7216a9d2c98e0f3978630d4da69a" +SRC_URI[md5sum] = "6a88df13467e80eb61dd2bedad19b83c" +SRC_URI[sha256sum] = "9a52dd97a85f257f4e4127f15818e71a0c7899f121b34591fcc1173ea79a0198" BBCLASSEXTEND = "native nativesdk" diff --git a/meta-python/recipes-devtools/python/python-cachetools_3.1.1.bb b/meta-python/recipes-devtools/python/python-cachetools_3.1.1.bb deleted file mode 100644 index 8c12ad042f..0000000000 --- a/meta-python/recipes-devtools/python/python-cachetools_3.1.1.bb +++ /dev/null @@ -1,2 +0,0 @@ -inherit setuptools -require python-cachetools.inc diff --git a/meta-python/recipes-devtools/python/python-cachetools_4.0.0.bb b/meta-python/recipes-devtools/python/python-cachetools_4.0.0.bb new file mode 100644 index 0000000000..8c12ad042f --- /dev/null +++ b/meta-python/recipes-devtools/python/python-cachetools_4.0.0.bb @@ -0,0 +1,2 @@ +inherit setuptools +require python-cachetools.inc diff --git a/meta-python/recipes-devtools/python/python3-cachetools_3.1.1.bb b/meta-python/recipes-devtools/python/python3-cachetools_3.1.1.bb deleted file mode 100644 index 76b2f6785c..0000000000 --- a/meta-python/recipes-devtools/python/python3-cachetools_3.1.1.bb +++ /dev/null @@ -1,2 +0,0 @@ -inherit setuptools3 -require python-cachetools.inc diff --git a/meta-python/recipes-devtools/python/python3-cachetools_4.0.0.bb b/meta-python/recipes-devtools/python/python3-cachetools_4.0.0.bb new file mode 100644 index 0000000000..76b2f6785c --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-cachetools_4.0.0.bb @@ -0,0 +1,2 @@ +inherit setuptools3 +require python-cachetools.inc -- cgit 1.2.3-korg