Update to 7.1.2
This commit is contained in:
parent
b64fb4b5b3
commit
55bd0f7f4a
4 changed files with 110 additions and 3 deletions
|
|
@ -20,10 +20,10 @@
|
|||
# During texlive updates, sometimes the latex environment is unstable
|
||||
%bcond latex_tests 1
|
||||
|
||||
%global upstream_name Sphinx
|
||||
%global upstream_name sphinx
|
||||
|
||||
Name: python-sphinx
|
||||
%global general_version 7.0.1
|
||||
%global general_version 7.1.2
|
||||
#global prerel ...
|
||||
%global upstream_version %{general_version}%{?prerel}
|
||||
Version: %{general_version}%{?prerel:~%{prerel}}
|
||||
|
|
@ -42,6 +42,8 @@ Source: %{pypi_source %{upstream_name} %{upstream_version}}
|
|||
# which causes that test to fail.
|
||||
Patch: sphinx-test_theming.diff
|
||||
|
||||
# Fix test_assets_order for Sphinx 7.1.2
|
||||
Patch: https://github.com/sphinx-doc/sphinx/commit/85ffb3b0.patch
|
||||
|
||||
BuildArch: noarch
|
||||
|
||||
|
|
@ -364,6 +366,10 @@ mkdir %{buildroot}%{python3_sitelib}/sphinxcontrib
|
|||
|
||||
|
||||
%changelog
|
||||
* Mon Aug 14 2023 Karolina Surma <ksurma@redhat.com> - 1:7.1.2-1
|
||||
- Update to 7.1.2
|
||||
- Fixes rhbz#2225274
|
||||
|
||||
* Mon Aug 07 2023 Karolina Surma <ksurma@redhat.com> - 1:7.0.1-1
|
||||
- Update to 7.0.1
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue