Blame SPECS/python-sphinxcontrib-apidoc.spec

471928
%global pypi_name sphinxcontrib-apidoc
471928
471928
471928
Name:           python-%{pypi_name}
471928
Version:        0.5.0
471928
Release:        1%{?dist}
471928
Summary:        A Sphinx extension for running 'sphinx-apidoc' on each build
471928
471928
License:        LicenseRef-Callaway-BSD
471928
URL:            http://www.sphinx-doc.org/
471928
Source0:        https://files.pythonhosted.org/packages/source/s/%{pypi_name}/%{pypi_name}-%{version}.tar.gz
471928
BuildArch:      noarch
471928
471928
BuildRequires:  python3-sphinx
471928
471928
BuildRequires:  python3-devel
471928
BuildRequires:  python3-pbr
471928
BuildRequires:  python3-pytest
471928
BuildRequires:  python3-sphinx
471928
BuildRequires:  python3-setuptools
471928
471928
%global common_desc \
471928
This package contains Sphinx extension for running sphinx-apidoc_ \
471928
on each build.Overview *sphinx-apidoc* is a tool for automatic generation \
471928
of Sphinx sources that, using the autodoc <sphinx_autodoc>_ extension, \
471928
documents a whole package in the style of other automatic API documentation \
471928
tools. *sphinx-apidoc* does not actually build documentation - rather it \
471928
simply generates it.
471928
471928
%description
471928
%common_desc
471928
471928
%package -n python3-%{pypi_name}
471928
Summary:    %{summary}
471928
%{?python_provide:%python_provide python3-%{pypi_name}}
471928
Requires:   python3-pbr
471928
Requires:   python3-sphinx
471928
471928
%description -n python3-%{pypi_name}
471928
%common_desc
471928
471928
471928
%prep
471928
%autosetup -n %{pypi_name}-%{version}
471928
# Remove bundled egg-info
471928
rm -rf %{pypi_name}.egg-info
471928
471928
%build
471928
471928
%py3_build
471928
471928
%install
471928
471928
%py3_install
471928
471928
# %check
471928
# FIXME(chkumar246): Tests are broken in current version, So
471928
# disabling it, Once new version will be available. We will
471928
# add it.
471928
# py.test ||
471928
# %if %{with python3}
471928
# py.test-3 ||
471928
# %endif
471928
471928
%files -n python3-%{pypi_name}
471928
%license LICENSE
471928
%doc README.rst
471928
%{python3_sitelib}/sphinxcontrib_apidoc*nspkg.pth
471928
%{python3_sitelib}/sphinxcontrib/apidoc
471928
%{python3_sitelib}/sphinxcontrib_apidoc-%{version}-py%{python3_version}.egg-info
471928
471928
%changelog
471928
* Thu Dec 26 2024 Tim Semeijn <tim@semeijn.net> - 0.5.0-1
471928
- Update to 0.5.0 (fixes rhbz#1697358 & rhbz#2155827)
471928
471928
* Wed Sep 04 2024 Miroslav Suchý <msuchy@redhat.com> - 0.3.0-15
471928
- convert license to SPDX
471928
471928
* Fri Jul 19 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.0-14
471928
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
471928
471928
* Fri Jun 07 2024 Python Maint <python-maint@redhat.com> - 0.3.0-13
471928
- Rebuilt for Python 3.13
471928
471928
* Fri Jan 26 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.0-12
471928
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
471928
471928
* Mon Jan 22 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.0-11
471928
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
471928
471928
* Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.0-10
471928
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
471928
471928
* Wed Jun 14 2023 Python Maint <python-maint@redhat.com> - 0.3.0-9
471928
- Rebuilt for Python 3.12
471928
471928
* Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.0-8
471928
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
471928
471928
* Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.0-7
471928
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
471928
471928
* Mon Jun 13 2022 Python Maint <python-maint@redhat.com> - 0.3.0-6
471928
- Rebuilt for Python 3.11
471928
471928
* Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.0-5
471928
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
471928
471928
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.0-4
471928
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
471928
471928
* Fri Jun 04 2021 Python Maint <python-maint@redhat.com> - 0.3.0-3
471928
- Rebuilt for Python 3.10
471928
471928
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.0-2
471928
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
471928
471928
* Tue Sep 15 2020 Joel Capitao <jcapitao@redhat.com> - 0.3.0-1
471928
- Update to 0.3.0
471928
471928
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.1-16
471928
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
471928
471928
* Sun May 24 2020 Miro Hrončok <mhroncok@redhat.com> - 0.2.1-15
471928
- Rebuilt for Python 3.9
471928
471928
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.1-14
471928
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
471928
471928
* Thu Oct 03 2019 Miro Hrončok <mhroncok@redhat.com> - 0.2.1-13
471928
- Rebuilt for Python 3.8.0rc1 (#1748018)
471928
471928
* Mon Aug 19 2019 Miro Hrončok <mhroncok@redhat.com> - 0.2.1-12
471928
- Rebuilt for Python 3.8
471928
471928
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.1-11
471928
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
471928
471928
* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.1-10
471928
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
471928
471928
* Fri Oct 12 2018 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 0.2.1-9
471928
- Python2 binary package has been removed
471928
  See https://fedoraproject.org/wiki/Changes/Mass_Python_2_Package_Removal
471928
471928
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.1-8
471928
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
471928
471928
* Tue Jun 19 2018 Miro Hrončok <mhroncok@redhat.com> - 0.2.1-7
471928
- Rebuilt for Python 3.7
471928
471928
* Tue Apr 10 2018 Chandan Kumar <chkumar246@gmail.com> - 0.2.1-6
471928
- Fixed python3 files
471928
471928
* Tue Apr 10 2018 Chandan Kumar <chkumar246@gmail.com> - 0.2.1-5
471928
- Disabled tests
471928
471928
* Tue Apr 10 2018 Chandan Kumar <chkumar246@gmail.com> - 0.2.1-4
471928
- Added conditional for python3 support
471928
471928
* Tue Apr 10 2018 Chandan Kumar <chkumar246@gmail.com> - 0.2.1-3
471928
- Added python3 conditionals on BR
471928
471928
* Tue Apr 10 2018 Chandan Kumar <chkumar246@gmail.com> - 0.2.1-2
471928
- Added python3 BR and fixed tests
471928
471928
* Tue Apr 10 2018 Chandan Kumar <chkumar246@gmail.com> - 0.2.1-1
471928
- Initial package.