From 9e33ffbeab20f6ab9770240059c165c24d7ee67f Mon Sep 17 00:00:00 2001 From: Derek Straka Date: Sun, 25 Feb 2018 15:18:11 -0500 Subject: python-isort: update to version 4.3.4 Signed-off-by: Derek Straka Signed-off-by: Armin Kuster --- meta-python/recipes-devtools/python/python-isort.inc | 4 ++-- meta-python/recipes-devtools/python/python-isort_4.2.15.bb | 2 -- meta-python/recipes-devtools/python/python-isort_4.3.4.bb | 2 ++ meta-python/recipes-devtools/python/python3-isort_4.2.15.bb | 2 -- meta-python/recipes-devtools/python/python3-isort_4.3.4.bb | 2 ++ 5 files changed, 6 insertions(+), 6 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python-isort_4.2.15.bb create mode 100644 meta-python/recipes-devtools/python/python-isort_4.3.4.bb delete mode 100644 meta-python/recipes-devtools/python/python3-isort_4.2.15.bb create mode 100644 meta-python/recipes-devtools/python/python3-isort_4.3.4.bb (limited to 'meta-python/recipes-devtools/python') diff --git a/meta-python/recipes-devtools/python/python-isort.inc b/meta-python/recipes-devtools/python/python-isort.inc index 9884c44f18..c9e8192b94 100644 --- a/meta-python/recipes-devtools/python/python-isort.inc +++ b/meta-python/recipes-devtools/python/python-isort.inc @@ -4,7 +4,7 @@ LICENSE = "MIT" SECTION = "devel/python" LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=8;endline=8;md5=8227180126797a0148f94f483f3e1489" -SRC_URI[md5sum] = "34915a2ce60e6fe3dbcbf5982deef9b4" -SRC_URI[sha256sum] = "79f46172d3a4e2e53e7016e663cc7a8b538bec525c36675fcfd2767df30b3983" +SRC_URI[md5sum] = "fb554e9c8f9aa76e333a03d470a5cf52" +SRC_URI[sha256sum] = "b9c40e9750f3d77e6e4d441d8b0266cf555e7cdabdcff33c4fd06366ca761ef8" inherit pypi diff --git a/meta-python/recipes-devtools/python/python-isort_4.2.15.bb b/meta-python/recipes-devtools/python/python-isort_4.2.15.bb deleted file mode 100644 index fa46d89b5e..0000000000 --- a/meta-python/recipes-devtools/python/python-isort_4.2.15.bb +++ /dev/null @@ -1,2 +0,0 @@ -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 new file mode 100644 index 0000000000..fa46d89b5e --- /dev/null +++ b/meta-python/recipes-devtools/python/python-isort_4.3.4.bb @@ -0,0 +1,2 @@ +inherit setuptools +require python-isort.inc diff --git a/meta-python/recipes-devtools/python/python3-isort_4.2.15.bb b/meta-python/recipes-devtools/python/python3-isort_4.2.15.bb deleted file mode 100644 index 755b3e2f23..0000000000 --- a/meta-python/recipes-devtools/python/python3-isort_4.2.15.bb +++ /dev/null @@ -1,2 +0,0 @@ -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 new file mode 100644 index 0000000000..755b3e2f23 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-isort_4.3.4.bb @@ -0,0 +1,2 @@ +inherit setuptools3 +require python-isort.inc -- cgit 1.2.3-korg