]> code.ossystems Code Review - openembedded-core.git/commit
python3: Upgrade from 3.4.3 to 3.5
authorAlejandro Hernandez <alejandro.hernandez@linux.intel.com>
Tue, 10 Nov 2015 23:34:48 +0000 (23:34 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 1 Dec 2015 21:30:56 +0000 (21:30 +0000)
commit701ec1977ced1bb08461e6de98b4f63d21cba8a6
tree714f6f1f0a829cd52b6e0667b736ce8775be6109
parent91165c1b68e49e5d5392068df3412ebb7b0e969b
python3: Upgrade from 3.4.3 to 3.5

python3-native_3.4.3.bb -> python3-native_3.5.0.bb:
- changed version
- changed cheksum
- no license change, just dates

python3_3.4.3.bb -> python3_3.5.0.bb:
- changed version
- changed cheksum
- no license change, just dates

New:
- use_packed_importlib.patch: Fixes importlib on cross-compile environments

Rebased:
- Manifest
- 000-cross-compile.patch
- 020-dont-compile-python-files.patch
- 04-default-is-optimized.patch
- python-3.3-multilib.patch
- distutils3-base.bbclass
- distutils3-native-base.bbclass
- python3native.bbclass

Upstream:
- makerace.patch

Misc:
- pip2 is handled as default on major distros,
modified python3-pip to leave /usr/bin/pip available for pip2
- Fixed importing pip3 from python3 interpreter

Signed-off-by: Alejandro Hernandez <alejandro.hernandez@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
14 files changed:
meta/classes/distutils3-base.bbclass
meta/classes/distutils3-native-base.bbclass
meta/classes/python3native.bbclass
meta/recipes-devtools/python/python-3.5-manifest.inc [moved from meta/recipes-devtools/python/python-3.4-manifest.inc with 51% similarity]
meta/recipes-devtools/python/python3-native_3.5.0.bb [moved from meta/recipes-devtools/python/python3-native_3.4.3.bb with 92% similarity]
meta/recipes-devtools/python/python3-pip_6.1.1.bb
meta/recipes-devtools/python/python3/000-cross-compile.patch
meta/recipes-devtools/python/python3/020-dont-compile-python-files.patch
meta/recipes-devtools/python/python3/04-default-is-optimized.patch
meta/recipes-devtools/python/python3/makerace.patch [deleted file]
meta/recipes-devtools/python/python3/python-3.3-multilib.patch
meta/recipes-devtools/python/python3/use_packed_importlib.patch [new file with mode: 0644]
meta/recipes-devtools/python/python3_3.5.0.bb [moved from meta/recipes-devtools/python/python3_3.4.3.bb with 97% similarity]
scripts/contrib/python/generate-manifest-3.5.py [moved from scripts/contrib/python/generate-manifest-3.4.py with 99% similarity]