|
|
|
@@ -19,7 +19,7 @@
|
|
|
|
|
%global upstream_name Sphinx
|
|
|
|
|
|
|
|
|
|
Name: python-sphinx
|
|
|
|
|
%global general_version 2.1.2
|
|
|
|
|
%global general_version 2.2.2
|
|
|
|
|
#global prerel ...
|
|
|
|
|
%global upstream_version %{general_version}%{?prerel}
|
|
|
|
|
Version: %{general_version}%{?prerel:~%{prerel}}
|
|
|
|
@@ -352,10 +352,10 @@ mkdir %{buildroot}%{python3_sitelib}/sphinxcontrib
|
|
|
|
|
export PYTHONPATH=%{buildroot}%{python3_sitelib}
|
|
|
|
|
export PATH=%{buildroot}%{_bindir}:$PATH
|
|
|
|
|
|
|
|
|
|
# Currently, all linkcheck tests and test_latex_remote_images need internet
|
|
|
|
|
# Currently, all linkcheck tests and test_latex_images need internet
|
|
|
|
|
%{__python3} -m pytest \
|
|
|
|
|
%if %{without internet}
|
|
|
|
|
-k "not linkcheck and not latex_remote_images and not test_latex_images" \
|
|
|
|
|
-k "not linkcheck and not test_latex_images" \
|
|
|
|
|
%endif
|
|
|
|
|
;
|
|
|
|
|
%endif
|
|
|
|
@@ -385,6 +385,24 @@ export PATH=%{buildroot}%{_bindir}:$PATH
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1:2.2.2-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Tue Dec 10 2019 Miro Hrončok <mhroncok@redhat.com> - 1:2.2.2-1
|
|
|
|
|
- Update to 2.2.2 (rhbz#1743018)
|
|
|
|
|
|
|
|
|
|
* Thu Oct 03 2019 Miro Hrončok <mhroncok@redhat.com> - 1:2.1.2-6
|
|
|
|
|
- Rebuilt for Python 3.8.0rc1 (#1748018)
|
|
|
|
|
|
|
|
|
|
* Fri Aug 16 2019 Miro Hrončok <mhroncok@redhat.com> - 1:2.1.2-5
|
|
|
|
|
- Rebuilt for Python 3.8
|
|
|
|
|
|
|
|
|
|
* Thu Aug 15 2019 Miro Hrončok <mhroncok@redhat.com> - 1:2.1.2-4
|
|
|
|
|
- Bootstrap for Python 3.8
|
|
|
|
|
|
|
|
|
|
* Thu Aug 15 2019 Richard Shaw <hobbes1069@gmail.com> - 1:2.1.2-3
|
|
|
|
|
- Rebuild for Python 3.8.
|
|
|
|
|
|
|
|
|
|
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1:2.1.2-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|