From 22ca2fba029e4b4568521632f3a879a4eb6a5963 Mon Sep 17 00:00:00 2001 From: Leon Anavi Date: Mon, 22 Jun 2020 13:35:36 +0300 Subject: python3-pyrsistent: Upgrade 0.15.7 -> 0.16.0 Upgrade to release 0.16.0: - No major updates but Python 2 support no longer guaranteed. - Fix #192, 'ignore_extra' for 'pvector_field'. - Fix #191, include LICENCE in distribution. - Fix #190, minor MyPy errors. Signed-off-by: Leon Anavi Acked-by: Trevor Gamblin Signed-off-by: Khem Raj --- .../recipes-devtools/python/python3-pyrsistent_0.15.7.bb | 16 ---------------- .../recipes-devtools/python/python3-pyrsistent_0.16.0.bb | 16 ++++++++++++++++ 2 files changed, 16 insertions(+), 16 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-pyrsistent_0.15.7.bb create mode 100644 meta-python/recipes-devtools/python/python3-pyrsistent_0.16.0.bb (limited to 'meta-python/recipes-devtools/python') diff --git a/meta-python/recipes-devtools/python/python3-pyrsistent_0.15.7.bb b/meta-python/recipes-devtools/python/python3-pyrsistent_0.15.7.bb deleted file mode 100644 index 53251aa55c..0000000000 --- a/meta-python/recipes-devtools/python/python3-pyrsistent_0.15.7.bb +++ /dev/null @@ -1,16 +0,0 @@ -SUMMARY = "Persistent/Immutable/Functional data structures for Python" -HOMEPAGE = "https://github.com/tobgu/pyrsistent" -LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://LICENCE.mit;md5=ca574f2891cf528b3e7a2ee570337e7c" - -SRC_URI[md5sum] = "da9486d00ef5b213f40d5cf3c5bca82d" -SRC_URI[sha256sum] = "cdc7b5e3ed77bed61270a47d35434a30617b9becdf2478af76ad2c6ade307280" - -inherit pypi setuptools3 - -RDEPENDS_${PN} += " \ - ${PYTHON_PN}-numbers \ - ${PYTHON_PN}-six \ -" - -BBCLASSEXTEND = "native nativesdk" diff --git a/meta-python/recipes-devtools/python/python3-pyrsistent_0.16.0.bb b/meta-python/recipes-devtools/python/python3-pyrsistent_0.16.0.bb new file mode 100644 index 0000000000..dec661143f --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-pyrsistent_0.16.0.bb @@ -0,0 +1,16 @@ +SUMMARY = "Persistent/Immutable/Functional data structures for Python" +HOMEPAGE = "https://github.com/tobgu/pyrsistent" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://LICENCE.mit;md5=ca574f2891cf528b3e7a2ee570337e7c" + +SRC_URI[md5sum] = "4ba30da6f0a63554e70ac6c4c1904929" +SRC_URI[sha256sum] = "28669905fe725965daa16184933676547c5bb40a5153055a8dee2a4bd7933ad3" + +inherit pypi setuptools3 + +RDEPENDS_${PN} += " \ + ${PYTHON_PN}-numbers \ + ${PYTHON_PN}-six \ +" + +BBCLASSEXTEND = "native nativesdk" -- cgit v1.2.3-54-g00ecf