From 7f486077421aa5e6c7da3525192bcdd0dab71247 Mon Sep 17 00:00:00 2001 From: Derek Straka Date: Sun, 14 Jan 2018 19:59:51 -0500 Subject: python-decorator: update to version 4.2.1 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.1.2.bb | 4 ---- meta-python/recipes-devtools/python/python-decorator_4.2.1.bb | 4 ++++ meta-python/recipes-devtools/python/python3-decorator_4.1.2.bb | 6 ------ meta-python/recipes-devtools/python/python3-decorator_4.2.1.bb | 6 ++++++ 5 files changed, 12 insertions(+), 12 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python-decorator_4.1.2.bb create mode 100644 meta-python/recipes-devtools/python/python-decorator_4.2.1.bb delete mode 100644 meta-python/recipes-devtools/python/python3-decorator_4.1.2.bb create mode 100644 meta-python/recipes-devtools/python/python3-decorator_4.2.1.bb (limited to 'meta-python') diff --git a/meta-python/recipes-devtools/python/python-decorator.inc b/meta-python/recipes-devtools/python/python-decorator.inc index 859f97269c..eaab3b085b 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] = "a0f7f4fe00ae2dde93494d90c192cf8c" -SRC_URI[sha256sum] = "7cb64d38cb8002971710c8899fbdfb859a23a364b7c99dab19d1f719c2ba16b5" +SRC_URI[md5sum] = "e886337e9f70e70d45d67266b8e66044" +SRC_URI[sha256sum] = "7d46dd9f3ea1cf5f06ee0e4e1277ae618cf48dfb10ada7c8427cd46c42702a0e" inherit pypi diff --git a/meta-python/recipes-devtools/python/python-decorator_4.1.2.bb b/meta-python/recipes-devtools/python/python-decorator_4.1.2.bb deleted file mode 100644 index 2a2b455f56..0000000000 --- a/meta-python/recipes-devtools/python/python-decorator_4.1.2.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.2.1.bb b/meta-python/recipes-devtools/python/python-decorator_4.2.1.bb new file mode 100644 index 0000000000..2a2b455f56 --- /dev/null +++ b/meta-python/recipes-devtools/python/python-decorator_4.2.1.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.1.2.bb b/meta-python/recipes-devtools/python/python3-decorator_4.1.2.bb deleted file mode 100644 index 7840b20c0f..0000000000 --- a/meta-python/recipes-devtools/python/python3-decorator_4.1.2.bb +++ /dev/null @@ -1,6 +0,0 @@ -inherit setuptools3 -require python-decorator.inc - -RDEPENDS_${PN}_class-target += "\ - ${PYTHON_PN}-enum \ -" 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 new file mode 100644 index 0000000000..7840b20c0f --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-decorator_4.2.1.bb @@ -0,0 +1,6 @@ +inherit setuptools3 +require python-decorator.inc + +RDEPENDS_${PN}_class-target += "\ + ${PYTHON_PN}-enum \ +" -- cgit 1.2.3-korg