diff options
author | Alejandro Hernandez <alejandro.hernandez@linux.intel.com> | 2015-02-27 12:49:22 -0600 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-05-07 13:40:33 +0100 |
commit | 19149e67e89f18f2001102ba714779175f3846e7 (patch) | |
tree | 5867964291c3565fd18f73673ea70a40bfabae73 /scripts | |
parent | b2b59b14ecfe13ba794d92f97d1403d6503c7407 (diff) | |
download | poky-19149e67e89f18f2001102ba714779175f3846e7.tar.gz |
python3: Upgrade from 3.3.3 to 3.4.2
Modifies:
python3-native_3.3.3.bb -> python3-native_3.4.2.bb: Updates checksums, version, patches
and SRC_URIs to use xz format, LICENSE did not change, dates were updated, adds fix for
ctypes/libffi needed for pip <- required since Python 3.4 (see PEP #453).
python3_3.3.3.bb -> python3_3.4.2.bb: Updates checksums, version, patches and SRC_URIs
to use xz format, adds fix for ctypes/libffi, fixes oe_multilib_header() call,
adds python3-core as RDEPENDS to python3-misc to avoid QA issue.
generate-manifest-3.4.py - > generate-manifest-3.4.py: fixes reprlib,
adds _sitebuiltins and _collections_abc <- formerly part of collections, separated since 3.4
python-3.3-manifest.inc -> python-3.4-manifest.inc
Rebases:
12-distutils-prefix-is-inside-staging-area.patch
python-3.3-multilib.patch
04-default-is-optimized.patch
avoid-ncursesw-include-path.patch
Deletes (fixed upstream):
fix-ast.h-dependency.patch
python3-fix-build-error-with-Readline-6.3.patch
06-ctypes-libffi-fix-configure.patch
remove_sqlite_rpath.patch
[YOCTO #6857]
(From OE-Core rev: 45290ff4d1902bd0ab5377568f969fbb660c0c87)
Signed-off-by: Alejandro Hernandez <alejandro.hernandez@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/contrib/python/generate-manifest-3.4.py (renamed from scripts/contrib/python/generate-manifest-3.3.py) | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/scripts/contrib/python/generate-manifest-3.3.py b/scripts/contrib/python/generate-manifest-3.4.py index 48cc84d4e0..6371195014 100755 --- a/scripts/contrib/python/generate-manifest-3.3.py +++ b/scripts/contrib/python/generate-manifest-3.4.py | |||
@@ -17,7 +17,7 @@ import os | |||
17 | import sys | 17 | import sys |
18 | import time | 18 | import time |
19 | 19 | ||
20 | VERSION = "3.3.3" | 20 | VERSION = "3.4.2" |
21 | 21 | ||
22 | __author__ = "Michael 'Mickey' Lauer <mlauer@vanille-media.de>" | 22 | __author__ = "Michael 'Mickey' Lauer <mlauer@vanille-media.de>" |
23 | __version__ = "20140131" | 23 | __version__ = "20140131" |
@@ -177,6 +177,8 @@ if __name__ == "__main__": | |||
177 | "_weakrefset.* sysconfig.* _sysconfigdata.* config/Makefile " + | 177 | "_weakrefset.* sysconfig.* _sysconfigdata.* config/Makefile " + |
178 | "${includedir}/python${PYTHON_MAJMIN}/pyconfig*.h " + | 178 | "${includedir}/python${PYTHON_MAJMIN}/pyconfig*.h " + |
179 | "${libdir}/python${PYTHON_MAJMIN}/collections " + | 179 | "${libdir}/python${PYTHON_MAJMIN}/collections " + |
180 | "${libdir}/python${PYTHON_MAJMIN}/_collections_abc.* " + | ||
181 | "${libdir}/python${PYTHON_MAJMIN}/_sitebuiltins.* " + | ||
180 | "${libdir}/python${PYTHON_MAJMIN}/sitecustomize.py ") | 182 | "${libdir}/python${PYTHON_MAJMIN}/sitecustomize.py ") |
181 | 183 | ||
182 | m.addPackage( "${PN}-dev", "Python development package", "${PN}-core", | 184 | m.addPackage( "${PN}-dev", "Python development package", "${PN}-core", |
@@ -280,7 +282,7 @@ if __name__ == "__main__": | |||
280 | m.addPackage( "${PN}-lang", "Python low-level language support", "${PN}-core", | 282 | m.addPackage( "${PN}-lang", "Python low-level language support", "${PN}-core", |
281 | "lib-dynload/_bisect.*.so lib-dynload/_collections.*.so lib-dynload/_heapq.*.so lib-dynload/_weakref.*.so lib-dynload/_functools.*.so " + | 283 | "lib-dynload/_bisect.*.so lib-dynload/_collections.*.so lib-dynload/_heapq.*.so lib-dynload/_weakref.*.so lib-dynload/_functools.*.so " + |
282 | "lib-dynload/array.*.so lib-dynload/itertools.*.so lib-dynload/operator.*.so lib-dynload/parser.*.so " + | 284 | "lib-dynload/array.*.so lib-dynload/itertools.*.so lib-dynload/operator.*.so lib-dynload/parser.*.so " + |
283 | "atexit.* bisect.* code.* codeop.* collections.* dis.* functools.* heapq.* inspect.* keyword.* opcode.* symbol.* repr.* token.* " + | 285 | "atexit.* bisect.* code.* codeop.* collections.* _collections_abc.* dis.* functools.* heapq.* inspect.* keyword.* opcode.* symbol.* repr.* token.* " + |
284 | "tokenize.* traceback.* weakref.*" ) | 286 | "tokenize.* traceback.* weakref.*" ) |
285 | 287 | ||
286 | m.addPackage( "${PN}-logging", "Python logging support", "${PN}-core ${PN}-io ${PN}-lang ${PN}-pickle ${PN}-stringold", | 288 | m.addPackage( "${PN}-logging", "Python logging support", "${PN}-core ${PN}-io ${PN}-lang ${PN}-pickle ${PN}-stringold", |
@@ -330,7 +332,7 @@ if __name__ == "__main__": | |||
330 | "lib-dynload/readline.*.so rlcompleter.*" ) | 332 | "lib-dynload/readline.*.so rlcompleter.*" ) |
331 | 333 | ||
332 | m.addPackage( "${PN}-reprlib", "Python alternate repr() implementation", "${PN}-core", | 334 | m.addPackage( "${PN}-reprlib", "Python alternate repr() implementation", "${PN}-core", |
333 | "${libdir}/python3.3/reprlib.py" ) | 335 | "reprlib.py" ) |
334 | 336 | ||
335 | m.addPackage( "${PN}-resource", "Python resource control interface", "${PN}-core", | 337 | m.addPackage( "${PN}-resource", "Python resource control interface", "${PN}-core", |
336 | "lib-dynload/resource.*.so" ) | 338 | "lib-dynload/resource.*.so" ) |