diff --git a/system/base/python3/actions.py b/system/base/python3/actions.py
index f5c125bc..445f7a40 100644
--- a/system/base/python3/actions.py
+++ b/system/base/python3/actions.py
@@ -15,7 +15,7 @@ def setup():
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")
pisitools.dosed("Lib/cgi.py","^#.* /usr/local/bin/python","#!/usr/bin/python")
@@ -31,8 +31,7 @@ def setup():
shelltools.export("CFLAGS", "-I%s/temp/include -O3" %get.workDIR())
shelltools.export("LDFLAGS", "-L%s/temp/lib -lbz2 -lpthread -ldl" %get.workDIR())
# fix unused direct dependency analysis
- #shelltools.export("LDSHARED", "x86_64-pc-linux-gnu-gcc -Wl,-O1,--as-needed -shared -lpthread")
- autotools.rawConfigure("\
+ autotools.rawConfigure("LDSHARED='x86_64-pc-linux-gnu-gcc -Wl,-O1,--as-needed -shared -lpthread'\
--prefix=/usr \
--enable-shared \
--with-threads \
@@ -56,4 +55,4 @@ def install():
pisitools.removeDir("/usr/lib/python3.8/idlelib")
pisitools.removeDir("/usr/lib/python3.8/tkinter")
pisitools.removeDir("/usr/lib/python3.8/turtledemo")
- pisitools.remove("/usr/bin/idle3*")
+ pisitools.remove("/usr/bin/idle3*")
\ No newline at end of file
diff --git a/system/base/python3/pspec.xml b/system/base/python3/pspec.xml
index 78685a57..fa7c5aee 100644
--- a/system/base/python3/pspec.xml
+++ b/system/base/python3/pspec.xml
@@ -12,16 +12,13 @@
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.2/Python-3.8.2.tar.xz
- https://sourceware.org/pub/bzip2/bzip2-1.0.8.tar.gz
+ https://www.python.org/ftp/python/3.8.3/Python-3.8.3.tar.xz
+ https://sourceware.org/pub/bzip2/bzip2-1.0.8.tar.gz
-
bzip2
xz-devel
-
gdbm-devel
zlib-devel
-
expat-devel
libffi-devel
sqlite-devel
@@ -29,10 +26,15 @@
openssl-devel
readline-devel
mpdecimal-devel
+
+
+
-
+
@@ -107,7 +109,7 @@
/usr/lib/python3.8/lib-dynload/z*
/usr/lib/python3.8/__pycache__
/usr/lib/*.so
- /usr/lib/libpython3.8.so.1.0
+ /usr/lib/libpython3.8.so*
/usr/share/man/man1/*
/usr/share/doc
@@ -126,6 +128,13 @@
+
+ 2020-05-22
+ 3.8.3
+ Patch version bump
+ Blue Devil
+ bluedevil@sctzine.com
+
2020-03-28
3.8.2