summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-validators_0.28.0.bb
Commit message (Collapse)AuthorAgeFilesLines
* python3-validators: upgrade 0.24.0 -> 0.28.0Wang Mingyu2024-04-211-0/+30
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> Signed-off-by: Khem Raj <raj.khem@gmail.com>