From 6c1900ea2051183f5d71215ab174fb04eed34c95 Mon Sep 17 00:00:00 2001 From: Zang Ruochen Date: Thu, 31 Oct 2019 14:40:29 +0800 Subject: python-isort: upgrade 4.3.4 -> 4.3.21 Signed-off-by: Zang Ruochen Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python-isort.inc | 4 ++-- meta-python/recipes-devtools/python/python-isort_4.3.21.bb | 2 ++ meta-python/recipes-devtools/python/python-isort_4.3.4.bb | 2 -- meta-python/recipes-devtools/python/python3-isort_4.3.21.bb | 2 ++ meta-python/recipes-devtools/python/python3-isort_4.3.4.bb | 2 -- 5 files changed, 6 insertions(+), 6 deletions(-) create mode 100644 meta-python/recipes-devtools/python/python-isort_4.3.21.bb delete mode 100644 meta-python/recipes-devtools/python/python-isort_4.3.4.bb create mode 100644 meta-python/recipes-devtools/python/python3-isort_4.3.21.bb delete mode 100644 meta-python/recipes-devtools/python/python3-isort_4.3.4.bb (limited to 'meta-python') diff --git a/meta-python/recipes-devtools/python/python-isort.inc b/meta-python/recipes-devtools/python/python-isort.inc index 359b180121..324d4cf101 100644 --- a/meta-python/recipes-devtools/python/python-isort.inc +++ b/meta-python/recipes-devtools/python/python-isort.inc @@ -4,8 +4,8 @@ LICENSE = "MIT" SECTION = "devel/python" LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=8;endline=8;md5=8227180126797a0148f94f483f3e1489" -SRC_URI[md5sum] = "fb554e9c8f9aa76e333a03d470a5cf52" -SRC_URI[sha256sum] = "b9c40e9750f3d77e6e4d441d8b0266cf555e7cdabdcff33c4fd06366ca761ef8" +SRC_URI[md5sum] = "05d66f2eb7ce2c2d702e86bac24bf9e4" +SRC_URI[sha256sum] = "54da7e92468955c4fceacd0c86bd0ec997b0e1ee80d97f67c35a78b719dccab1" inherit pypi diff --git a/meta-python/recipes-devtools/python/python-isort_4.3.21.bb b/meta-python/recipes-devtools/python/python-isort_4.3.21.bb new file mode 100644 index 0000000000..fa46d89b5e --- /dev/null +++ b/meta-python/recipes-devtools/python/python-isort_4.3.21.bb @@ -0,0 +1,2 @@ +inherit setuptools +require python-isort.inc diff --git a/meta-python/recipes-devtools/python/python-isort_4.3.4.bb b/meta-python/recipes-devtools/python/python-isort_4.3.4.bb deleted file mode 100644 index fa46d89b5e..0000000000 --- a/meta-python/recipes-devtools/python/python-isort_4.3.4.bb +++ /dev/null @@ -1,2 +0,0 @@ -inherit setuptools -require python-isort.inc diff --git a/meta-python/recipes-devtools/python/python3-isort_4.3.21.bb b/meta-python/recipes-devtools/python/python3-isort_4.3.21.bb new file mode 100644 index 0000000000..755b3e2f23 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-isort_4.3.21.bb @@ -0,0 +1,2 @@ +inherit setuptools3 +require python-isort.inc diff --git a/meta-python/recipes-devtools/python/python3-isort_4.3.4.bb b/meta-python/recipes-devtools/python/python3-isort_4.3.4.bb deleted file mode 100644 index 755b3e2f23..0000000000 --- a/meta-python/recipes-devtools/python/python3-isort_4.3.4.bb +++ /dev/null @@ -1,2 +0,0 @@ -inherit setuptools3 -require python-isort.inc -- cgit v1.2.3-54-g00ecf