Compare commits

...

No commits in common. "c8s-stream-3.6" and "stream-python36-3.6-rhel-8.9.0" have entirely different histories.

7 changed files with 76 additions and 2 deletions

17
.gitignore vendored
View File

@ -1 +1,16 @@
SOURCES/Python-3.6.7-noexe.tar.xz
/Python-3.3.2.tar.xz
/Python-3.4.1.tar.xz
/Python-3.4.2.tar.xz
/Python-3.4.3.tar.xz
/Python-3.5.0.tar.xz
/Python-3.5.1.tar.xz
/Python-3.5.2.tar.xz
/Python-3.6.0.tar.xz
/Python-3.6.1rc1.tar.xz
/Python-3.6.1.tar.xz
/Python-3.6.2.tar.xz
/Python-3.6.3.tar.xz
/Python-3.6.4.tar.xz
/Python-3.6.5.tar.xz
/Python-3.6.7.tar.xz
/Python-3.6.7-noexe.tar.xz

View File

@ -1 +0,0 @@
a978548140961f7dadee647ad2ce9e02c96feba8 SOURCES/Python-3.6.7-noexe.tar.xz

View File

@ -0,0 +1,40 @@
diff -r 042ff9325c5e Doc/Makefile
--- a/Doc/Makefile Mon Jul 22 22:08:09 2013 -0700
+++ b/Doc/Makefile Mon Sep 16 14:43:50 2013 +0200
@@ -4,7 +4,7 @@
#
# You can set these variables from the command line.
-PYTHON = python
+PYTHON = python3
SVNROOT = http://svn.python.org/projects
SPHINXOPTS =
PAPER =
@@ -58,7 +58,7 @@
update: clean checkout
-build: checkout
+build:
mkdir -p build/$(BUILDER) build/doctrees
$(PYTHON) tools/sphinx-build.py $(ALLSPHINXOPTS)
@echo
diff -r 042ff9325c5e Doc/tools/sphinx-build.py
--- a/Doc/tools/sphinx-build.py Mon Jul 22 22:08:09 2013 -0700
+++ b/Doc/tools/sphinx-build.py Mon Sep 16 14:43:50 2013 +0200
@@ -14,15 +14,5 @@
warnings.filterwarnings('ignore', category=UserWarning, module='jinja2')
if __name__ == '__main__':
-
- if sys.version_info[:3] < (2, 4, 0):
- sys.stderr.write("""\
-Error: Sphinx needs to be executed with Python 2.4 or newer (not 3.0 though).
-(If you run this from the Makefile, you can set the PYTHON variable
-to the path of an alternative interpreter executable, e.g.,
-``make html PYTHON=python2.5``).
-""")
- sys.exit(1)
-
from sphinx import main
sys.exit(main(sys.argv))

1
sources Normal file
View File

@ -0,0 +1 @@
SHA512 (Python-3.6.7-noexe.tar.xz) = cc62c5deffc909e737d322983d40840bb34ee17dfe4e1ec59918e349ec551d99b38eff56f85c92a031c6507702a5f87ea7f63dd8261b8cad80d48bf76783bfbb

19
use-classic-theme.patch Normal file
View File

@ -0,0 +1,19 @@
diff -up Python-3.5.1/Doc/tools/pydoctheme/theme.conf.theme Python-3.5.1/Doc/tools/pydoctheme/theme.conf
--- Python-3.5.1/Doc/tools/pydoctheme/theme.conf.theme 2015-12-15 06:28:22.954322337 +0100
+++ Python-3.5.1/Doc/tools/pydoctheme/theme.conf 2015-12-15 06:28:46.294782062 +0100
@@ -1,5 +1,5 @@
[theme]
-inherit = default
+inherit = classic
stylesheet = pydoctheme.css
pygments_style = sphinx
diff -up Python-3.5.1/Doc/tools/pydoctheme/static/pydoctheme.css.theme Python-3.5.1/Doc/tools/pydoctheme/static/pydoctheme.css
--- Python-3.5.1/Doc/tools/pydoctheme/static/pydoctheme.css.theme 2015-12-15 06:36:56.813832075 +0100
+++ Python-3.5.1/Doc/tools/pydoctheme/static/pydoctheme.css 2015-12-15 06:36:19.314538520 +0100
@@ -1,4 +1,4 @@
-@import url("default.css");
+@import url("classic.css");
body {
background-color: white;