From 75a78b8a2aafb87725c533bc3025be4b3f83a450 Mon Sep 17 00:00:00 2001 From: Leon Anavi Date: Mon, 14 Sep 2020 12:04:16 +0300 Subject: python3-trafaret: Upgrade 2.0.2 -> 2.1.0 Upgrade to release 2.1.0: - fix for `Dict` merge - new `is_valid` method Signed-off-by: Leon Anavi Acked-by: Trevor Gamblin Signed-off-by: Khem Raj --- .../recipes-devtools/python/python3-trafaret_2.0.2.bb | 16 ---------------- .../recipes-devtools/python/python3-trafaret_2.1.0.bb | 17 +++++++++++++++++ 2 files changed, 17 insertions(+), 16 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-trafaret_2.0.2.bb create mode 100644 meta-python/recipes-devtools/python/python3-trafaret_2.1.0.bb (limited to 'meta-python') diff --git a/meta-python/recipes-devtools/python/python3-trafaret_2.0.2.bb b/meta-python/recipes-devtools/python/python3-trafaret_2.0.2.bb deleted file mode 100644 index 4e814073b2..0000000000 --- a/meta-python/recipes-devtools/python/python3-trafaret_2.0.2.bb +++ /dev/null @@ -1,16 +0,0 @@ -SUMMARY = "Ultimate transformation library that supports validation, contexts and aiohttp." - -LICENSE = "BSD-2-Clause" -LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=21ecc7aa8f699874e706fc1354903437" - -SRC_URI[sha256sum] = "61dfc25b574f70bfdf7ee3a808ec423061811c13a10b8d3c9e11ab539b96ab65" - -inherit pypi setuptools3 - -RDEPENDS_${PN} += " \ - ${PYTHON_PN}-datetime \ - ${PYTHON_PN}-numbers \ - ${PYTHON_PN}-urllib3 \ -" - -BBCLASSEXTEND = "native nativesdk" diff --git a/meta-python/recipes-devtools/python/python3-trafaret_2.1.0.bb b/meta-python/recipes-devtools/python/python3-trafaret_2.1.0.bb new file mode 100644 index 0000000000..96602016e0 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-trafaret_2.1.0.bb @@ -0,0 +1,17 @@ +SUMMARY = "Ultimate transformation library that supports validation, contexts and aiohttp." + +LICENSE = "BSD-2-Clause" +LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=21ecc7aa8f699874e706fc1354903437" + +SRC_URI[sha256sum] = "72c342ede27fb34cd219b62855119380ae1c87006b6106be163c01159eb955ff" +SRC_URI[md5sum] = "228675376012fb27dd7f70ab685e7766" + +inherit pypi setuptools3 + +RDEPENDS_${PN} += " \ + ${PYTHON_PN}-datetime \ + ${PYTHON_PN}-numbers \ + ${PYTHON_PN}-urllib3 \ +" + +BBCLASSEXTEND = "native nativesdk" -- cgit v1.2.3-54-g00ecf