Name: python-jsonref Version: 1.1.0 Release: 1%{?dist} Summary: Python library for automatic dereferencing of JSON Reference objects License: MIT URL: https://github.com/gazpachoking/jsonref # PyPI tarball doesn't have tests Source: %{url}/archive/v%{version}/jsonref-%{version}.tar.gz BuildArch: noarch BuildRequires: python3-devel BuildRequires: python3-pytest %global _description %{expand: jsonref is a library for automatic dereferencing of JSON Reference objects for Python (supporting Python 3.7+). This library lets you use a data structure with JSON reference objects, as if the references had been replaced with the referent data.} %description %_description %package -n python3-jsonref Summary: %{summary} %description -n python3-jsonref %_description %prep %autosetup -n jsonref-%{version} %generate_buildrequires %pyproject_buildrequires %build %pyproject_wheel %install %pyproject_install %pyproject_save_files jsonref proxytypes %check %pytest -v tests.py %files -n python3-jsonref -f %{pyproject_files} %license LICENSE %doc README.md %changelog * Tue Feb 14 2023 Carl George - 1.1.0-1 - Update to version 1.1.0, resolves rhbz#2169606 - Convert to pyproject macros * Fri Jan 20 2023 Fedora Release Engineering - 0.2-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild * Fri Jul 22 2022 Fedora Release Engineering - 0.2-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Mon Jun 13 2022 Python Maint - 0.2-7 - Rebuilt for Python 3.11 * Fri Jan 21 2022 Fedora Release Engineering - 0.2-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild * Fri Jul 23 2021 Fedora Release Engineering - 0.2-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild * Fri Jun 04 2021 Python Maint - 0.2-4 - Rebuilt for Python 3.10 * Wed Jan 27 2021 Fedora Release Engineering - 0.2-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild * Mon Nov 23 2020 Nils Philippsen - 0.2-2 - Don't be obsoleted by fedora-obsolete-packages (on F33, #1900537). * Tue Sep 08 2020 Aurelien Bompard - 0.2-1 - Initial package.