From 77c8b08584f705fd1e0311588ef8687b09a31dde Mon Sep 17 00:00:00 2001 From: Derek Straka Date: Sun, 22 Apr 2018 11:14:12 -0400 Subject: python-decorator: update to version 4.3.0 Signed-off-by: Derek Straka Signed-off-by: Armin Kuster --- meta-python/recipes-devtools/python/python-decorator.inc | 4 ++-- meta-python/recipes-devtools/python/python-decorator_4.2.1.bb | 4 ---- meta-python/recipes-devtools/python/python-decorator_4.3.0.bb | 4 ++++ meta-python/recipes-devtools/python/python3-decorator_4.2.1.bb | 2 -- meta-python/recipes-devtools/python/python3-decorator_4.3.0.bb | 2 ++ 5 files changed, 8 insertions(+), 8 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python-decorator_4.2.1.bb create mode 100644 meta-python/recipes-devtools/python/python-decorator_4.3.0.bb delete mode 100644 meta-python/recipes-devtools/python/python3-decorator_4.2.1.bb create mode 100644 meta-python/recipes-devtools/python/python3-decorator_4.3.0.bb diff --git a/meta-python/recipes-devtools/python/python-decorator.inc b/meta-python/recipes-devtools/python/python-decorator.inc index eaab3b085b..44edb8ad7e 100644 --- a/meta-python/recipes-devtools/python/python-decorator.inc +++ b/meta-python/recipes-devtools/python/python-decorator.inc @@ -9,8 +9,8 @@ decorator, just because you can." LICENSE = "BSD" LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=893f896413826096ce5270c700a498fd" -SRC_URI[md5sum] = "e886337e9f70e70d45d67266b8e66044" -SRC_URI[sha256sum] = "7d46dd9f3ea1cf5f06ee0e4e1277ae618cf48dfb10ada7c8427cd46c42702a0e" +SRC_URI[md5sum] = "249e7299b9b4bced0c382343f84eb1c0" +SRC_URI[sha256sum] = "c39efa13fbdeb4506c476c9b3babf6a718da943dab7811c206005a4a956c080c" inherit pypi diff --git a/meta-python/recipes-devtools/python/python-decorator_4.2.1.bb b/meta-python/recipes-devtools/python/python-decorator_4.2.1.bb deleted file mode 100644 index 2a2b455f56..0000000000 --- a/meta-python/recipes-devtools/python/python-decorator_4.2.1.bb +++ /dev/null @@ -1,4 +0,0 @@ -inherit setuptools -require python-decorator.inc - -RDEPENDS_${PN} += "${PYTHON_PN}-contextlib" diff --git a/meta-python/recipes-devtools/python/python-decorator_4.3.0.bb b/meta-python/recipes-devtools/python/python-decorator_4.3.0.bb new file mode 100644 index 0000000000..2a2b455f56 --- /dev/null +++ b/meta-python/recipes-devtools/python/python-decorator_4.3.0.bb @@ -0,0 +1,4 @@ +inherit setuptools +require python-decorator.inc + +RDEPENDS_${PN} += "${PYTHON_PN}-contextlib" diff --git a/meta-python/recipes-devtools/python/python3-decorator_4.2.1.bb b/meta-python/recipes-devtools/python/python3-decorator_4.2.1.bb deleted file mode 100644 index 844cbdc9a9..0000000000 --- a/meta-python/recipes-devtools/python/python3-decorator_4.2.1.bb +++ /dev/null @@ -1,2 +0,0 @@ -inherit setuptools3 -require python-decorator.inc diff --git a/meta-python/recipes-devtools/python/python3-decorator_4.3.0.bb b/meta-python/recipes-devtools/python/python3-decorator_4.3.0.bb new file mode 100644 index 0000000000..844cbdc9a9 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-decorator_4.3.0.bb @@ -0,0 +1,2 @@ +inherit setuptools3 +require python-decorator.inc -- cgit v1.2.3-54-g00ecf