From 576cee8cc4b94d346035ba6c0256c2bd802d9747 Mon Sep 17 00:00:00 2001 From: Zang Ruochen Date: Thu, 7 Nov 2019 10:35:31 +0800 Subject: python-decorator: upgrade 4.4.0 -> 4.4.1 Signed-off-by: Zang Ruochen Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python-decorator.inc | 4 ++-- meta-python/recipes-devtools/python/python-decorator_4.4.0.bb | 4 ---- meta-python/recipes-devtools/python/python-decorator_4.4.1.bb | 4 ++++ meta-python/recipes-devtools/python/python3-decorator_4.4.0.bb | 2 -- meta-python/recipes-devtools/python/python3-decorator_4.4.1.bb | 2 ++ 5 files changed, 8 insertions(+), 8 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python-decorator_4.4.0.bb create mode 100644 meta-python/recipes-devtools/python/python-decorator_4.4.1.bb delete mode 100644 meta-python/recipes-devtools/python/python3-decorator_4.4.0.bb create mode 100644 meta-python/recipes-devtools/python/python3-decorator_4.4.1.bb (limited to 'meta-python/recipes-devtools/python') diff --git a/meta-python/recipes-devtools/python/python-decorator.inc b/meta-python/recipes-devtools/python/python-decorator.inc index caf4340b25..65db1a961c 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-2-Clause" LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=be2fd2007972bf96c08af3293d728b22" -SRC_URI[md5sum] = "a565a98581c0d110bc247323e89df9b1" -SRC_URI[sha256sum] = "86156361c50488b84a3f148056ea716ca587df2f0de1d34750d35c21312725de" +SRC_URI[md5sum] = "933981f288c4230816b5beee8d40e6ea" +SRC_URI[sha256sum] = "54c38050039232e1db4ad7375cfce6748d7b41c29e95a081c8a6d2c30364a2ce" inherit pypi diff --git a/meta-python/recipes-devtools/python/python-decorator_4.4.0.bb b/meta-python/recipes-devtools/python/python-decorator_4.4.0.bb deleted file mode 100644 index 2a2b455f56..0000000000 --- a/meta-python/recipes-devtools/python/python-decorator_4.4.0.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.4.1.bb b/meta-python/recipes-devtools/python/python-decorator_4.4.1.bb new file mode 100644 index 0000000000..2a2b455f56 --- /dev/null +++ b/meta-python/recipes-devtools/python/python-decorator_4.4.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.4.0.bb b/meta-python/recipes-devtools/python/python3-decorator_4.4.0.bb deleted file mode 100644 index 844cbdc9a9..0000000000 --- a/meta-python/recipes-devtools/python/python3-decorator_4.4.0.bb +++ /dev/null @@ -1,2 +0,0 @@ -inherit setuptools3 -require python-decorator.inc diff --git a/meta-python/recipes-devtools/python/python3-decorator_4.4.1.bb b/meta-python/recipes-devtools/python/python3-decorator_4.4.1.bb new file mode 100644 index 0000000000..844cbdc9a9 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-decorator_4.4.1.bb @@ -0,0 +1,2 @@ +inherit setuptools3 +require python-decorator.inc -- cgit v1.2.3-54-g00ecf