Compare commits

..

12 Commits

Author SHA1 Message Date
openeuler-ci-bot
1f0143be21
!52 Updated jQuery version to 3.6.0
From: @tong_1001 
Reviewed-by: @caodongxia 
Signed-off-by: @caodongxia
2023-07-27 09:29:03 +00:00
shixuantong
96c121a170 Updated jQuery version 3.6.0 2023-07-27 09:06:27 +08:00
openeuler-ci-bot
de74467339 !19 同步sp2的修改
From: @wieder
Reviewed-by: @small_leek
Signed-off-by: @small_leek
2021-11-18 06:17:38 +00:00
openeuler-ci-bot
ed88979c12 !15 provide sphinx-build cmd in python2-sphinx package
From: @liksh
Reviewed-by: @small_leek
Signed-off-by: @small_leek
2021-05-28 10:48:28 +08:00
liksh
69fc78ec31 fix issue in changlog prob 2021-05-28 10:38:01 +08:00
liksh
64372d04cf some python2 module create doc package use sphinx-build so we should provide sphinix-build like python3-sphinx
add change log and release+1

add issue url
2021-05-27 20:04:17 +08:00
openeuler-ci-bot
6e74f7bd23 !13 update to 1.8.4
Merge pull request !13 from 桐小哥/openEuler-20.03-LTS
2020-09-01 19:32:52 +08:00
sxt1001
ef3d45036d update to 1.8.4 2020-08-31 12:16:28 +08:00
openeuler-ci-bot
213dfe53b7 !6 make sphinx-build enable
Merge pull request !6 from jinjin/master
2020-02-20 16:45:36 +08:00
jinjin
597df13b90 modify 2020-02-20 03:25:37 -05:00
openeuler-ci-bot
c3be44180b !5 make sphinx-build enable
Merge pull request !5 from jinjin/master
2020-02-20 13:09:53 +08:00
openeuler-ci-bot
3096cdd478 !3 fix cant find sphinx
Merge pull request !3 from jinjin/master
2020-02-19 15:34:47 +08:00
6 changed files with 6157 additions and 7 deletions

Binary file not shown.

BIN
Sphinx-1.8.4.tar.gz Normal file

Binary file not shown.

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -1,14 +1,19 @@
Name: python-sphinx
Summary: Python documentation generator
Version: 1.7.6
Release: 6
Version: 1.8.4
Release: 3
Epoch: 1
License: BSD and Public Domain and Python and (MIT or GPLv2)
URL: http://sphinx-doc.org/
Source0: https://files.pythonhosted.org/packages/source/S/Sphinx/Sphinx-%{version}.tar.gz
Source1: default-sphinx-command.in
Patch0001: xfail-test_latex_remote_images.patch
Patch0002: sphinx-test_theming.diff
Patch6000: backport-Update-jQuery-to-3.4.1.patch
Patch6001: backport-html-Updated-jQuery-version-from-3.4.1-to-3.5.1.patch
Patch6002: backport-html-Updated-jQuery-version-from-3.5.1-to-3.6.0.patch
BuildArch: noarch
BuildRequires: python2-devel >= 2.4 python2-babel python2-setuptools python2-docutils python2-jinja2 python2-pygments >= 2.0
BuildRequires: python2-six python2-sphinx_rtd_theme python2-sphinx-theme-alabaster python2-imagesize python2-requests
@ -270,13 +275,9 @@ LANG=en_US.UTF-8 PYTHON=python3 make test
%doc AUTHORS CHANGES EXAMPLES README.rst
%{_bindir}/sphinx-*-2*
%{_bindir}/sphinx-build
%{_bindir}/sphinx-apidoc
%{_bindir}/sphinx-autogen
%{_bindir}/sphinx-quickstart
%{python2_sitelib}/sphinx/
%{python2_sitelib}/Sphinx-%{version}-py%{python2_version}.egg-info/
%{_libexecdir}/python2-sphinx/
%{_modulesdir}/python-sphinx/.version
%files -n python3-sphinx
%license LICENSE
@ -289,14 +290,24 @@ LANG=en_US.UTF-8 PYTHON=python3 make test
%{python3_sitelib}/sphinx/
%{python3_sitelib}/Sphinx-%{version}-py%{python3_version}.egg-info/
%{_libexecdir}/python3-sphinx/
%{_modulesdir}/python-sphinx/.version
%files help
%doc html reST
%{_mandir}/man1/*
%changelog
* Thu Jul 20 2023 shixuantong <shixuantong1@huawei.com> - 1.8.4-3
- Updated jQuery version to 3.6.0
* Thu May 27 2021 liksh <liks11@chinaunicom.cn> - 1.8.4-2
- build python2 package need cmd sphinx-build like python3-sphinx
* Mon Aug 31 2020 shixuantong <shixuantong@huawei.com> - 1.8.4-1
- update version to 1.8.4
* Thu Feb 20 2020 Lijin Yang <yanglijin@huawei.com> - 1:1.7.6-6
- delete useless file
- delete useless files
* Thu Feb 20 2020 Lijin Yang <yanglijin@huawei.com> - 1:1.7.6-5
- Type: enhancement