From 3b1ea9889616de37f5a002b8f0207e372914b188 Mon Sep 17 00:00:00 2001 From: Derek Straka Date: Wed, 8 Feb 2017 18:15:29 -0500 Subject: python-py: update to version 1.4.32 Signed-off-by: Derek Straka Signed-off-by: Martin Jansa --- meta-python/recipes-devtools/python/python-py.inc | 4 ++-- meta-python/recipes-devtools/python/python-py_1.4.31.bb | 2 -- meta-python/recipes-devtools/python/python-py_1.4.32.bb | 2 ++ meta-python/recipes-devtools/python/python3-py_1.4.31.bb | 2 -- meta-python/recipes-devtools/python/python3-py_1.4.32.bb | 2 ++ 5 files changed, 6 insertions(+), 6 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python-py_1.4.31.bb create mode 100644 meta-python/recipes-devtools/python/python-py_1.4.32.bb delete mode 100644 meta-python/recipes-devtools/python/python3-py_1.4.31.bb create mode 100644 meta-python/recipes-devtools/python/python3-py_1.4.32.bb (limited to 'meta-python') diff --git a/meta-python/recipes-devtools/python/python-py.inc b/meta-python/recipes-devtools/python/python-py.inc index 9e33b168b2..4ac502e93d 100644 --- a/meta-python/recipes-devtools/python/python-py.inc +++ b/meta-python/recipes-devtools/python/python-py.inc @@ -2,7 +2,7 @@ SUMMARY = "Library with cross-python path, ini-parsing, io, code, log facilities LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE;md5=a6bb0320b04a0a503f12f69fea479de9" -SRC_URI[md5sum] = "5d2c63c56dc3f2115ec35c066ecd582b" -SRC_URI[sha256sum] = "a6501963c725fc2554dabfece8ae9a8fb5e149c0ac0a42fd2b02c5c1c57fc114" +SRC_URI[md5sum] = "68ee0b5867282595d0b410a7f3c03ab3" +SRC_URI[sha256sum] = "c4b89fd1ff1162375115608d01f77c38cca1d0f28f37fd718005e19b28be41a7" BBCLASSEXTEND = "native nativesdk" diff --git a/meta-python/recipes-devtools/python/python-py_1.4.31.bb b/meta-python/recipes-devtools/python/python-py_1.4.31.bb deleted file mode 100644 index 5ad2c19766..0000000000 --- a/meta-python/recipes-devtools/python/python-py_1.4.31.bb +++ /dev/null @@ -1,2 +0,0 @@ -inherit pypi setuptools -require python-py.inc diff --git a/meta-python/recipes-devtools/python/python-py_1.4.32.bb b/meta-python/recipes-devtools/python/python-py_1.4.32.bb new file mode 100644 index 0000000000..5ad2c19766 --- /dev/null +++ b/meta-python/recipes-devtools/python/python-py_1.4.32.bb @@ -0,0 +1,2 @@ +inherit pypi setuptools +require python-py.inc diff --git a/meta-python/recipes-devtools/python/python3-py_1.4.31.bb b/meta-python/recipes-devtools/python/python3-py_1.4.31.bb deleted file mode 100644 index 0ee373d24c..0000000000 --- a/meta-python/recipes-devtools/python/python3-py_1.4.31.bb +++ /dev/null @@ -1,2 +0,0 @@ -inherit pypi setuptools3 -require python-py.inc diff --git a/meta-python/recipes-devtools/python/python3-py_1.4.32.bb b/meta-python/recipes-devtools/python/python3-py_1.4.32.bb new file mode 100644 index 0000000000..0ee373d24c --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-py_1.4.32.bb @@ -0,0 +1,2 @@ +inherit pypi setuptools3 +require python-py.inc -- cgit v1.2.3-54-g00ecf