Name: teampulls Version: 0.2.2 Release: 8%{?dist} Summary: CLI tool that lists pull requests from GitHub License: GPLv3 URL: https://github.com/brejoc/teampulls Source0: https://files.pythonhosted.org/packages/source/t/%{name}/%{name}-%{version}.tar.gz BuildArch: noarch BuildRequires: python3-devel BuildRequires: python3dist(setuptools) %description teampulls lists all of the pull requests for a list of users and repositories. On top of that every pull requests that is older than 14 days is printed in red. %prep %autosetup # Remove bundled egg-info rm -rf %{name}.egg-info %build %py3_build %install %py3_install install -Dpm 0644 teampulls.toml %{buildroot}%{_sysconfdir}/teampulls.toml %files %doc README.md %license LICENSE %{_bindir}/teampulls %config(noreplace) %{_sysconfdir}/teampulls.toml %{python3_sitelib}/%{name}-%{version}-py%{python3_version}.egg-info %changelog * Sat Jan 22 2022 Fedora Release Engineering - 0.2.2-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild * Fri Jul 23 2021 Fedora Release Engineering - 0.2.2-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild * Fri Jun 04 2021 Python Maint - 0.2.2-6 - Rebuilt for Python 3.10 * Wed Jan 27 2021 Fedora Release Engineering - 0.2.2-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild * Wed Jul 29 2020 Fedora Release Engineering - 0.2.2-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild * Tue May 26 2020 Miro HronĨok - 0.2.2-3 - Rebuilt for Python 3.9 * Sat Mar 21 2020 Jochen Breuer - 0.2.2-2 - Rebuild with sources properly uploaded * Sun Mar 08 2020 Jochen Breuer - 0.2.2-1 - Initial package of version 0.2.2