%global srcname logfury Name: python-%{srcname} Version: 1.0.1 Release: 2%{?dist} Summary: Library for logging of method calls for Python License: BSD URL: https://github.com/ppolewicz/logfury Source0: %{pypi_source} BuildArch: noarch Patch0: relax-setuptools_scm.patch %description %{summary}. %package -n python3-%{srcname} Summary: %{summary} BuildRequires: python3-devel BuildRequires: python3-setuptools BuildRequires: python3-setuptools_scm %{?python_provide:%python_provide python3-%{srcname}} %description -n python3-%{srcname} %{summary}. %prep %setup -q -n %{srcname}-%{version} rm -rf %{srcname}.egg-info %patch0 -p1 %build %py3_build %install %py3_install %files -n python3-%{srcname} %doc CHANGELOG.md %doc README.rst %license LICENSE %{python3_sitelib}/%{srcname}-*.egg-info/ %{python3_sitelib}/%{srcname}/ %changelog * Fri Jan 21 2022 Fedora Release Engineering - 1.0.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild * Fri Dec 03 2021 Jonny Heggheim - 1.0.1-1 - Updated to 1.0.1 * Fri Jul 23 2021 Fedora Release Engineering - 0.1.2-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild * Fri Jun 04 2021 Python Maint - 0.1.2-3 - Rebuilt for Python 3.10 * Wed Jan 27 2021 Fedora Release Engineering - 0.1.2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild * Sun Nov 01 2020 Jonny Heggheim - 0.1.2-1 - Initial package