Update to 5.3.0
This commit is contained in:
parent
9c0d32b9af
commit
d24b3b01a9
2
.gitignore
vendored
2
.gitignore
vendored
@ -39,3 +39,5 @@
|
|||||||
/Sphinx-4.5.0.tar.gz
|
/Sphinx-4.5.0.tar.gz
|
||||||
/Sphinx-5.0.2.tar.gz
|
/Sphinx-5.0.2.tar.gz
|
||||||
/Sphinx-5.1.1.tar.gz
|
/Sphinx-5.1.1.tar.gz
|
||||||
|
/Sphinx-5.2.3.tar.gz
|
||||||
|
/Sphinx-5.3.0.tar.gz
|
||||||
|
@ -24,7 +24,7 @@
|
|||||||
%global upstream_name Sphinx
|
%global upstream_name Sphinx
|
||||||
|
|
||||||
Name: python-sphinx
|
Name: python-sphinx
|
||||||
%global general_version 5.1.1
|
%global general_version 5.3.0
|
||||||
#global prerel ...
|
#global prerel ...
|
||||||
%global upstream_version %{general_version}%{?prerel}
|
%global upstream_version %{general_version}%{?prerel}
|
||||||
Version: %{general_version}%{?prerel:~%{prerel}}
|
Version: %{general_version}%{?prerel:~%{prerel}}
|
||||||
@ -249,11 +249,6 @@ dos2unix -k ./sphinx/themes/basic/static/jquery.js
|
|||||||
rm tests/test_ext_imgconverter.py
|
rm tests/test_ext_imgconverter.py
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
# Don't measure coverage:
|
|
||||||
sed -i '/pytest-cov/d' setup.py
|
|
||||||
# Not needed on recent Pythons, https://github.com/sphinx-doc/sphinx/pull/8483
|
|
||||||
sed -i '/typed_ast/d' setup.py
|
|
||||||
|
|
||||||
|
|
||||||
%generate_buildrequires
|
%generate_buildrequires
|
||||||
%pyproject_buildrequires -r %{?with_tests:-x test}
|
%pyproject_buildrequires -r %{?with_tests:-x test}
|
||||||
@ -331,9 +326,11 @@ mkdir %{buildroot}%{python3_sitelib}/sphinxcontrib
|
|||||||
%if %{with tests}
|
%if %{with tests}
|
||||||
%check
|
%check
|
||||||
# Currently, all linkcheck tests and test_latex_images need internet
|
# Currently, all linkcheck tests and test_latex_images need internet
|
||||||
|
# test_build_latex_doc needs internet to download pictures,
|
||||||
|
# but fails also with it enabled, we decided to skip it entirely
|
||||||
%pytest \
|
%pytest \
|
||||||
%if %{without internet}
|
%if %{without internet}
|
||||||
-k "not linkcheck and not test_latex_images" \
|
-k "not linkcheck and not test_latex_images and not test_build_latex_doc" \
|
||||||
%endif
|
%endif
|
||||||
;
|
;
|
||||||
%endif
|
%endif
|
||||||
@ -345,7 +342,7 @@ mkdir %{buildroot}%{python3_sitelib}/sphinxcontrib
|
|||||||
%{_bindir}/sphinx-*
|
%{_bindir}/sphinx-*
|
||||||
%{python3_sitelib}/sphinx/
|
%{python3_sitelib}/sphinx/
|
||||||
%dir %{python3_sitelib}/sphinxcontrib/
|
%dir %{python3_sitelib}/sphinxcontrib/
|
||||||
%{python3_sitelib}/Sphinx-%{upstream_version}.dist-info/
|
%{python3_sitelib}/sphinx-%{upstream_version}.dist-info/
|
||||||
%dir %{_datadir}/sphinx/
|
%dir %{_datadir}/sphinx/
|
||||||
%dir %{_datadir}/sphinx/locale
|
%dir %{_datadir}/sphinx/locale
|
||||||
%dir %{_datadir}/sphinx/locale/*
|
%dir %{_datadir}/sphinx/locale/*
|
||||||
@ -362,6 +359,10 @@ mkdir %{buildroot}%{python3_sitelib}/sphinxcontrib
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Nov 08 2022 Karolina Surma <ksurma@redhat.com> - 1:5.3.0-1
|
||||||
|
- Update to 5.3.0
|
||||||
|
- Fixes rhbz#2129546
|
||||||
|
|
||||||
* Mon Aug 15 2022 Karolina Surma <ksurma@redhat.com> - 1:5.1.1-1
|
* Mon Aug 15 2022 Karolina Surma <ksurma@redhat.com> - 1:5.1.1-1
|
||||||
- Update to 5.1.1
|
- Update to 5.1.1
|
||||||
- Fixes rhbz#2110473
|
- Fixes rhbz#2110473
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (Sphinx-5.1.1.tar.gz) = 82cb4c435b0f6cee6bf80b81028f06e425e3d6fb5614e64b1f5a8c715ece80b697b5b55e04f3afe26236bb4590de9cd41008d6480c4b3d895803d83e914afff3
|
SHA512 (Sphinx-5.3.0.tar.gz) = cd2321409f7566c6333d6fc5c4eb4ed2d07490923b0c8762a31f062d9e5d86bbd9bd2c2bb3b93a00b37f31940173404dba8259de940fe402a248cf66a72cd7ae
|
||||||
|
Loading…
Reference in New Issue
Block a user