[oe-commits] [openembedded-core] branch master updated (a24c10b -> cf5c44a)

git at git.openembedded.org git at git.openembedded.org
Wed Dec 13 14:02:27 UTC 2017


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a change to branch master
in repository openembedded-core.

    from a24c10b  populate_sdk_ext: Use prebuilt uninative tarball
     new c350812  pypi.bbclass: bring in from meta-python
     new 3a1900a  python-*-manifest/generators: fix long line lengths
     new d95f100  python-*-manifest/generators: add runpy; python3-plistlib
     new 624a6f2  python-setuptools: upgrade to 38.2.4; use pypi.bbclass; improvements
     new 1206276  python3-pip: use pypi.bbclass
     new 351e741  python-nose: use pypi.bbclass
     new 38993c3  python-six: use pypi.bbclass
     new 57c67b7  python-async: use pypi.bbclass
     new dac10db  python-mako: use pypi.bbclass
     new f976a76  python-smmap: use pypi.bbclass
     new e708320  python-gitdb: use pypi.bbclass
     new 5288e40  python-git: use pypi.bbclass
     new aa458b5  python3-iniparse: use pypi.bbclass
     new cf5c44a  python-scons: upgrade to v3.0.1; use pypi.bbclass

The 14 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 meta/classes/pypi.bbclass                          |  26 +
 meta/conf/documentation.conf                       |   3 +
 .../python/python-2.7-manifest.inc                 | 699 +++++++++++++--
 .../python/python-3.5-manifest.inc                 | 990 +++++++++++++++++++--
 meta/recipes-devtools/python/python-async.inc      |   7 +-
 meta/recipes-devtools/python/python-git.inc        |  26 +-
 meta/recipes-devtools/python/python-gitdb.inc      |  15 +-
 meta/recipes-devtools/python/python-mako.inc       |  13 +-
 .../{python-nose_1.3.7.bb => python-nose.inc}      |  11 +-
 meta/recipes-devtools/python/python-nose_1.3.7.bb  |  25 +-
 ...ative_3.0.0.bb => python-scons-native_3.0.1.bb} |   0
 ...onscript-Support-python2-print-statements.patch |  38 -
 ...python-scons_3.0.0.bb => python-scons_3.0.1.bb} |  12 +-
 meta/recipes-devtools/python/python-setuptools.inc |  42 +-
 .../python/python-setuptools_36.5.0.bb             |  38 -
 .../python/python-setuptools_38.2.4.bb             |   9 +
 meta/recipes-devtools/python/python-six.inc        |   8 +-
 meta/recipes-devtools/python/python-smmap.inc      |  12 +-
 .../recipes-devtools/python/python3-async_0.6.2.bb |   6 +-
 meta/recipes-devtools/python/python3-git_2.1.7.bb  |   5 -
 .../recipes-devtools/python/python3-gitdb_0.6.4.bb |   7 +-
 .../python/python3-iniparse_0.4.bb                 |   9 +-
 meta/recipes-devtools/python/python3-mako_1.0.7.bb |  11 +-
 meta/recipes-devtools/python/python3-nose_1.3.7.bb |  24 +-
 meta/recipes-devtools/python/python3-pip_9.0.1.bb  |  13 +-
 .../python/python3-setuptools_36.5.0.bb            |  38 -
 .../python/python3-setuptools_38.2.4.bb            |   6 +
 meta/recipes-devtools/python/python3-six_1.11.0.bb |   2 -
 .../recipes-devtools/python/python3-smmap_0.9.0.bb |   5 +-
 scripts/contrib/python/generate-manifest-2.7.py    |  27 +-
 scripts/contrib/python/generate-manifest-3.5.py    |  31 +-
 31 files changed, 1730 insertions(+), 428 deletions(-)
 create mode 100644 meta/classes/pypi.bbclass
 copy meta/recipes-devtools/python/{python-nose_1.3.7.bb => python-nose.inc} (67%)
 rename meta/recipes-devtools/python/{python-scons-native_3.0.0.bb => python-scons-native_3.0.1.bb} (100%)
 delete mode 100644 meta/recipes-devtools/python/python-scons/SConscript-Support-python2-print-statements.patch
 rename meta/recipes-devtools/python/{python-scons_3.0.0.bb => python-scons_3.0.1.bb} (54%)
 delete mode 100644 meta/recipes-devtools/python/python-setuptools_36.5.0.bb
 create mode 100644 meta/recipes-devtools/python/python-setuptools_38.2.4.bb
 delete mode 100644 meta/recipes-devtools/python/python3-setuptools_36.5.0.bb
 create mode 100644 meta/recipes-devtools/python/python3-setuptools_38.2.4.bb

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list