diff options
author | Audrius Kažukauskas <audrius@neutrino.lt> | 2015-12-14 22:27:59 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-12-19 07:25:20 +0700 |
commit | 87c3ea0a1d508f53823e3f9e993e67d5987fc400 (patch) | |
tree | 64e4e38da2705427b018e04822100d755fc76408 /python/python3/patches | |
parent | 6ae61baf66b3fd27c586977298ce0fb8690e5a39 (diff) | |
download | slackbuilds-87c3ea0a1d508f53823e3f9e993e67d5987fc400.tar.gz |
python/python3: Updated for version 3.5.1.
Signed-off-by: Audrius Kažukauskas <audrius@neutrino.lt>
Diffstat (limited to 'python/python3/patches')
-rw-r--r-- | python/python3/patches/python3.no-static-library.diff | 14 | ||||
-rw-r--r-- | python/python3/patches/python3.x86_64.diff | 52 |
2 files changed, 33 insertions, 33 deletions
diff --git a/python/python3/patches/python3.no-static-library.diff b/python/python3/patches/python3.no-static-library.diff index 2af8b2ffcc..c33aeedcf7 100644 --- a/python/python3/patches/python3.no-static-library.diff +++ b/python/python3/patches/python3.no-static-library.diff @@ -1,7 +1,7 @@ -diff -uar Python-3.5.0.orig/Makefile.pre.in Python-3.5.0/Makefile.pre.in ---- Python-3.5.0.orig/Makefile.pre.in 2015-09-13 14:41:23.000000000 +0300 -+++ Python-3.5.0/Makefile.pre.in 2015-10-25 16:33:56.191130269 +0200 -@@ -549,7 +549,7 @@ +diff -uar Python-3.5.1.orig/Makefile.pre.in Python-3.5.1/Makefile.pre.in +--- Python-3.5.1.orig/Makefile.pre.in 2015-12-07 03:39:09.000000000 +0200 ++++ Python-3.5.1/Makefile.pre.in 2015-12-14 21:25:22.103542432 +0200 +@@ -564,7 +564,7 @@ $(RUNSHARED) $(PYTHON_FOR_BUILD) ./Tools/clinic/clinic.py --make # Build the interpreter @@ -10,7 +10,7 @@ diff -uar Python-3.5.0.orig/Makefile.pre.in Python-3.5.0/Makefile.pre.in $(LINKCC) $(PY_LDFLAGS) $(LINKFORSHARED) -o $@ Programs/python.o $(BLDLIBRARY) $(LIBS) $(MODLIBS) $(SYSLIBS) $(LDLAST) platform: $(BUILDPYTHON) pybuilddir.txt -@@ -584,18 +584,6 @@ +@@ -599,18 +599,6 @@ _TCLTK_INCLUDES='$(TCLTK_INCLUDES)' _TCLTK_LIBS='$(TCLTK_LIBS)' \ $(PYTHON_FOR_BUILD) $(srcdir)/setup.py $$quiet build @@ -29,7 +29,7 @@ diff -uar Python-3.5.0.orig/Makefile.pre.in Python-3.5.0/Makefile.pre.in libpython$(LDVERSION).so: $(LIBRARY_OBJS) if test $(INSTSONAME) != $(LDLIBRARY); then \ $(BLDSHARED) -Wl,-h$(INSTSONAME) -o $(INSTSONAME) $(LIBRARY_OBJS) $(MODLIBS) $(SHLIBS) $(LIBC) $(LIBM) $(LDLAST); \ -@@ -685,7 +673,7 @@ +@@ -700,7 +688,7 @@ echo "-----------------------------------------------"; \ fi @@ -38,7 +38,7 @@ diff -uar Python-3.5.0.orig/Makefile.pre.in Python-3.5.0/Makefile.pre.in $(LINKCC) $(PY_LDFLAGS) $(LINKFORSHARED) -o $@ Programs/_testembed.o $(BLDLIBRARY) $(LIBS) $(MODLIBS) $(SYSLIBS) $(LDLAST) ############################################################################ -@@ -1357,18 +1345,6 @@ +@@ -1372,18 +1360,6 @@ else true; \ fi; \ done diff --git a/python/python3/patches/python3.x86_64.diff b/python/python3/patches/python3.x86_64.diff index cf61af655a..c6fbf34eba 100644 --- a/python/python3/patches/python3.x86_64.diff +++ b/python/python3/patches/python3.x86_64.diff @@ -1,6 +1,6 @@ -diff -uar Python-3.5.0.orig/Lib/distutils/command/install.py Python-3.5.0/Lib/distutils/command/install.py ---- Python-3.5.0.orig/Lib/distutils/command/install.py 2015-09-13 14:41:20.000000000 +0300 -+++ Python-3.5.0/Lib/distutils/command/install.py 2015-10-25 16:59:00.429539487 +0200 +diff -uar Python-3.5.1.orig/Lib/distutils/command/install.py Python-3.5.1/Lib/distutils/command/install.py +--- Python-3.5.1.orig/Lib/distutils/command/install.py 2015-12-07 03:39:07.000000000 +0200 ++++ Python-3.5.1/Lib/distutils/command/install.py 2015-12-14 21:27:46.083400395 +0200 @@ -29,15 +29,15 @@ INSTALL_SCHEMES = { @@ -21,9 +21,9 @@ diff -uar Python-3.5.0.orig/Lib/distutils/command/install.py Python-3.5.0/Lib/di 'headers': '$base/include/python/$dist_name', 'scripts': '$base/bin', 'data' : '$base', -diff -uar Python-3.5.0.orig/Lib/distutils/sysconfig.py Python-3.5.0/Lib/distutils/sysconfig.py ---- Python-3.5.0.orig/Lib/distutils/sysconfig.py 2015-09-13 14:41:21.000000000 +0300 -+++ Python-3.5.0/Lib/distutils/sysconfig.py 2015-10-25 16:59:52.157272388 +0200 +diff -uar Python-3.5.1.orig/Lib/distutils/sysconfig.py Python-3.5.1/Lib/distutils/sysconfig.py +--- Python-3.5.1.orig/Lib/distutils/sysconfig.py 2015-12-07 03:39:07.000000000 +0200 ++++ Python-3.5.1/Lib/distutils/sysconfig.py 2015-12-14 21:27:46.083400395 +0200 @@ -133,7 +133,7 @@ if os.name == "posix": @@ -33,9 +33,9 @@ diff -uar Python-3.5.0.orig/Lib/distutils/sysconfig.py Python-3.5.0/Lib/distutil if standard_lib: return libpython else: -diff -uar Python-3.5.0.orig/Lib/site.py Python-3.5.0/Lib/site.py ---- Python-3.5.0.orig/Lib/site.py 2015-09-13 14:41:21.000000000 +0300 -+++ Python-3.5.0/Lib/site.py 2015-10-25 17:02:49.632218047 +0200 +diff -uar Python-3.5.1.orig/Lib/site.py Python-3.5.1/Lib/site.py +--- Python-3.5.1.orig/Lib/site.py 2015-12-07 03:39:08.000000000 +0200 ++++ Python-3.5.1/Lib/site.py 2015-12-14 21:27:46.083400395 +0200 @@ -303,7 +303,7 @@ seen.add(prefix) @@ -45,9 +45,9 @@ diff -uar Python-3.5.0.orig/Lib/site.py Python-3.5.0/Lib/site.py "python" + sys.version[:3], "site-packages")) else: -diff -uar Python-3.5.0.orig/Lib/sysconfig.py Python-3.5.0/Lib/sysconfig.py ---- Python-3.5.0.orig/Lib/sysconfig.py 2015-09-13 14:41:21.000000000 +0300 -+++ Python-3.5.0/Lib/sysconfig.py 2015-10-25 17:06:31.664656808 +0200 +diff -uar Python-3.5.1.orig/Lib/sysconfig.py Python-3.5.1/Lib/sysconfig.py +--- Python-3.5.1.orig/Lib/sysconfig.py 2015-12-07 03:39:08.000000000 +0200 ++++ Python-3.5.1/Lib/sysconfig.py 2015-12-14 21:27:46.084400429 +0200 @@ -20,10 +20,10 @@ _INSTALL_SCHEMES = { @@ -93,10 +93,10 @@ diff -uar Python-3.5.0.orig/Lib/sysconfig.py Python-3.5.0/Lib/sysconfig.py 'include': '{userbase}/include/python{py_version_short}', 'scripts': '{userbase}/bin', 'data': '{userbase}', -diff -uar Python-3.5.0.orig/Makefile.pre.in Python-3.5.0/Makefile.pre.in ---- Python-3.5.0.orig/Makefile.pre.in 2015-09-13 14:41:23.000000000 +0300 -+++ Python-3.5.0/Makefile.pre.in 2015-10-25 17:08:01.439664654 +0200 -@@ -120,7 +120,7 @@ +diff -uar Python-3.5.1.orig/Makefile.pre.in Python-3.5.1/Makefile.pre.in +--- Python-3.5.1.orig/Makefile.pre.in 2015-12-07 03:39:09.000000000 +0200 ++++ Python-3.5.1/Makefile.pre.in 2015-12-14 21:27:46.084400429 +0200 +@@ -125,7 +125,7 @@ MANDIR= @mandir@ INCLUDEDIR= @includedir@ CONFINCLUDEDIR= $(exec_prefix)/include @@ -105,9 +105,9 @@ diff -uar Python-3.5.0.orig/Makefile.pre.in Python-3.5.0/Makefile.pre.in ABIFLAGS= @ABIFLAGS@ # Detailed destination directories -diff -uar Python-3.5.0.orig/Modules/getpath.c Python-3.5.0/Modules/getpath.c ---- Python-3.5.0.orig/Modules/getpath.c 2015-09-13 14:41:24.000000000 +0300 -+++ Python-3.5.0/Modules/getpath.c 2015-10-25 17:10:58.101583759 +0200 +diff -uar Python-3.5.1.orig/Modules/getpath.c Python-3.5.1/Modules/getpath.c +--- Python-3.5.1.orig/Modules/getpath.c 2015-12-07 03:39:10.000000000 +0200 ++++ Python-3.5.1/Modules/getpath.c 2015-12-14 21:27:46.085400463 +0200 @@ -118,8 +118,8 @@ #endif @@ -146,10 +146,10 @@ diff -uar Python-3.5.0.orig/Modules/getpath.c Python-3.5.0/Modules/getpath.c } /* If we found EXEC_PREFIX do *not* reduce it! (Yet.) */ -diff -uar Python-3.5.0.orig/configure Python-3.5.0/configure ---- Python-3.5.0.orig/configure 2015-09-13 14:41:26.000000000 +0300 -+++ Python-3.5.0/configure 2015-10-25 17:24:00.325783290 +0200 -@@ -14384,7 +14384,7 @@ +diff -uar Python-3.5.1.orig/configure Python-3.5.1/configure +--- Python-3.5.1.orig/configure 2015-12-07 03:39:11.000000000 +0200 ++++ Python-3.5.1/configure 2015-12-14 21:27:46.089400598 +0200 +@@ -14464,7 +14464,7 @@ $as_echo "$LDVERSION" >&6; } @@ -158,9 +158,9 @@ diff -uar Python-3.5.0.orig/configure Python-3.5.0/configure # Check whether right shifting a negative integer extends the sign bit -diff -uar Python-3.5.0.orig/setup.py Python-3.5.0/setup.py ---- Python-3.5.0.orig/setup.py 2015-09-13 14:41:26.000000000 +0300 -+++ Python-3.5.0/setup.py 2015-10-25 17:35:30.926901801 +0200 +diff -uar Python-3.5.1.orig/setup.py Python-3.5.1/setup.py +--- Python-3.5.1.orig/setup.py 2015-12-07 03:39:11.000000000 +0200 ++++ Python-3.5.1/setup.py 2015-12-14 21:27:46.090400632 +0200 @@ -469,7 +469,7 @@ # directories (i.e. '.' and 'Include') must be first. See issue # 10520. |