[oe-commits] [openembedded-core] branch python3 updated (bfb21c9 -> 2289138)

git at git.openembedded.org git at git.openembedded.org
Thu Jun 2 07:25:07 UTC 2016


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

  discards  bfb21c9   qemurunner: Use surrogateescape decoding
  discards  068ff00   oeqa/selftest/recipetool.py: Use regex to match warning line
  discards  a94c16d   devtool.py: Fix parsing of bitbake-layers' output
  discards  daacd8b   buildhistory_analysis: Convert stream data (bytes) to strings
  discards  b9cbd86   selftest/devtool: Compare sets instead of arrays on AssertEqual
  discards  e65a45e   classes/lib: Complete transition to python3
  discards  cb72e08   scripts: use python3 in shebang
  discards  eeb5291   scripts: Fix urlparse imports for python3
  discards  5dfa9be   scripts: Rename ConfigParser -> configparser for python3
  discards  c6453c4   scripts: Fix encoding errors for python3
  discards  277bf1e   scripts: Replace basestring -> str for python3
  discards  77f9ebd   scripts: Fix deprecated dict methods for python3
  discards  370df65   qemurunner: convert data when working with socket
  discards  9565c9d   wic: encode help text
  discards  b2847be   wic: use python3 in shebang
  discards  10ee3e3   sanity: Switch urlparse to urllib.parse
  discards  df82790   classes/lib: Update xrange -> range for python3
  discards  ba0a33e   classes/lib: Update to explictly create lists where needed
  discards  9f9617d   classes/lib: Update to match python3 iter requirements
  discards  750a1d7   classes/lib: Update to use python3 command pipeline decoding
  discards  9554e0a   classes/lib: Convert to use python3 octal syntax
      adds  737a095   classes/lib: Convert to use python3 octal syntax
      adds  bb4685a   classes/lib: Update to use python3 command pipeline decoding
      adds  2476bdc   classes/lib: Update to match python3 iter requirements
      adds  caebd86   classes/lib: Update to explictly create lists where needed
      adds  d022b43   classes/lib: Update xrange -> range for python3
      adds  ecfcc5d   sanity: Switch urlparse to urllib.parse
      adds  ea6245d   wic: use python3 in shebang
      adds  23c27d9   wic: encode help text
      adds  210e290   qemurunner: convert data when working with socket
      adds  25d4d82   scripts: Fix deprecated dict methods for python3
      adds  e8cfab0   scripts: Replace basestring -> str for python3
      adds  30d02e2   scripts: Fix encoding errors for python3
      adds  de6e98f   scripts: Rename ConfigParser -> configparser for python3
      adds  0a064f2   scripts: Fix urlparse imports for python3
      adds  dad9617   scripts: use python3 in shebang
      adds  fcd6b38   classes/lib: Complete transition to python3
      adds  f6df164   selftest/devtool: Compare sets instead of arrays on AssertEqual
      adds  3064d36   buildhistory_analysis: Convert stream data (bytes) to strings
      adds  eaf83a5   devtool.py: Fix parsing of bitbake-layers' output
      adds  28a0030   qemurunner: Use surrogateescape decoding
      adds  2289138   oeqa/selftest/recipetool.py: Tweak matching of warning line

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   (bfb21c9)
            \
             N -- N -- N   refs/heads/python3 (2289138)

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.

No new revisions were added by this update.

Summary of changes:
 meta/classes/base.bbclass                 | 10 +++++-----
 meta/lib/oeqa/selftest/recipetool.py      |  6 ++----
 scripts/buildhistory-diff                 |  2 +-
 scripts/lib/recipetool/create_buildsys.py |  2 +-
 4 files changed, 9 insertions(+), 11 deletions(-)

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


More information about the Openembedded-commits mailing list