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