From bcf5dfe9c5134cc421839502a51938bbdfe845e6 Mon Sep 17 00:00:00 2001 From: Zang Ruochen Date: Fri, 8 Nov 2019 15:26:16 +0800 Subject: python-pyrsistent: upgrade 0.15.4 -> 0.15.5 Signed-off-by: Zang Ruochen Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python-pyrsistent.inc | 4 ++-- meta-python/recipes-devtools/python/python-pyrsistent_0.15.4.bb | 2 -- meta-python/recipes-devtools/python/python-pyrsistent_0.15.5.bb | 2 ++ meta-python/recipes-devtools/python/python3-pyrsistent_0.15.4.bb | 2 -- meta-python/recipes-devtools/python/python3-pyrsistent_0.15.5.bb | 2 ++ 5 files changed, 6 insertions(+), 6 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python-pyrsistent_0.15.4.bb create mode 100644 meta-python/recipes-devtools/python/python-pyrsistent_0.15.5.bb delete mode 100644 meta-python/recipes-devtools/python/python3-pyrsistent_0.15.4.bb create mode 100644 meta-python/recipes-devtools/python/python3-pyrsistent_0.15.5.bb (limited to 'meta-python/recipes-devtools/python') diff --git a/meta-python/recipes-devtools/python/python-pyrsistent.inc b/meta-python/recipes-devtools/python/python-pyrsistent.inc index 2add037de8..fad488dd95 100644 --- a/meta-python/recipes-devtools/python/python-pyrsistent.inc +++ b/meta-python/recipes-devtools/python/python-pyrsistent.inc @@ -3,8 +3,8 @@ HOMEPAGE = "https://github.com/tobgu/pyrsistent" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENCE.mit;md5=ca574f2891cf528b3e7a2ee570337e7c" -SRC_URI[md5sum] = "0298efae86e009e24136d39dc8b2d33e" -SRC_URI[sha256sum] = "34b47fa169d6006b32e99d4b3c4031f155e6e68ebcc107d6454852e8e0ee6533" +SRC_URI[md5sum] = "903c518c8829de4ee255cff68ff8da45" +SRC_URI[sha256sum] = "eb6545dbeb1aa69ab1fb4809bfbf5a8705e44d92ef8fc7c2361682a47c46c778" RDEPENDS_${PN} += " \ ${PYTHON_PN}-six \ diff --git a/meta-python/recipes-devtools/python/python-pyrsistent_0.15.4.bb b/meta-python/recipes-devtools/python/python-pyrsistent_0.15.4.bb deleted file mode 100644 index 832eb80381..0000000000 --- a/meta-python/recipes-devtools/python/python-pyrsistent_0.15.4.bb +++ /dev/null @@ -1,2 +0,0 @@ -inherit pypi setuptools -require python-pyrsistent.inc diff --git a/meta-python/recipes-devtools/python/python-pyrsistent_0.15.5.bb b/meta-python/recipes-devtools/python/python-pyrsistent_0.15.5.bb new file mode 100644 index 0000000000..832eb80381 --- /dev/null +++ b/meta-python/recipes-devtools/python/python-pyrsistent_0.15.5.bb @@ -0,0 +1,2 @@ +inherit pypi setuptools +require python-pyrsistent.inc diff --git a/meta-python/recipes-devtools/python/python3-pyrsistent_0.15.4.bb b/meta-python/recipes-devtools/python/python3-pyrsistent_0.15.4.bb deleted file mode 100644 index 2e567e9f9c..0000000000 --- a/meta-python/recipes-devtools/python/python3-pyrsistent_0.15.4.bb +++ /dev/null @@ -1,2 +0,0 @@ -inherit pypi setuptools3 -require python-pyrsistent.inc diff --git a/meta-python/recipes-devtools/python/python3-pyrsistent_0.15.5.bb b/meta-python/recipes-devtools/python/python3-pyrsistent_0.15.5.bb new file mode 100644 index 0000000000..2e567e9f9c --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-pyrsistent_0.15.5.bb @@ -0,0 +1,2 @@ +inherit pypi setuptools3 +require python-pyrsistent.inc -- cgit v1.2.3-54-g00ecf