From 846fb86f74eaffe25e09977798ac3b482fad57c9 Mon Sep 17 00:00:00 2001 From: Ian Douglas Scott Date: Thu, 17 Aug 2017 12:10:30 -0700 Subject: [PATCH] Bump python version --- recipes/python/python.patch | 12 ------------ recipes/python/recipe.sh | 2 +- 2 files changed, 1 insertion(+), 13 deletions(-) diff --git a/recipes/python/python.patch b/recipes/python/python.patch index b3cabd230..fc81d5fb2 100644 --- a/recipes/python/python.patch +++ b/recipes/python/python.patch @@ -1,15 +1,3 @@ -diff -ru Python-3.6.1/config.sub Python-3.6.1-new/config.sub ---- Python-3.6.1/config.sub 2017-03-20 23:32:38.000000000 -0700 -+++ Python-3.6.1-new/config.sub 2017-07-03 11:56:03.528738808 -0700 -@@ -1358,7 +1358,7 @@ - -gnu* | -bsd* | -mach* | -minix* | -genix* | -ultrix* | -irix* \ - | -*vms* | -sco* | -esix* | -isc* | -aix* | -cnk* | -sunos | -sunos[34]*\ - | -hpux* | -unos* | -osf* | -luna* | -dgux* | -auroraux* | -solaris* \ -- | -sym* | -kopensolaris* | -plan9* \ -+ | -sym* | -kopensolaris* | -plan9* | -redox* \ - | -amigaos* | -amigados* | -msdos* | -newsos* | -unicos* | -aof* \ - | -aos* | -aros* \ - | -nindy* | -vxsim* | -vxworks* | -ebmon* | -hms* | -mvs* \ diff -ru Python-3.6.1/configure Python-3.6.1-new/configure --- Python-3.6.1/configure 2017-03-20 23:32:38.000000000 -0700 +++ Python-3.6.1-new/configure 2017-07-03 15:26:44.804152125 -0700 diff --git a/recipes/python/recipe.sh b/recipes/python/recipe.sh index 2a8783cfa..9b257bb24 100644 --- a/recipes/python/recipe.sh +++ b/recipes/python/recipe.sh @@ -1,4 +1,4 @@ -VERSION=3.6.1 +VERSION=3.6.2 TAR=https://www.python.org/ftp/python/$VERSION/Python-$VERSION.tar.xz export AR="${HOST}-ar"