Compare commits
13 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| f027346b3c | |||
| e94b009c33 | |||
| 0d7cfba279 | |||
| 2b2cde723c | |||
| 59107f6c44 | |||
| cea142fda9 | |||
| ad32d18f0a | |||
| 5391342862 | |||
| 24524eb160 | |||
| 4ecce9f8e5 | |||
| b440730c4f | |||
| 2c53ee3603 | |||
| 5df9f91cbe |
@@ -1,8 +1,9 @@
|
||||
%bcond_without optional_tests
|
||||
%global pypi_name sphinxcontrib-websupport
|
||||
|
||||
Name: python-%{pypi_name}
|
||||
Version: 1.2.4
|
||||
Release: 3%{?dist}
|
||||
Release: 14%{?dist}
|
||||
Summary: Sphinx API for Web Apps
|
||||
|
||||
License: BSD
|
||||
@@ -25,10 +26,13 @@ BuildRequires: python3-six
|
||||
BuildRequires: python3-sphinx
|
||||
BuildRequires: python3-sphinxcontrib-serializinghtml >= 1.1.3
|
||||
|
||||
# Optional tests deps:
|
||||
%if %{with optional_tests}
|
||||
# Optional tests deps, can be individually skipped,
|
||||
# but sqlalchemy is required for both whoosh and xapian tests
|
||||
BuildRequires: python3-sqlalchemy
|
||||
BuildRequires: python3-whoosh
|
||||
BuildRequires: python3-xapian
|
||||
%endif
|
||||
|
||||
# Undeclared but used runtime dependencies
|
||||
# https://github.com/sphinx-doc/sphinxcontrib-websupport/pull/46
|
||||
@@ -54,7 +58,7 @@ rm -rf %{pypi_name}.egg-info
|
||||
%py3_install
|
||||
|
||||
%check
|
||||
%pytest -v
|
||||
%pytest -v -rs
|
||||
|
||||
%files -n python3-%{pypi_name}
|
||||
%license LICENSE
|
||||
@@ -65,6 +69,39 @@ rm -rf %{pypi_name}.egg-info
|
||||
%{python3_sitelib}/sphinxcontrib_websupport-*.egg-info/
|
||||
|
||||
%changelog
|
||||
* 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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user