%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: 0.0.3 Release: 8%{?dist} Summary: S-expression parser for Python License: BSD URL: https://sexpdata.readthedocs.io/ Source0: https://github.com/jd-boyd/%{srcname}/archive/v%{version}/%{srcname}-%{version}.tar.gz BuildRequires: python3-devel BuildRequires: %{py3_dist nose} BuildRequires: %{py3_dist pytest} BuildRequires: %{py3_dist setuptools} 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} # Remove bundled egg-info rm -rf *.egg-info %build %py3_build %install %py3_install %check pytest %files -n python3-%{srcname} %doc README.rst %pycached %{python3_sitelib}/%{srcname}.py %{python3_sitelib}/%{srcname}-*.egg-info %changelog * 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