|
|
|
@@ -1,70 +1,97 @@
|
|
|
|
|
%global pypi_name sphinxcontrib-websupport
|
|
|
|
|
%bcond_without optional_tests
|
|
|
|
|
|
|
|
|
|
Name: python-%{pypi_name}
|
|
|
|
|
Version: 1.2.4
|
|
|
|
|
Release: 3%{?dist}
|
|
|
|
|
Name: python-sphinxcontrib-websupport
|
|
|
|
|
Version: 1.2.7
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Summary: Sphinx API for Web Apps
|
|
|
|
|
|
|
|
|
|
License: BSD
|
|
|
|
|
URL: http://sphinx-doc.org/
|
|
|
|
|
Source0: %{pypi_source}
|
|
|
|
|
License: BSD-2-Clause
|
|
|
|
|
URL: https://github.com/sphinx-doc/sphinxcontrib-websupport
|
|
|
|
|
Source: %{pypi_source sphinxcontrib_websupport}
|
|
|
|
|
BuildArch: noarch
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
|
sphinxcontrib-websupport provides a Python API to easily integrate Sphinx
|
|
|
|
|
documentation into your Web application.
|
|
|
|
|
|
|
|
|
|
%package -n python3-%{pypi_name}
|
|
|
|
|
%package -n python3-sphinxcontrib-websupport
|
|
|
|
|
Summary: %{summary}
|
|
|
|
|
%{?python_provide:%python_provide python3-%{pypi_name}}
|
|
|
|
|
BuildRequires: python3-devel
|
|
|
|
|
BuildRequires: python3-setuptools
|
|
|
|
|
BuildRequires: python3-jinja2
|
|
|
|
|
BuildRequires: python3-pytest
|
|
|
|
|
BuildRequires: python3-six
|
|
|
|
|
BuildRequires: python3-sphinx
|
|
|
|
|
BuildRequires: python3-sphinxcontrib-serializinghtml >= 1.1.3
|
|
|
|
|
|
|
|
|
|
# Optional tests deps:
|
|
|
|
|
BuildRequires: python3-sqlalchemy
|
|
|
|
|
BuildRequires: python3-whoosh
|
|
|
|
|
%if %{with optional_tests}
|
|
|
|
|
# Optional tests dep, undeclared upstream, can be skipped if needed
|
|
|
|
|
BuildRequires: python3-xapian
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
# Undeclared but used runtime dependencies
|
|
|
|
|
# https://github.com/sphinx-doc/sphinxcontrib-websupport/pull/46
|
|
|
|
|
Requires: python3-jinja2
|
|
|
|
|
Requires: python3-sphinx
|
|
|
|
|
|
|
|
|
|
Recommends: python3-sqlalchemy
|
|
|
|
|
Recommends: python3-whoosh
|
|
|
|
|
|
|
|
|
|
%description -n python3-%{pypi_name}
|
|
|
|
|
%description -n python3-sphinxcontrib-websupport
|
|
|
|
|
sphinxcontrib-websupport provides a Python API to easily integrate Sphinx
|
|
|
|
|
documentation into your Web application.
|
|
|
|
|
|
|
|
|
|
%pyproject_extras_subpkg -n python3-sphinxcontrib-websupport whoosh
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
|
%autosetup -n %{pypi_name}-%{version}
|
|
|
|
|
# Remove bundled egg-info
|
|
|
|
|
rm -rf %{pypi_name}.egg-info
|
|
|
|
|
%autosetup -n sphinxcontrib_websupport-%{version}
|
|
|
|
|
|
|
|
|
|
%generate_buildrequires
|
|
|
|
|
%pyproject_buildrequires -t
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
|
%py3_build
|
|
|
|
|
%pyproject_wheel
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
|
%py3_install
|
|
|
|
|
%pyproject_install
|
|
|
|
|
%pyproject_save_files sphinxcontrib
|
|
|
|
|
|
|
|
|
|
%check
|
|
|
|
|
%pytest -v
|
|
|
|
|
%tox
|
|
|
|
|
|
|
|
|
|
%files -n python3-%{pypi_name}
|
|
|
|
|
%files -n python3-sphinxcontrib-websupport -f %{pyproject_files}
|
|
|
|
|
%license LICENSE
|
|
|
|
|
%doc README.rst
|
|
|
|
|
%dir %{python3_sitelib}/sphinxcontrib
|
|
|
|
|
%{python3_sitelib}/sphinxcontrib/websupport/
|
|
|
|
|
%{python3_sitelib}/sphinxcontrib_websupport-*.pth
|
|
|
|
|
%{python3_sitelib}/sphinxcontrib_websupport-*.egg-info/
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Tue Jan 30 2024 Karolina Surma <ksurma@redhat.com> - 1.2.7-1
|
|
|
|
|
- Update to 1.2.7
|
|
|
|
|
|
|
|
|
|
* Fri Jan 26 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.4-16
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Mon Jan 22 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.4-15
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.4-14
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Mon Jul 03 2023 Python Maint <python-maint@redhat.com> - 1.2.4-13
|
|
|
|
|
- Rebuilt for Python 3.12
|
|
|
|
|
|
|
|
|
|
* Wed Jun 14 2023 Python Maint <python-maint@redhat.com> - 1.2.4-12
|
|
|
|
|
- Bootstrap for Python 3.12
|
|
|
|
|
|
|
|
|
|
* Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.4-11
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.4-10
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Tue Jun 14 2022 Python Maint <python-maint@redhat.com> - 1.2.4-9
|
|
|
|
|
- Rebuilt for Python 3.11
|
|
|
|
|
|
|
|
|
|
* Mon Jun 13 2022 Python Maint <python-maint@redhat.com> - 1.2.4-8
|
|
|
|
|
- Bootstrap for Python 3.11
|
|
|
|
|
|
|
|
|
|
* Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.4-7
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.4-6
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Fri Jun 04 2021 Python Maint <python-maint@redhat.com> - 1.2.4-5
|
|
|
|
|
- Rebuilt for Python 3.10
|
|
|
|
|
|
|
|
|
|
* Thu Jun 03 2021 Python Maint <python-maint@redhat.com> - 1.2.4-4
|
|
|
|
|
- Bootstrap for Python 3.10
|
|
|
|
|
|
|
|
|
|
* Wed Mar 10 2021 Miro Hrončok <mhroncok@redhat.com> - 1.2.4-3
|
|
|
|
|
- Update runtime and buildtime dependencies
|
|
|
|
|
|
|
|
|
|