%global srcname sexpdata %global _description %{expand:sexpdata is a simple S-expression parser/serializer. It has simple load and dump functions like pickle, json or PyYAML module.} Name: python-%{srcname} Version: 1.0.2 Release: 1%{?dist} Summary: S-expression parser for Python License: BSD-2-Clause URL: https://sexpdata.readthedocs.io/ Source0: https://github.com/jd-boyd/%{srcname}/archive/v%{version}/%{srcname}-%{version}.tar.gz BuildRequires: python3-devel BuildArch: noarch %description %{_description} %package -n python3-%{srcname} Summary: %{summary} %{?python_provide:%python_provide python3-%{srcname}} %description -n python3-%{srcname} %{_description} %prep %autosetup -n %{srcname}-%{version} %generate_buildrequires %pyproject_buildrequires -t %build %pyproject_wheel %install %pyproject_install %pyproject_save_files %{srcname} %check %tox %files -n python3-%{srcname} -f %{pyproject_files} %doc README.rst %license LICENSE %changelog * Sun Feb 25 2024 Mohamed El Morabity - 1.0.2-1 - Update to 1.0.2 * Fri Jan 26 2024 Fedora Release Engineering - 1.0.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Mon Jan 22 2024 Fedora Release Engineering - 1.0.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Sun Sep 24 2023 Mohamed El Morabity - 1.0.1-1 - Update to 1.0.1 * Fri Jul 21 2023 Fedora Release Engineering - 1.0.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild * Wed Jun 14 2023 Python Maint - 1.0.0-2 - Rebuilt for Python 3.12 * Sun Mar 26 2023 Mohamed El Morabity - 1.0.0-1 - Update to 1.0.0 * Sun Feb 12 2023 Mohamed El Morabity - 0.0.4-1 - Update to 0.0.4 - Switch to latest Python guidelines - Switch to SPDX license identifiers * Fri Jan 20 2023 Fedora Release Engineering - 0.0.3-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild * Fri Jul 22 2022 Fedora Release Engineering - 0.0.3-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Mon Jun 13 2022 Python Maint - 0.0.3-6 - Rebuilt for Python 3.11 * Fri Jan 21 2022 Fedora Release Engineering - 0.0.3-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild * Fri Jul 23 2021 Fedora Release Engineering - 0.0.3-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild * Fri Jun 04 2021 Python Maint - 0.0.3-3 - Rebuilt for Python 3.10 * Wed Jan 27 2021 Fedora Release Engineering - 0.0.3-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild * Mon Aug 31 2020 Mohamed El Morabity - 0.0.3-1 - Initial RPM release