import python-sphinx-3.4.3-7.el9

This commit is contained in:
CentOS Sources 2021-12-07 14:28:04 -05:00 committed by Stepan Oksanichenko
parent 9e0b278934
commit ecf55e8231

View File

@ -28,7 +28,7 @@ Name: python-sphinx
#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}}
Release: 5%{?dist} Release: 7%{?dist}
Epoch: 1 Epoch: 1
Summary: Python documentation generator Summary: Python documentation generator
@ -145,6 +145,10 @@ Provides: bundled(jquery) = 3.5.1
Provides: bundled(underscore) = 1.3.1 Provides: bundled(underscore) = 1.3.1
Provides: bundled(css3-mediaqueries) = 1.0 Provides: bundled(css3-mediaqueries) = 1.0
# Obsolete and provide the locale package for a clean upgrade path from RHEL 8->9
Obsoletes: python-sphinx-locale < 1:2
Provides: python-sphinx-locale = %{epoch}:%{version}-%{release}
%description -n python%{python3_pkgversion}-sphinx %description -n python%{python3_pkgversion}-sphinx
Sphinx is a tool that makes it easy to create intelligent and Sphinx is a tool that makes it easy to create intelligent and
beautiful documentation for Python projects (or other documents beautiful documentation for Python projects (or other documents
@ -256,6 +260,9 @@ sed -i '/typed_ast/d' setup.py
# unwanted dependency in RHEL, https://bugzilla.redhat.com/show_bug.cgi?id=1945182 # unwanted dependency in RHEL, https://bugzilla.redhat.com/show_bug.cgi?id=1945182
sed -i '/html5lib/d' setup.py sed -i '/html5lib/d' setup.py
# Fix broken links in the bundled underscore.js library
sed -i 's|http://documentcloud.github.com/underscore|https://underscorejs.org|' \
./sphinx/themes/basic/static/underscore*
%generate_buildrequires %generate_buildrequires
%pyproject_buildrequires %{?with_tests:-x test} %pyproject_buildrequires %{?with_tests:-x test}
@ -371,11 +378,19 @@ mkdir %{buildroot}%{python3_sitelib}/sphinxcontrib
%changelog %changelog
* Tue Aug 10 2021 Mohan Boddu <mboddu@redhat.com> * Fri Oct 08 2021 Charalampos Stratakis <cstratak@redhat.com> - 1:3.4.3-7
- Obsolete and provide the python-sphinx-locale package to fix the upgrade path
Related: rhbz#1985219
* Wed Oct 06 2021 Charalampos Stratakis <cstratak@redhat.com> - 1:3.4.3-6
- Fix broken links in the bundled underscore.js library
Resolves: rhbz#1985219
* Tue Aug 10 2021 Mohan Boddu <mboddu@redhat.com> - 1:3.4.3-5
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags - Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
Related: rhbz#1991688 Related: rhbz#1991688
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> * Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 1:3.4.3-4
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937 - Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
* Wed Mar 31 2021 Miro Hrončok <mhroncok@redhat.com> - 1:3.4.3-3 * Wed Mar 31 2021 Miro Hrončok <mhroncok@redhat.com> - 1:3.4.3-3