Blame SPECS/python-sphinx-issues.spec

e3418c
%global srcname sphinx-issues
e3418c
e3418c
Name:           python-%{srcname}
e3418c
Version:        1.2.0
e3418c
Release:        8%{?dist}
e3418c
Summary:        Sphinx extension for linking to your project's issue tracker
e3418c
e3418c
License:        MIT
e3418c
URL:            https://github.com/sloria/sphinx-issues
e3418c
Source0:        %pypi_source
e3418c
e3418c
BuildArch:      noarch
e3418c
e3418c
BuildRequires:  python3-devel
e3418c
BuildRequires:  python3dist(pytest)
e3418c
BuildRequires:  python3dist(setuptools)
e3418c
e3418c
%description
e3418c
A Sphinx extension for linking to your project's issue tracker. Includes roles
e3418c
for linking to issues, pull requests, user profiles, with built-in support for
e3418c
GitHub (though this works with other services).
e3418c
e3418c
e3418c
%package -n     python3-%{srcname}
e3418c
Summary:        %{summary}
e3418c
%{?python_provide:%python_provide python3-%{srcname}}
e3418c
e3418c
%description -n python3-%{srcname}
e3418c
A Sphinx extension for linking to your project's issue tracker. Includes roles
e3418c
for linking to issues, pull requests, user profiles, with built-in support for
e3418c
GitHub (though this works with other services).
e3418c
e3418c
e3418c
%prep
e3418c
%autosetup -n %{srcname}-%{version}
e3418c
e3418c
# Remove bundled egg-info
e3418c
rm -rf %{srcname}.egg-info
e3418c
e3418c
e3418c
%build
e3418c
%py3_build
e3418c
e3418c
e3418c
%install
e3418c
%py3_install
e3418c
e3418c
e3418c
%files -n python3-%{srcname}
e3418c
%license LICENSE
e3418c
%doc README.rst
e3418c
%{python3_sitelib}/__pycache__/*
e3418c
%{python3_sitelib}/sphinx_issues.py
e3418c
%{python3_sitelib}/sphinx_issues-%{version}-py%{python3_version}.egg-info
e3418c
e3418c
e3418c
%changelog
e3418c
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.0-8
e3418c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
e3418c
e3418c
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.0-7
e3418c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
e3418c
e3418c
* Sat May 23 2020 Miro Hrončok <mhroncok@redhat.com> - 1.2.0-6
e3418c
- Rebuilt for Python 3.9
e3418c
e3418c
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.0-5
e3418c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
e3418c
e3418c
* Thu Oct 03 2019 Miro Hrončok <mhroncok@redhat.com> - 1.2.0-4
e3418c
- Rebuilt for Python 3.8.0rc1 (#1748018)
e3418c
e3418c
* Mon Aug 19 2019 Miro Hrončok <mhroncok@redhat.com> - 1.2.0-3
e3418c
- Rebuilt for Python 3.8
e3418c
e3418c
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.0-2
e3418c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
e3418c
e3418c
* Sat Mar 16 2019 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 1.2.0-1
e3418c
- Initial package.