[oe-commits] Alejandro Hernandez : python3: Upgrade from 3.3.3 to 3.4.2

git at git.openembedded.org git at git.openembedded.org
Fri May 1 16:09:38 UTC 2015


Module: openembedded-core.git
Branch: master-next
Commit: 2df950b78394f3fbd3724f0416e33a8019e8ae14
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=2df950b78394f3fbd3724f0416e33a8019e8ae14

Author: Alejandro Hernandez <alejandro.hernandez at linux.intel.com>
Date:   Fri Feb 27 12:49:22 2015 -0600

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 at linux.intel.com>

---

 ...on-3.3-manifest.inc => python-3.4-manifest.inc} | 126 +++++++--------
 ...on3-native_3.3.3.bb => python3-native_3.4.2.bb} |  17 +-
 .../python/python3/04-default-is-optimized.patch   |  39 ++---
 ...2-distutils-prefix-is-inside-staging-area.patch |  29 ++--
 .../python3/avoid-ncursesw-include-path.patch      |  30 ++--
 .../python/python3/python-3.3-multilib.patch       | 180 +++++++++++----------
 .../python/{python3_3.3.3.bb => python3_3.4.2.bb}  |  21 ++-
 ...te-manifest-3.3.py => generate-manifest-3.4.py} |   8 +-
 8 files changed, 222 insertions(+), 228 deletions(-)

Diff:   http://git.openembedded.org/?p=openembedded-core.git/?a=commitdiff;h=2df950b78394f3fbd3724f0416e33a8019e8ae14


More information about the Openembedded-commits mailing list