Marcel Telka
2023-12-29 1b72f5d5d747ec7d640abf05b61d097f321b89ce
python/fastjsonschema: update to 2.19.1

2 files modified
14 ■■■■■ changed files
components/python/fastjsonschema/Makefile 6 ●●●● patch | view | raw | blame | history
components/python/fastjsonschema/test/results-all.master 8 ●●●● patch | view | raw | blame | history
components/python/fastjsonschema/Makefile
@@ -19,13 +19,13 @@
include ../../../make-rules/shared-macros.mk
COMPONENT_NAME =        fastjsonschema
HUMAN_VERSION =            2.19.0
HUMAN_VERSION =            2.19.1
COMPONENT_SUMMARY =        fastjsonschema - Fastest Python implementation of JSON schema
COMPONENT_PROJECT_URL =        https://github.com/horejsek/python-fastjsonschema
COMPONENT_ARCHIVE_URL =        \
    https://files.pythonhosted.org/packages/7a/61/5fc12c3a9b206e2d85399253ecbe602a753bfb54ae891bc74819ab594312/fastjsonschema-2.19.0.tar.gz
    https://files.pythonhosted.org/packages/ba/7f/cedf77ace50aa60c566deaca9066750f06e1fcf6ad24f254d255bb976dd6/fastjsonschema-2.19.1.tar.gz
COMPONENT_ARCHIVE_HASH =    \
    sha256:e25df6647e1bc4a26070b700897b07b542ec898dd4f1f6ea013e7f6a88417225
    sha256:e3126a94bdc4623d3de4485f8d468a12f02a67921315ddc87836d6e456dc789d
COMPONENT_LICENSE =        BSD-3-Clause
COMPONENT_LICENSE_FILE =    LICENSE
components/python/fastjsonschema/test/results-all.master
@@ -2,7 +2,7 @@
platform sunos5 -- Python $(PYTHON_VERSION).X -- $(PYTHON)
cachedir: .pytest_cache
rootdir: $(@D)
collecting ... collected 444 items / 12 deselected / 432 selected
collecting ... collected 448 items / 12 deselected / 436 selected
tests/json_schema/test_draft04.py::test[schema_version0-schema0-data0-is_valid0] SKIPPED
tests/json_schema/test_draft06.py::test[schema_version0-schema0-data0-is_valid0] SKIPPED
@@ -176,6 +176,10 @@
tests/test_format.py::test_custom_format[c-expected4-^[ab]$] PASSED
tests/test_format.py::test_custom_format[c-expected5-<lambda>] PASSED
tests/test_format.py::test_custom_format_override PASSED
tests/test_format.py::test_date[-expected0] PASSED
tests/test_format.py::test_date[2018-02-05-2018-02-05] PASSED
tests/test_format.py::test_date[2018-2-5-expected2] PASSED
tests/test_format.py::test_date[bla-expected1] PASSED
tests/test_format.py::test_datetime[-expected0] PASSED
tests/test_format.py::test_datetime[2018-02-05T14:17:10.00-expected2] PASSED
tests/test_format.py::test_datetime[2018-02-05T14:17:10.00Z-2018-02-05T14:17:10.00Z] PASSED
@@ -445,4 +449,4 @@
    result = testfunction(**testargs)
-- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
======== 429 passed, 3 skipped, 12 deselected, 2 warnings ========
======== 433 passed, 3 skipped, 12 deselected, 2 warnings ========