diff mbox series

[meta-python,38/49] python3-validators: upgrade 0.24.0 -> 0.28.0

Message ID 1713318061-17128-38-git-send-email-wangmy@fujitsu.com
State New
Headers show
Series [meta-oe,01/49] abseil-cpp: upgrade 20240116.1 -> 20240116.2 | expand

Commit Message

Mingyu Wang (Fujitsu) April 17, 2024, 1:40 a.m. UTC
From: Wang Mingyu <wangmy@fujitsu.com>

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 <wangmy@fujitsu.com>
---
 ...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 mbox series

Patch

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 78261dd67..36444c0bf 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