diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2024-04-17 09:40:50 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2024-04-17 23:47:28 -0700 |
| commit | c1fb68c20fa9a85889f2ed94c157c97ea52546ea (patch) | |
| tree | 7d39fca4a2877ab75a637831ffcea6ae0d654740 /meta-python/recipes-devtools/python/python3-validators_0.24.0.bb | |
| parent | 370ac7784b43027b42f68e3a641d6df322a927c8 (diff) | |
| download | meta-openembedded-c1fb68c20fa9a85889f2ed94c157c97ea52546ea.tar.gz | |
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 <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-validators_0.24.0.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-validators_0.24.0.bb | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/meta-python/recipes-devtools/python/python3-validators_0.24.0.bb b/meta-python/recipes-devtools/python/python3-validators_0.24.0.bb deleted file mode 100644 index 78261dd67f..0000000000 --- a/meta-python/recipes-devtools/python/python3-validators_0.24.0.bb +++ /dev/null | |||
| @@ -1,30 +0,0 @@ | |||
| 1 | SUMMARY = "Python Data Validation for Humans" | ||
| 2 | HOMEPAGE = "https://python-validators.github.io/validators" | ||
| 3 | LICENSE = "MIT" | ||
| 4 | |||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=b3fb4b9e6db86c69a33d5e3ee013ab59" | ||
| 6 | SRC_URI[sha256sum] = "cd23defb36de42d14e7559cf0757f761bb46b10d9de2998e6ef805f769d859e3" | ||
| 7 | |||
| 8 | inherit pypi python_setuptools_build_meta ptest | ||
| 9 | |||
| 10 | SRC_URI += " \ | ||
| 11 | file://run-ptest \ | ||
| 12 | " | ||
| 13 | |||
| 14 | RDEPENDS:${PN}-ptest += " \ | ||
| 15 | python3-pytest \ | ||
| 16 | python3-unittest-automake-output \ | ||
| 17 | " | ||
| 18 | |||
| 19 | do_install_ptest() { | ||
| 20 | install -d ${D}${PTEST_PATH}/tests | ||
| 21 | cp -rf ${S}/tests/* ${D}${PTEST_PATH}/tests/ | ||
| 22 | } | ||
| 23 | |||
| 24 | RDEPENDS:${PN} += " \ | ||
| 25 | python3-crypt \ | ||
| 26 | python3-datetime \ | ||
| 27 | python3-netclient \ | ||
| 28 | " | ||
| 29 | |||
| 30 | BBCLASSEXTEND = "native nativesdk" | ||
