%global pypi_name jsonpath-ng Name: python-%{pypi_name} Version: 1.7.0 Release: 1%{?dist} Summary: Implementation of JSONPath for Python # Main library: ASL 2.0 # jsonpath_ng/bin/jsonpath.py: WTFPL License: Apache-2.0 AND WTFPL URL: https://github.com/h2non/jsonpath-ng Source0: %{pypi_source jsonpath-ng} BuildArch: noarch BuildRequires: python3-devel BuildRequires: python3-pytest %global _description %{expand: Implementation of JSONPath for Python that aims to be standard compliant, including arithmetic and binary comparison operators, as defined in the original JSONPath proposal.} %description %_description %package -n python3-%{pypi_name} Summary: %{summary} %description -n python3-%{pypi_name} %_description %prep %autosetup -n %{pypi_name}-%{version} sed -i -e '/^#!\//, 1d' jsonpath_ng/bin/jsonpath.py %generate_buildrequires %pyproject_buildrequires -t %build %pyproject_wheel %install %pyproject_install %pyproject_save_files jsonpath_ng %check %{pytest} -v %files -n python3-%{pypi_name} -f %{pyproject_files} %doc README.rst %{_bindir}/jsonpath_ng %changelog * Sat Oct 26 2024 Fabian Affolter - 1.7.0-1 - Update to latest upstream release (closes rhbz#2319671) * Wed Aug 07 2024 Miroslav Suchý - 1.5.1-16 - convert license to SPDX * Fri Jul 19 2024 Fedora Release Engineering - 1.5.1-15 - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild * Sat Jun 08 2024 Python Maint - 1.5.1-14 - Rebuilt for Python 3.13 * Fri Jan 26 2024 Fedora Release Engineering - 1.5.1-13 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Mon Jan 22 2024 Fedora Release Engineering - 1.5.1-12 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Fri Jul 21 2023 Fedora Release Engineering - 1.5.1-11 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild * Mon Jul 03 2023 Python Maint - 1.5.1-10 - Rebuilt for Python 3.12 * Fri Jan 20 2023 Fedora Release Engineering - 1.5.1-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild * Fri Jul 22 2022 Fedora Release Engineering - 1.5.1-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Thu Jun 16 2022 Python Maint - 1.5.1-7 - Rebuilt for Python 3.11 * Fri Jan 21 2022 Fedora Release Engineering - 1.5.1-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild * Fri Jul 23 2021 Fedora Release Engineering - 1.5.1-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild * Fri Jun 04 2021 Python Maint - 1.5.1-4 - Rebuilt for Python 3.10 * Wed Jan 27 2021 Fedora Release Engineering - 1.5.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild * Mon Sep 07 2020 Fabian Affolter - 1.5.1-2 - Clarify licensing (rhbz#1871269) * Fri Aug 21 2020 Fabian Affolter - 1.5.1-1 - Initial package for Fedora