[oe-commits] [openembedded-core] branch python3 updated (969d5c7 -> 720ac78)

git at git.openembedded.org git at git.openembedded.org
Fri May 20 09:30:30 UTC 2016


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

  discards  969d5c7   qemurunner: convert data when working with socket
  discards  0b3948c   python-smartpm: Avoid locale issue with bitbake python3
  discards  95bf265   wic: encode help text
  discards  feff906   wic: use python3 in shebang
  discards  dd7d8d2   Switch urlparse to urllib.parse
  discards  65c08bb   meta: python3 megapatch
  discards  74036f4   meta: print fixes
  discards  af443e9   meta: Convert to use python3 octal syntax
  discards  2439fe1   scripts/oe-buildenv-internal: allow experimental python3 support
  discards  9da3fca   Revert "tcmode-default: Bump gcc"
  discards  2f62e25   tcmode-default: Bump gcc
       new  013868e   scripts/oe-buildenv-internal: allow experimental python3 support
       new  5f79fa1   meta: Convert to use python3 octal syntax
       new  1978126   meta: print fixes
       new  8782c45   meta: python3 megapatch
       new  3268042   Switch urlparse to urllib.parse
       new  1ac2a94   wic: use python3 in shebang
       new  61d163f   wic: encode help text
       new  610a583   python-smartpm: Avoid locale issue with bitbake python3
       new  ee93176   qemurunner: convert data when working with socket
       new  3c74f1d   scripts: python3: fix deprecated dict methods
       new  5fe24e7   scripts: python3: replace basestring -> str
       new  82c4c06   scripts: python3: fix encoding errors
       new  eb63459   scripts: python3: rename ConfigParser -> configparser
       new  d55b8c8   scripts: python3: rename file -> open
       new  fbe80ea   scripts: python3: fix urlparse imports
       new  efa9b5f   python3: rename xrange -> range
       new  6eafbaf   python3: convert views to lists
       new  66662f1   scripts: use python3 in shebang
       new  720ac78   devtool tests: use print function

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (969d5c7)
            \
             N -- N -- N   refs/heads/python3 (720ac78)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omits" are not gone; other references still
refer to them.  Any revisions marked "discards" are gone forever.

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


Summary of changes:
 meta-selftest/lib/devtool/test.py                |  2 +-
 meta/files/ext-sdk-prepare.py                    |  2 +-
 meta/lib/oe/patch.py                             |  5 +++-
 meta/lib/oe/recipeutils.py                       |  4 ++--
 meta/lib/oe/tests/test_path.py                   |  2 +-
 meta/recipes-rt/rt-tests/files/rt_bmark.py       |  2 +-
 scripts/buildhistory-collect-srcrevs             |  2 +-
 scripts/combo-layer                              |  8 +++----
 scripts/contrib/bbvars.py                        | 10 ++++----
 scripts/contrib/list-packageconfig-flags.py      |  4 ++--
 scripts/contrib/python/generate-manifest-2.7.py  |  6 ++---
 scripts/contrib/python/generate-manifest-3.5.py  |  8 +++----
 scripts/devtool                                  |  8 +++----
 scripts/lib/devtool/__init__.py                  |  5 ++--
 scripts/lib/devtool/standard.py                  | 30 ++++++++++++------------
 scripts/lib/devtool/upgrade.py                   |  2 +-
 scripts/lib/recipetool/append.py                 | 12 +++++-----
 scripts/lib/recipetool/create.py                 | 26 ++++++++++----------
 scripts/lib/recipetool/create_buildsys.py        | 10 ++++----
 scripts/lib/recipetool/create_buildsys_python.py | 26 ++++++++++----------
 scripts/lib/recipetool/create_npm.py             |  4 ++--
 scripts/lib/scriptutils.py                       |  2 +-
 scripts/pythondeps                               |  2 +-
 scripts/recipetool                               |  2 +-
 scripts/swabber-strace-attach                    |  4 ++--
 25 files changed, 96 insertions(+), 92 deletions(-)

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


More information about the Openembedded-commits mailing list