From 607e275621d2debe50a5ec46e8bb2f0f9f72ad7d Mon Sep 17 00:00:00 2001 From: Derek Straka Date: Mon, 11 Apr 2016 07:41:36 -0400 Subject: python-decorator: update to 4.0.9 Signed-off-by: Derek Straka Signed-off-by: Martin Jansa Signed-off-by: Armin Kuster --- meta-python/recipes-devtools/python/python-decorator.inc | 4 ++-- meta-python/recipes-devtools/python/python-decorator_4.0.2.bb | 2 -- meta-python/recipes-devtools/python/python-decorator_4.0.9.bb | 2 ++ meta-python/recipes-devtools/python/python3-decorator_4.0.2.bb | 2 -- meta-python/recipes-devtools/python/python3-decorator_4.0.9.bb | 2 ++ 5 files changed, 6 insertions(+), 6 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python-decorator_4.0.2.bb create mode 100644 meta-python/recipes-devtools/python/python-decorator_4.0.9.bb delete mode 100644 meta-python/recipes-devtools/python/python3-decorator_4.0.2.bb create mode 100644 meta-python/recipes-devtools/python/python3-decorator_4.0.9.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 a599fd814c..571001262c 100644 --- a/meta-python/recipes-devtools/python/python-decorator.inc +++ b/meta-python/recipes-devtools/python/python-decorator.inc @@ -9,7 +9,7 @@ decorator, just because you can." LICENSE = "BSD" LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=41e24e0e235a97e60cdb5c4137fa2cd0" -SRC_URI[md5sum] = "033c9563af492c4ce2680ee6ca481fa7" -SRC_URI[sha256sum] = "1a089279d5de2471c47624d4463f2e5b3fc6a2cf65045c39bf714fc461a25206" +SRC_URI[md5sum] = "f12c5651ccd707e12a0abaa4f76cd69a" +SRC_URI[sha256sum] = "90022e83316363788a55352fe39cfbed357aa3a71d90e5f2803a35471de4bba8" inherit pypi diff --git a/meta-python/recipes-devtools/python/python-decorator_4.0.2.bb b/meta-python/recipes-devtools/python/python-decorator_4.0.2.bb deleted file mode 100644 index f262168467..0000000000 --- a/meta-python/recipes-devtools/python/python-decorator_4.0.2.bb +++ /dev/null @@ -1,2 +0,0 @@ -inherit setuptools -require python-decorator.inc diff --git a/meta-python/recipes-devtools/python/python-decorator_4.0.9.bb b/meta-python/recipes-devtools/python/python-decorator_4.0.9.bb new file mode 100644 index 0000000000..f262168467 --- /dev/null +++ b/meta-python/recipes-devtools/python/python-decorator_4.0.9.bb @@ -0,0 +1,2 @@ +inherit setuptools +require python-decorator.inc diff --git a/meta-python/recipes-devtools/python/python3-decorator_4.0.2.bb b/meta-python/recipes-devtools/python/python3-decorator_4.0.2.bb deleted file mode 100644 index 844cbdc9a9..0000000000 --- a/meta-python/recipes-devtools/python/python3-decorator_4.0.2.bb +++ /dev/null @@ -1,2 +0,0 @@ -inherit setuptools3 -require python-decorator.inc diff --git a/meta-python/recipes-devtools/python/python3-decorator_4.0.9.bb b/meta-python/recipes-devtools/python/python3-decorator_4.0.9.bb new file mode 100644 index 0000000000..844cbdc9a9 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-decorator_4.0.9.bb @@ -0,0 +1,2 @@ +inherit setuptools3 +require python-decorator.inc -- cgit 1.2.3-korg