diff options
author | Cem Keylan <cem@ckyln.com> | 2020-09-25 10:05:31 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2020-09-25 10:05:31 +0300 |
commit | df5d3845d5f3100e41f27ba33d1868fe856e8894 (patch) | |
tree | 6fe1b1d7d2fa9d69efb331450f51fb5fdf49cc07 /extra/python | |
parent | 6d92861076b7bb82fed0376209a7d9459fe9e5d8 (diff) | |
download | repository-df5d3845d5f3100e41f27ba33d1868fe856e8894.tar.gz |
python: bump to 3.8.6
Diffstat (limited to 'extra/python')
-rwxr-xr-x | extra/python/build | 1 | ||||
-rw-r--r-- | extra/python/checksums | 2 | ||||
-rw-r--r-- | extra/python/sources | 2 | ||||
-rw-r--r-- | extra/python/version | 2 |
4 files changed, 4 insertions, 3 deletions
diff --git a/extra/python/build b/extra/python/build index 19d7173b..ba2b93bf 100755 --- a/extra/python/build +++ b/extra/python/build @@ -5,6 +5,7 @@ patch -p1 < python3-always-pip.patch ./configure \ --prefix=/usr \ --enable-shared \ + --enable-static \ --with-system-expat \ --with-system-ffi \ --with-ensurepip=yes diff --git a/extra/python/checksums b/extra/python/checksums index 44b5aef9..dc74369d 100644 --- a/extra/python/checksums +++ b/extra/python/checksums @@ -1,2 +1,2 @@ -e3003ed57db17e617acb382b0cade29a248c6026b1bd8aad1f976e9af66a83b0 Python-3.8.5.tar.xz +a9e0b79d27aa056eb9cce8d63a427b5f9bab1465dee3f942dcfdb25a82f4ab8a Python-3.8.6.tar.xz 1e3dd58370fa3f5c9454f72479565e5282d16defdeec43c88e9a4dd233e00c1b python3-always-pip.patch diff --git a/extra/python/sources b/extra/python/sources index 604abfb7..94e3e1a7 100644 --- a/extra/python/sources +++ b/extra/python/sources @@ -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 diff --git a/extra/python/version b/extra/python/version index 006ac43a..71d469c8 100644 --- a/extra/python/version +++ b/extra/python/version @@ -1 +1 @@ -3.8.5 1 +3.8.6 1 |