mirror of
https://github.com/oasislinux/oasis.git
synced 2025-12-25 12:14:00 +01:00
python: Update to 3.9.2
This commit is contained in:
2
pkg/python/.gitignore
vendored
2
pkg/python/.gitignore
vendored
@@ -1,3 +1,3 @@
|
||||
/Python-3.9.1.tar.xz
|
||||
/Python-3.9.2.tar.xz
|
||||
/modules.ninja
|
||||
/src
|
||||
|
||||
@@ -56,7 +56,7 @@ rule('makesetup', 'lua $dir/makesetup.lua $dir/modules.lua <$in >$out')
|
||||
build('makesetup', '$outdir/config.c', {'$srcdir/Modules/config.c.in', '|', '$dir/makesetup.lua', '$dir/modules.lua'})
|
||||
|
||||
cc('Modules/getbuildinfo.c', nil, {
|
||||
cflags=[[$cflags -D 'DATE="Dec 7 2020"' -D 'TIME="15:03:11"']]
|
||||
cflags=[[$cflags -D 'DATE="Feb 19 2021"' -D 'TIME="13:32:09"']]
|
||||
})
|
||||
cc('Modules/getpath.c', nil, {
|
||||
cflags={
|
||||
|
||||
@@ -1 +1 @@
|
||||
991c3f8ac97992f3d308fefeb03a64db462574eadbff34ce8bc5bb583d9903ff Python-3.9.1.tar.xz
|
||||
3c2034c54f811448f516668dce09d24008a0716c3a794dd8639b5388cbde247d Python-3.9.2.tar.xz
|
||||
|
||||
@@ -1 +1 @@
|
||||
url = "https://www.python.org/ftp/python/3.9.1/Python-3.9.1.tar.xz"
|
||||
url = "https://www.python.org/ftp/python/3.9.2/Python-3.9.2.tar.xz"
|
||||
|
||||
@@ -1 +1 @@
|
||||
3.9.1 r0
|
||||
3.9.2 r0
|
||||
|
||||
Reference in New Issue
Block a user