Marcel Telka
2024-03-24 7b1b6342857a449a3ffa1ceddcf2a578e4546825
python/validators: update to 0.24.0

2 files modified
13 ■■■■■ changed files
components/python/validators/Makefile 4 ●●●● patch | view | raw | blame | history
components/python/validators/test/results-all.master 9 ●●●●● patch | view | raw | blame | history
components/python/validators/Makefile
@@ -19,11 +19,11 @@
include ../../../make-rules/shared-macros.mk
COMPONENT_NAME =        validators
HUMAN_VERSION =            0.23.2
HUMAN_VERSION =            0.24.0
COMPONENT_SUMMARY =        validators - Python Data Validation for Humans™
COMPONENT_PROJECT_URL =        https://yozachar.github.io/pyvalidators
COMPONENT_ARCHIVE_HASH =    \
    sha256:397ec4a1e86192e6e904b5afe8c12da0e6eaa3db088c0cc426e00cfee2ef07a8
    sha256:cd23defb36de42d14e7559cf0757f761bb46b10d9de2998e6ef805f769d859e3
COMPONENT_LICENSE =        MIT
COMPONENT_LICENSE_FILE =    LICENSE.txt
components/python/validators/test/results-all.master
@@ -5,7 +5,7 @@
cachedir: .tox/py$(PYV)/.pytest_cache
rootdir: $(@D)
configfile: pyproject.toml
collecting ... collected 596 items
collecting ... collected 599 items
tests/i18n/test_es.py::test_returns_false_on_invalid_cif[12345] PASSED
tests/i18n/test_es.py::test_returns_false_on_invalid_cif[ABCDEFGHI] PASSED
@@ -298,13 +298,15 @@
tests/test_domain.py::test_returns_true_on_valid_domain[\xfcber.com-False-False] PASSED
tests/test_domain.py::test_returns_true_on_valid_domain[_example.com-False-True] PASSED
tests/test_domain.py::test_returns_true_on_valid_domain[a.cn-False-False] PASSED
tests/test_domain.py::test_returns_true_on_valid_domain[exa_mple.com-False-True] PASSED
tests/test_domain.py::test_returns_true_on_valid_domain[example.com-False-False] PASSED
tests/test_domain.py::test_returns_true_on_valid_domain[example_.com-False-True] PASSED
tests/test_domain.py::test_returns_true_on_valid_domain[kr\xe4uter.com.-True-False] PASSED
tests/test_domain.py::test_returns_true_on_valid_domain[someThing.versicherung.-True-False] PASSED
tests/test_domain.py::test_returns_true_on_valid_domain[somerandomexample.xn--fiqs8s-False-False] PASSED
tests/test_domain.py::test_returns_true_on_valid_domain[something.versicherung-False-False] PASSED
tests/test_domain.py::test_returns_true_on_valid_domain[sub1.sub2.sample.co.uk-False-False] PASSED
tests/test_domain.py::test_returns_true_on_valid_domain[underscore_subdomain.example.com-False-False] PASSED
tests/test_domain.py::test_returns_true_on_valid_domain[underscore_subdomain.example.com-False-True] PASSED
tests/test_domain.py::test_returns_true_on_valid_domain[xn----gtbspbbmkef.xn--p1ai-False-False] PASSED
tests/test_email.py::test_returns_failed_validation_on_invalid_email["\\\n"@here.com] PASSED
tests/test_email.py::test_returns_failed_validation_on_invalid_email["test@test"@example.com] PASSED
@@ -510,6 +512,7 @@
tests/test_url.py::test_returns_failed_validation_on_invalid_url[http://www.\ufffd.ch] PASSED
tests/test_url.py::test_returns_failed_validation_on_invalid_url[http://www.foo.bar./] PASSED
tests/test_url.py::test_returns_failed_validation_on_invalid_url[https://example.com/foo/?bar#!baz/inga/8SA-M3as7A8] PASSED
tests/test_url.py::test_returns_failed_validation_on_invalid_url[https://example.org?q=search');alert(document.domain);] PASSED
tests/test_url.py::test_returns_failed_validation_on_invalid_url[https://foo.bar.net/baz.php?-/inga/test-lenient-query/] PASSED
tests/test_url.py::test_returns_failed_validation_on_invalid_url[https://foo.com/img/bar/baz.jpg?-62169987208] PASSED
tests/test_url.py::test_returns_failed_validation_on_invalid_url[https://www.example.com/foo/?bar=baz&inga=42&quux] PASSED
@@ -604,6 +607,6 @@
tests/test_validation_failure.py::TestValidationError::test_repr PASSED
tests/test_validation_failure.py::TestValidationError::test_string PASSED
======== 596 passed ========
======== 599 passed ========
  py$(PYV): OK
  congratulations :)