From 18e9e89463c6dac0ed514e2a131b4fcd0bb15e69 Mon Sep 17 00:00:00 2001 From: Idris Kalp Date: Thu, 22 Oct 2020 00:06:38 +0300 Subject: [PATCH] python3 3.8.6 --- system/base/python3/actions.py | 12 ++++++------ system/base/python3/pspec.xml | 11 +++++++++-- 2 files changed, 15 insertions(+), 8 deletions(-) diff --git a/system/base/python3/actions.py b/system/base/python3/actions.py index 445f7a40..cd42f35e 100644 --- a/system/base/python3/actions.py +++ b/system/base/python3/actions.py @@ -9,12 +9,12 @@ from pisi.actionsapi import pisitools from pisi.actionsapi import shelltools def setup(): - shelltools.system("echo -e '\033[0;36mBuilding Bzip2\033[0m' ") - shelltools.makedirs("%s/temp/lib" %get.workDIR()) - shelltools.cd("bzip2-1.0.8") - autotools.make('CC=%s AR=%s RANLIB=%s CFLAGS="%s -D_FILE_OFFSET_BITS=64 -fPIC" libbz2.a' % (get.CC(), get.AR(), get.RANLIB(), get.CFLAGS())) - shelltools.system("cp libbz2.a %s/temp/lib/libbz2.a" % get.workDIR()) - shelltools.cd("..") + #shelltools.system("echo -e '\033[0;36mBuilding Bzip2\033[0m' ") + #shelltools.makedirs("%s/temp/lib" %get.workDIR()) + #shelltools.cd("bzip2-1.0.8") + #autotools.make('CC=%s AR=%s RANLIB=%s CFLAGS="%s -D_FILE_OFFSET_BITS=64 -fPIC" libbz2.a' % (get.CC(), get.AR(), get.RANLIB(), get.CFLAGS())) + #shelltools.system("cp libbz2.a %s/temp/lib/libbz2.a" % get.workDIR()) + #shelltools.cd("..") pisitools.flags.add("-fwrapv") diff --git a/system/base/python3/pspec.xml b/system/base/python3/pspec.xml index 76d47c07..01cba3fe 100644 --- a/system/base/python3/pspec.xml +++ b/system/base/python3/pspec.xml @@ -12,8 +12,8 @@ custom Next generation of the python high-level scripting language Python is an accessible, high-level, dynamically typed, interpreted programming language, designed with an emphasis on code readability. It includes an extensive standard library, and has a vast ecosystem of third-party libraries. - https://www.python.org/ftp/python/3.8.5/Python-3.8.5.tar.xz - https://sourceware.org/pub/bzip2/bzip2-1.0.8.tar.gz + https://www.python.org/ftp/python/3.8.6/Python-3.8.6.tar.xz + bzip2 xz-devel @@ -128,6 +128,13 @@ + + 2020-10-22 + 3.8.6 + Version bump + İdris Kalp + idriskalp@gmail.com + 2020-10-19 3.8.5