python: 3.8.6

This commit is contained in:
Dylan Araps 2020-09-24 15:49:44 +03:00
parent 9dd8e8a9d0
commit 6a2d6104b6
No known key found for this signature in database
GPG Key ID: 46D62DD9F1DE636E
4 changed files with 5 additions and 4 deletions

View File

@ -9,6 +9,7 @@ EOF
# Reported 20-27% performance improvements.
# See: "PythonNoSemanticInterpositionSpeedup"
export CFLAGS="$CFLAGS -fno-semantic-interposition"
export CXXFLAGS="$CXXFLAGS -fno-semantic-interposition"
export LDFLAGS="$LDFLAGS -fno-semantic-interposition"
patch -p1 < python3-always-pip.patch

View File

@ -1,2 +1,2 @@
e3003ed57db17e617acb382b0cade29a248c6026b1bd8aad1f976e9af66a83b0 Python-3.8.5.tar.xz
1e3dd58370fa3f5c9454f72479565e5282d16defdeec43c88e9a4dd233e00c1b python3-always-pip.patch
a9e0b79d27aa056eb9cce8d63a427b5f9bab1465dee3f942dcfdb25a82f4ab8a
1e3dd58370fa3f5c9454f72479565e5282d16defdeec43c88e9a4dd233e00c1b

View File

@ -1,2 +1,2 @@
https://www.python.org/ftp/python/3.8.5/Python-3.8.5.tar.xz
https://www.python.org/ftp/python/3.8.6/Python-3.8.6.tar.xz
patches/python3-always-pip.patch

View File

@ -1 +1 @@
3.8.5 1
3.8.6 1