From 44d93eab94bb4c6fda0e2830e54f69e25ddd44b1 Mon Sep 17 00:00:00 2001 From: Leon Anavi Date: Tue, 15 Sep 2020 12:03:03 +0300 Subject: python3-pyrsistent: Upgrade 0.16.0 -> 0.17.3 Upgrade 0.17.3: - Remove Python 2 support code. This includes dropping some compatibility code and the dependency on six. - Python 3 exception chaining. This is a minor backwards incompatibility, hence stepping to 0.17.0. - Restrict package to Python >= 3.5 to not break unpinned Python 2 dependencies. - Release v0.17.3 with proper meta data requiring Python >= 3.5. Signed-off-by: Leon Anavi Acked-by: Trevor Gamblin Signed-off-by: Khem Raj --- .../recipes-devtools/python/python3-pyrsistent_0.16.0.bb | 16 ---------------- .../recipes-devtools/python/python3-pyrsistent_0.17.3.bb | 15 +++++++++++++++ 2 files changed, 15 insertions(+), 16 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-pyrsistent_0.16.0.bb create mode 100644 meta-python/recipes-devtools/python/python3-pyrsistent_0.17.3.bb 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 deleted file mode 100644 index dec661143f..0000000000 --- a/meta-python/recipes-devtools/python/python3-pyrsistent_0.16.0.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] = "4ba30da6f0a63554e70ac6c4c1904929" -SRC_URI[sha256sum] = "28669905fe725965daa16184933676547c5bb40a5153055a8dee2a4bd7933ad3" - -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.17.3.bb b/meta-python/recipes-devtools/python/python3-pyrsistent_0.17.3.bb new file mode 100644 index 0000000000..72736c8917 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-pyrsistent_0.17.3.bb @@ -0,0 +1,15 @@ +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] = "cd38658ea772a7f9b12b6f9485a7018b" +SRC_URI[sha256sum] = "2e636185d9eb976a18a8a8e96efce62f2905fea90041958d8cc2a189756ebf3e" + +inherit pypi setuptools3 + +RDEPENDS_${PN} += " \ + ${PYTHON_PN}-numbers \ +" + +BBCLASSEXTEND = "native nativesdk" -- cgit 1.2.3-korg