-
Notifications
You must be signed in to change notification settings - Fork 12
Upgrade Python version? #20
Comments
A runtime is ABI stable, We can’t just update major versions. However we should make sure the 1.8 freedesktop sdk has the latest version. |
Thanks! When will it come out? |
It’s under development here https://gitlab.com/freedesktop-sdk/freedesktop-sdk |
If you want to bundle a minimal version: {
"name": "python",
"config-opts": [
"--enable-shared",
"--enable-optimizations",
"--enable-ipv6",
"--with-threads",
"--with-lto",
"--without-ensurepip",
"--with-system-ffi",
"--with-system-libmpdec",
"--with-system-expat"
],
"build-options": {
"no-debuginfo": true
},
"cleanup": [
"/bin/2to3*",
"/bin/easy_install*",
"/bin/idle*",
"/bin/python*-config",
"/bin/pyvenv*",
"/bin/pydoc*",
"/include",
"/share",
"/lib/pkgconfig",
"/lib/python*/config-*",
/* Test scripts */
"/lib/python*/test",
"/lib/python*/distutils/tests",
"/lib/python*/ctypes/test",
"/lib/python*/sqlite3/test",
"/lib/python*/lib2to3/tests",
"/lib/python*/tkinter/test",
"/lib/python*/unittest/test",
"/lib/python*/lib-dynload/_*_test.*.so",
"/lib/python*/lib-dynload/_test*.*.so",
/* Unused modules */
"/lib/python*/idlelib",
"/lib/python*/tkinter",
"/lib/python*/turtle*",
"*.pyc",
"__pycache__",
"*.exe"
],
"sources": [
{
"type": "archive",
"url": "https://www.python.org/ftp/python/3.6.4/Python-3.6.4.tar.xz",
"sha256": "159b932bf56aeaa76fd66e7420522d8c8853d486b8567c459b84fe2ed13bcaba"
}
]
} |
I am not familiar with the whole structure of this project, but the Python version of Is It seems that at some point you migrated to BuildStream 😂 But according to the documentation of BuildStream it is inspired by Flatpak Builder? 😂 😂 |
1.8 is not based on Yocto, 1.6 is. |
The Python version in the runtime is still 3.5, while 3.7 is coming out
The text was updated successfully, but these errors were encountered: