f596a5f
%global srcname logfury
f596a5f
f596a5f
Name:           python-%{srcname}
01af48e
Version:        1.0.1
002572c
Release:        9%{?dist}
f596a5f
Summary:        Library for logging of method calls for Python
f596a5f
f596a5f
License:        BSD
f596a5f
URL:            https://github.com/ppolewicz/logfury
f596a5f
Source0:        %{pypi_source}
f596a5f
BuildArch:      noarch
f596a5f
bbef87c
Patch0:         relax-setuptools_scm.patch
f596a5f
f596a5f
%description
f596a5f
%{summary}.
f596a5f
f596a5f
%package -n python3-%{srcname}
f596a5f
Summary:        %{summary}
f596a5f
BuildRequires:  python3-devel
b8bd022
BuildRequires:  python3-setuptools
bbef87c
BuildRequires:  python3-setuptools_scm
bbef87c
f596a5f
%{?python_provide:%python_provide python3-%{srcname}}
f596a5f
f596a5f
%description -n python3-%{srcname}
f596a5f
%{summary}.
f596a5f
f596a5f
f596a5f
%prep
f596a5f
%setup -q -n %{srcname}-%{version}
f596a5f
rm -rf %{srcname}.egg-info
bbef87c
%patch0 -p1
f596a5f
f596a5f
%build
f596a5f
%py3_build
f596a5f
f596a5f
%install
f596a5f
%py3_install
f596a5f
f596a5f
f596a5f
%files -n python3-%{srcname}
01af48e
%doc CHANGELOG.md
f596a5f
%doc README.rst
01af48e
%license LICENSE
f596a5f
%{python3_sitelib}/%{srcname}-*.egg-info/
f596a5f
%{python3_sitelib}/%{srcname}/
f596a5f
f596a5f
%changelog
002572c
* Fri Jan 26 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.1-9
002572c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
002572c
77d27ea
* Mon Jan 22 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.1-8
77d27ea
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
77d27ea
606ba51
* Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.1-7
606ba51
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
606ba51
78f79a4
* Tue Jun 13 2023 Python Maint <python-maint@redhat.com> - 1.0.1-6
78f79a4
- Rebuilt for Python 3.12
78f79a4
9e092a3
* Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.1-5
9e092a3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
9e092a3
5da82fd
* Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.1-4
5da82fd
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
5da82fd
8e4797d
* Mon Jun 13 2022 Python Maint <python-maint@redhat.com> - 1.0.1-3
8e4797d
- Rebuilt for Python 3.11
8e4797d
634d095
* Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.1-2
634d095
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
634d095
01af48e
* Fri Dec 03 2021 Jonny Heggheim <hegjon@gmail.com> - 1.0.1-1
01af48e
- Updated to 1.0.1
01af48e
f49459a
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.2-4
f49459a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
f49459a
e7396e5
* Fri Jun 04 2021 Python Maint <python-maint@redhat.com> - 0.1.2-3
e7396e5
- Rebuilt for Python 3.10
e7396e5
b607dd6
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.2-2
b607dd6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
b607dd6
f596a5f
* Sun Nov 01 2020 Jonny Heggheim <hegjon@gmail.com> - 0.1.2-1
f596a5f
- Initial package