From ba5178909aa102975db2e3be42b74faf2f64212b Mon Sep 17 00:00:00 2001 From: Zang Ruochen Date: Fri, 17 Jan 2020 14:38:12 +0800 Subject: python3-yarl: upgrade 1.3.0 -> 1.4.2 Signed-off-by: Zang Ruochen Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python-yarl.inc | 4 ++-- meta-python/recipes-devtools/python/python3-yarl_1.3.0.bb | 2 -- meta-python/recipes-devtools/python/python3-yarl_1.4.2.bb | 2 ++ 3 files changed, 4 insertions(+), 4 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-yarl_1.3.0.bb create mode 100644 meta-python/recipes-devtools/python/python3-yarl_1.4.2.bb (limited to 'meta-python/recipes-devtools/python') diff --git a/meta-python/recipes-devtools/python/python-yarl.inc b/meta-python/recipes-devtools/python/python-yarl.inc index ea555418a2..98066d73b9 100644 --- a/meta-python/recipes-devtools/python/python-yarl.inc +++ b/meta-python/recipes-devtools/python/python-yarl.inc @@ -3,8 +3,8 @@ HOMEPAGE = "https://github.com/aio-libs/yarl/" LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://LICENSE;md5=b334fc90d45983db318f54fd5bf6c90b" -SRC_URI[md5sum] = "92889c31fce4c8f82b7ee9c2b2ed9cd1" -SRC_URI[sha256sum] = "024ecdc12bc02b321bc66b41327f930d1c2c543fa9a561b39861da9388ba7aa9" +SRC_URI[md5sum] = "08ba0d6e18f460b44d9e5459f3d217ba" +SRC_URI[sha256sum] = "58cd9c469eced558cd81aa3f484b2924e8897049e06889e8ff2510435b7ef74b" PYPI_PACKAGE = "yarl" inherit pypi diff --git a/meta-python/recipes-devtools/python/python3-yarl_1.3.0.bb b/meta-python/recipes-devtools/python/python3-yarl_1.3.0.bb deleted file mode 100644 index c5df44216b..0000000000 --- a/meta-python/recipes-devtools/python/python3-yarl_1.3.0.bb +++ /dev/null @@ -1,2 +0,0 @@ -inherit setuptools3 -require python-yarl.inc diff --git a/meta-python/recipes-devtools/python/python3-yarl_1.4.2.bb b/meta-python/recipes-devtools/python/python3-yarl_1.4.2.bb new file mode 100644 index 0000000000..c5df44216b --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-yarl_1.4.2.bb @@ -0,0 +1,2 @@ +inherit setuptools3 +require python-yarl.inc -- cgit v1.2.3-54-g00ecf