summaryrefslogtreecommitdiffstats
path: root/meta-python
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2024-05-02 10:48:20 -0400
committerKhem Raj <raj.khem@gmail.com>2024-05-02 07:32:52 -0700
commit098b1320ed856a5537a7945b6c8a7fcaeba1d203 (patch)
tree96585057f7c77c2c851c3776dbca905a55523231 /meta-python
parentc83665c23ab872c9ea5bade8f8d7b17c4ada2db8 (diff)
downloadmeta-openembedded-098b1320ed856a5537a7945b6c8a7fcaeba1d203.tar.gz
python3-validators: upgrade 0.28.0 -> 0.28.1
Changelog: ========== - fix: reduce memory footprint when loading TLDs - build(deps): bump idna from 3.6 to 3.7 in /package - fix: rfc cases in the domain validator - chore: documentation maintenance - chore: update contribution guidelines - chore: updated dev dependencies; bump version Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python')
-rw-r--r--meta-python/recipes-devtools/python/python3-validators_0.28.1.bb (renamed from meta-python/recipes-devtools/python/python3-validators_0.28.0.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-validators_0.28.0.bb b/meta-python/recipes-devtools/python/python3-validators_0.28.1.bb
index 36444c0bf..7666ae7d4 100644
--- a/meta-python/recipes-devtools/python/python3-validators_0.28.0.bb
+++ b/meta-python/recipes-devtools/python/python3-validators_0.28.1.bb
@@ -3,7 +3,7 @@ HOMEPAGE = "https://python-validators.github.io/validators"
3LICENSE = "MIT" 3LICENSE = "MIT"
4 4
5LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=b3fb4b9e6db86c69a33d5e3ee013ab59" 5LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=b3fb4b9e6db86c69a33d5e3ee013ab59"
6SRC_URI[sha256sum] = "85bc82511f6ccd0800f4c15d8c0dc546c15e369640c5ea1f24349ba0b3b17815" 6SRC_URI[sha256sum] = "5ac88e7916c3405f0ce38ac2ac82a477fcf4d90dbbeddd04c8193171fc17f7dc"
7 7
8inherit pypi python_setuptools_build_meta ptest 8inherit pypi python_setuptools_build_meta ptest
9 9