From 4e8ac0992c8dee76390da68fe70e43f042e66ddd Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Wed, 17 Apr 2024 09:40:50 +0800 Subject: [PATCH] python3-validators: upgrade 0.24.0 -> 0.28.0 Changelog: ========== -patch: moves country_code module to country module moves base58 and base64 into encoding adds encoding tests and docs supported extended latin in username -feat: adds indian aadhar and pan validator adds finance validator adds consider_tld parameter to domain, hostname and url modules lays foundation for URI validation adds private parameter to ip_address, hostname & url adds base58 and base64 validators adds basic cron validator -fix: regex ignore-case uses only a-z domain validation is now more consistent across rfcs -maint: adds quick start docs updated dev dependencies, doc links; bump version Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- ...ython3-validators_0.24.0.bb => python3-validators_0.28.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-validators_0.24.0.bb => python3-validators_0.28.0.bb} (87%) diff --git a/meta-python/recipes-devtools/python/python3-validators_0.24.0.bb b/meta-python/recipes-devtools/python/python3-validators_0.28.0.bb similarity index 87% rename from meta-python/recipes-devtools/python/python3-validators_0.24.0.bb rename to meta-python/recipes-devtools/python/python3-validators_0.28.0.bb index 78261dd67f..36444c0bfc 100644 --- a/meta-python/recipes-devtools/python/python3-validators_0.24.0.bb +++ b/meta-python/recipes-devtools/python/python3-validators_0.28.0.bb @@ -3,7 +3,7 @@ HOMEPAGE = "https://python-validators.github.io/validators" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=b3fb4b9e6db86c69a33d5e3ee013ab59" -SRC_URI[sha256sum] = "cd23defb36de42d14e7559cf0757f761bb46b10d9de2998e6ef805f769d859e3" +SRC_URI[sha256sum] = "85bc82511f6ccd0800f4c15d8c0dc546c15e369640c5ea1f24349ba0b3b17815" inherit pypi python_setuptools_build_meta ptest