Blame git-pull-request.spec

f812641
%global pypi_name git-pull-request
f812641
%global pkg_name git_pull_request
f812641
f812641
Name:           %{pypi_name}
f812641
Version:        2.4.0
a47373b
Release:        11%{?dist}
f812641
Summary:        Command line tool to send GitHub pull-request
f812641
f812641
License:        ASL 2.0
f812641
URL:            https://github.com/jd/git-pull-request
f812641
Source0:        https://files.pythonhosted.org/packages/source/g/%{pypi_name}/%{pypi_name}-%{version}.tar.gz
f812641
BuildArch:      noarch
f812641
f812641
BuildRequires:  python3-devel
f812641
BuildRequires:  python3-pbr
f812641
BuildRequires:  python3-setuptools
f812641
Requires:       python3-PyGithub
f812641
Requires:       python3-daiquiri
f812641
Requires:       python3-setuptools
f812641
%{?python_provide:%python_provide python3-%{pypi_name}}
f812641
 
f812641
f812641
%description
f812641
%{name} is a command line tool to send GitHub pull-request from
f812641
your terminal.
f812641
f812641
f812641
%prep
f812641
%autosetup -n %{pypi_name}-%{version}
f812641
# Remove bundled egg-info
f812641
rm -rf %{pypi_name}.egg-info
f812641
f812641
%build
f812641
%py3_build
f812641
f812641
%install
f812641
%py3_install
f812641
f812641
%files
f812641
%doc README.rst
f812641
%{_bindir}/git-pull-request
f812641
%{python3_sitelib}/%{pkg_name}
963d5cd
%{python3_sitelib}/%{pkg_name}-%{version}-py%{python3_version}.egg-info
f812641
f812641
f812641
%changelog
a47373b
* Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.4.0-11
a47373b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
a47373b
bb10579
* Tue May 26 2020 Miro Hrončok <mhroncok@redhat.com> - 2.4.0-10
bb10579
- Rebuilt for Python 3.9
bb10579
b90a7fa
* Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.4.0-9
b90a7fa
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
b90a7fa
f5dd793
* Thu Oct 03 2019 Miro Hrončok <mhroncok@redhat.com> - 2.4.0-8
f5dd793
- Rebuilt for Python 3.8.0rc1 (#1748018)
f5dd793
358223f
* Mon Aug 19 2019 Miro Hrončok <mhroncok@redhat.com> - 2.4.0-7
358223f
- Rebuilt for Python 3.8
358223f
86884c7
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.4.0-6
86884c7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
86884c7
51abf94
* Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.4.0-5
51abf94
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
51abf94
569aed9
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.4.0-4
569aed9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
569aed9
6c3bf94
* Tue Jun 19 2018 Miro Hrončok <mhroncok@redhat.com> - 2.4.0-3
6c3bf94
- Rebuilt for Python 3.7
6c3bf94
53bc7c0
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.4.0-2
53bc7c0
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
53bc7c0
f812641
* Sat Oct  7 2017 Haïkel Guémar <hguemar@fedoraproject.org> - 2.4.0-1
f812641
- Upstream 2.4.0
f812641
- Upstream dropped python2 support
f812641
f812641
* Thu May 25 2017 Haïkel Guémar <hguemar@fedoraproject.org> - 0.0.2-1
f812641
- Initial package.