Compare commits
10 Commits
710f5fb650
...
52fb80f643
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
52fb80f643 | ||
|
|
273d5ced41 | ||
|
|
fd2e20df6f | ||
|
|
c4bc0d6e51 | ||
|
|
4e2b444e17 | ||
|
|
76c5c44908 | ||
|
|
8900891851 | ||
|
|
29c0973a6b | ||
|
|
0467fa7568 | ||
|
|
e9e80ba661 |
Binary file not shown.
BIN
Sphinx-4.4.0.tar.gz
Normal file
BIN
Sphinx-4.4.0.tar.gz
Normal file
Binary file not shown.
588
backport-html-Updated-jQuery-version-from-3.5.1-to-3.6.0.patch
Normal file
588
backport-html-Updated-jQuery-version-from-3.5.1-to-3.6.0.patch
Normal file
File diff suppressed because one or more lines are too long
@ -1,12 +1,13 @@
|
|||||||
Name: python-sphinx
|
Name: python-sphinx
|
||||||
Version: 3.5.2
|
Version: 4.4.0
|
||||||
Release: 1
|
Release: 2
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
Summary: Python documentation generator
|
Summary: Python documentation generator
|
||||||
License: BSD and MIT
|
License: BSD and MIT
|
||||||
URL: http://sphinx-doc.org/
|
URL: http://sphinx-doc.org/
|
||||||
Source0: https://files.pythonhosted.org/packages/source/S/Sphinx/Sphinx-%{version}.tar.gz
|
Source0: https://files.pythonhosted.org/packages/source/S/Sphinx/Sphinx-%{version}.tar.gz
|
||||||
Patch1: sphinx-test_theming.diff
|
|
||||||
|
Patch6000: backport-html-Updated-jQuery-version-from-3.5.1-to-3.6.0.patch
|
||||||
|
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
@ -225,6 +226,21 @@ export PATH=%{buildroot}%{_bindir}:$PATH
|
|||||||
%{_mandir}/man1/*
|
%{_mandir}/man1/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Jul 20 2023 shixuantong <shixuantong1@huawei.com> - 1:4.4.0-2
|
||||||
|
- html: Updated jQuery version from 3.5.1 to 3.6.0
|
||||||
|
|
||||||
|
* Thu Oct 27 2022 xu_ping <xuping33@h-partners.com> - 1:4.4.0-1
|
||||||
|
- Upgrade 4.4.0
|
||||||
|
|
||||||
|
* Wed Jan 12 2022 shixuantong <shixuantong@huawei.com> - 4.3.1-3
|
||||||
|
- revert openEuler-fix-docutils-version-error.patch
|
||||||
|
|
||||||
|
* Thu Jan 06 2022 shixuantong <shixuantong@huawei.com> - 4.3.1-2
|
||||||
|
- fix docutils version error
|
||||||
|
|
||||||
|
* Mon Dec 13 2021 shixuantong <shixuantong@huawei.com> - 4.3.1-1
|
||||||
|
- update version to 4.3.1
|
||||||
|
|
||||||
* Tue Jul 27 2021 OpenStack_SIG <openstack@openeuler.org> - 3.5.2-1
|
* Tue Jul 27 2021 OpenStack_SIG <openstack@openeuler.org> - 3.5.2-1
|
||||||
- update to 3.5.2
|
- update to 3.5.2
|
||||||
|
|
||||||
|
|||||||
@ -1,12 +0,0 @@
|
|||||||
diff -ru Sphinx-1.7.6/tests/test_theming.py Sphinx-1.7.6_patched/tests/test_theming.py
|
|
||||||
--- Sphinx-1.7.6/tests/test_theming.py 2018-07-16 11:24:40.000000000 +0200
|
|
||||||
+++ Sphinx-1.7.6_patched/tests/test_theming.py 2018-07-20 15:17:35.049263077 +0200
|
|
||||||
@@ -31,7 +31,7 @@
|
|
||||||
themes.append('alabaster')
|
|
||||||
|
|
||||||
# test Theme class API
|
|
||||||
- assert set(app.html_themes.keys()) == set(themes)
|
|
||||||
+ assert set(app.html_themes.keys()) >= set(themes)
|
|
||||||
assert app.html_themes['test-theme'] == app.srcdir / 'test_theme' / 'test-theme'
|
|
||||||
assert app.html_themes['ziptheme'] == app.srcdir / 'ziptheme.zip'
|
|
||||||
assert app.html_themes['staticfiles'] == app.srcdir / 'test_theme' / 'staticfiles'
|
|
||||||
Loading…
x
Reference in New Issue
Block a user