Name: python3-jschon Version: 0.11.1 Release: 2%{?dist} Summary: An object-oriented JSON Schema implementation for Python License: MIT URL: https://jschon.readthedocs.io/en/latest/ Source: %{pypi_source jschon} Patch: relax-hypothesis-req-version.patch BuildArch: noarch BuildRequires: python3-devel %description A JSON toolkit for Python developers. %prep %autosetup -n jschon-%{version} %generate_buildrequires %pyproject_buildrequires -x dev %build %pyproject_wheel %install %pyproject_install %pyproject_save_files jschon %check # XXX: to run the testsuite, we need: # 1. pythonpath tweak (`ModuleNotFoundError: No module named 'tests'`) # 2. github test dependencies (json-schema test suite) #pytest %pyproject_check_import %files -f %{pyproject_files} %license LICENSE %doc README.rst %changelog * Sat Nov 1 2025 Antoine Damhet - 0.11.1-2 - Drop BuildRequires tox handling - Temporarily disable the testsuite * Sat Jul 13 2024 Antoine Damhet - 0.11.1-1 - Initial package version