]> code.ossystems Code Review - openembedded-core.git/commit
python3: Upgrade from 3.3.3 to 3.4.2
authorAlejandro Hernandez <alejandro.hernandez@linux.intel.com>
Fri, 27 Feb 2015 18:49:22 +0000 (12:49 -0600)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 5 May 2015 21:14:19 +0000 (22:14 +0100)
commit45290ff4d1902bd0ab5377568f969fbb660c0c87
tree1bab381b67f24b173b38a54cb599689fc9fe0f7a
parent4563788a21fb1715920cd5056b43d85c69563c32
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]

Signed-off-by: Alejandro Hernandez <alejandro.hernandez@linux.intel.com>
meta/recipes-devtools/python/python-3.4-manifest.inc [moved from meta/recipes-devtools/python/python-3.3-manifest.inc with 50% similarity]
meta/recipes-devtools/python/python3-native_3.4.2.bb [moved from meta/recipes-devtools/python/python3-native_3.3.3.bb with 80% similarity]
meta/recipes-devtools/python/python3/04-default-is-optimized.patch
meta/recipes-devtools/python/python3/12-distutils-prefix-is-inside-staging-area.patch
meta/recipes-devtools/python/python3/avoid-ncursesw-include-path.patch
meta/recipes-devtools/python/python3/python-3.3-multilib.patch
meta/recipes-devtools/python/python3_3.4.2.bb [moved from meta/recipes-devtools/python/python3_3.3.3.bb with 93% similarity]
scripts/contrib/python/generate-manifest-3.4.py [moved from scripts/contrib/python/generate-manifest-3.3.py with 98% similarity]