[OE-core] [meta-python][PATCH 05/13] python-decorator: update to 4.0.6

Derek Straka derek at asterius.io
Sat Jan 23 23:10:02 UTC 2016


---
 meta-python/recipes-devtools/python/python-decorator.inc            | 6 ++++--
 .../python/{python-decorator_4.0.2.bb => python-decorator_4.0.6.bb} | 0
 .../{python3-decorator_4.0.2.bb => python3-decorator_4.0.6.bb}      | 0
 3 files changed, 4 insertions(+), 2 deletions(-)
 rename meta-python/recipes-devtools/python/{python-decorator_4.0.2.bb => python-decorator_4.0.6.bb} (100%)
 rename meta-python/recipes-devtools/python/{python3-decorator_4.0.2.bb => python3-decorator_4.0.6.bb} (100%)

diff --git a/meta-python/recipes-devtools/python/python-decorator.inc b/meta-python/recipes-devtools/python/python-decorator.inc
index a599fd8..65598c1 100644
--- a/meta-python/recipes-devtools/python/python-decorator.inc
+++ b/meta-python/recipes-devtools/python/python-decorator.inc
@@ -9,7 +9,9 @@ decorator, just because you can."
 LICENSE = "BSD"
 LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=41e24e0e235a97e60cdb5c4137fa2cd0"
 
-SRC_URI[md5sum] = "033c9563af492c4ce2680ee6ca481fa7"
-SRC_URI[sha256sum] = "1a089279d5de2471c47624d4463f2e5b3fc6a2cf65045c39bf714fc461a25206"
+PYPI_PACKAGE = "decorator" 
+
+SRC_URI[md5sum] = "b17bfa17c294d33022a89de0f61d38fe"
+SRC_URI[sha256sum] = "1c6254597777fd003da2e8fb503c3dbf3d9e8f8d55f054709c0e65be3467209c"
 
 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.6.bb
similarity index 100%
rename from meta-python/recipes-devtools/python/python-decorator_4.0.2.bb
rename to meta-python/recipes-devtools/python/python-decorator_4.0.6.bb
diff --git a/meta-python/recipes-devtools/python/python3-decorator_4.0.2.bb b/meta-python/recipes-devtools/python/python3-decorator_4.0.6.bb
similarity index 100%
rename from meta-python/recipes-devtools/python/python3-decorator_4.0.2.bb
rename to meta-python/recipes-devtools/python/python3-decorator_4.0.6.bb
-- 
1.9.1




More information about the Openembedded-core mailing list