Blame SPECS/python-sphinx-removed-in.spec

cc9c5d
%global pypi_name sphinx-removed-in
cc9c5d
cc9c5d
Name:           python-%{pypi_name}
cc9c5d
Version:        0.2.1
cc9c5d
Release:        5%{?dist}
cc9c5d
Summary:        versionremoved and removed-in directives for Sphinx
cc9c5d
License:        BSD
cc9c5d
URL:            https://github.com/MrSenko/sphinx-removed-in
cc9c5d
Source0:        %{url}/archive/v%{version}/%{pypi_name}-%{version}.tar.gz
cc9c5d
cc9c5d
BuildArch:      noarch
cc9c5d
cc9c5d
BuildRequires:  python3-devel
cc9c5d
BuildRequires:  python3-setuptools
cc9c5d
BuildRequires:  python3-sphinx
cc9c5d
BuildRequires:  python3-sphinx-testing
cc9c5d
cc9c5d
%description
cc9c5d
This is a Sphinx extension which recognizes the versionremoved and removed-in
cc9c5d
directives.
cc9c5d
cc9c5d
%package -n     python3-%{pypi_name}
cc9c5d
Summary:        %{summary}
cc9c5d
%{?python_provide:%python_provide python3-%{pypi_name}}
cc9c5d
cc9c5d
%description -n python3-%{pypi_name}
cc9c5d
This is a Sphinx extension which recognizes the versionremoved and removed-in
cc9c5d
directives.
cc9c5d
cc9c5d
%prep
cc9c5d
%autosetup -p1 -n %{pypi_name}-%{version}
cc9c5d
cc9c5d
%build
cc9c5d
%py3_build
cc9c5d
cc9c5d
%install
cc9c5d
%py3_install
cc9c5d
rm -rf %{buildroot}%{python3_sitelib}/tests
cc9c5d
cc9c5d
%check
cc9c5d
%{__python3} setup.py test
cc9c5d
cc9c5d
%files -n python3-%{pypi_name}
cc9c5d
%doc README.rst
cc9c5d
%license LICENSE
cc9c5d
%{python3_sitelib}/sphinx_removed_in/
cc9c5d
%{python3_sitelib}/sphinx_removed_in-%{version}-py%{python3_version}.egg-info/
cc9c5d
cc9c5d
%changelog
cc9c5d
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.1-5
cc9c5d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
cc9c5d
cc9c5d
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.1-4
cc9c5d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
cc9c5d
cc9c5d
* Sun May 24 2020 Miro Hron훾ok <mhroncok@redhat.com> - 0.2.1-3
cc9c5d
- Rebuilt for Python 3.9
cc9c5d
cc9c5d
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.1-2
cc9c5d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
cc9c5d
cc9c5d
* Mon Nov 11 2019 Ken Dreyer <kdreyer@redhat.com> - 0.2.1-1
cc9c5d
- Update to 0.2.1
cc9c5d
cc9c5d
* Fri Nov 08 2019 Ken Dreyer <kdreyer@redhat.com> 0.2.0-1
cc9c5d
- Update to 0.2.0 (rhbz#1697060)
cc9c5d
- Drop upstreamed patch
cc9c5d
cc9c5d
* Thu Oct 03 2019 Miro Hron훾ok <mhroncok@redhat.com> - 0.1.3-4
cc9c5d
- Rebuilt for Python 3.8.0rc1 (#1748018)
cc9c5d
cc9c5d
* Sat Aug 17 2019 Miro Hron훾ok <mhroncok@redhat.com> - 0.1.3-3
cc9c5d
- Rebuilt for Python 3.8
cc9c5d
cc9c5d
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.3-2
cc9c5d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
cc9c5d
cc9c5d
* Tue Mar 12 2019 Miro Hron훾ok <mhroncok@redhat.com> - 0.1.3-1
cc9c5d
- Initial package