[oe-commits] [openembedded-core] branch python3 updated (c5fa72a -> 58cbcea)

git at git.openembedded.org git at git.openembedded.org
Wed Jun 1 12:08:29 UTC 2016


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

  discards  c5fa72a   scripts: use python3 in shebang
  discards  7b818b2   python3: convert views to lists
  discards  df62315   python3: rename xrange -> range
  discards  93afac1   scripts: python3: fix urlparse imports
  discards  da3b121   scripts: python3: rename ConfigParser -> configparser
  discards  aa1513e   scripts: python3: fix encoding errors
  discards  e8622ec   scripts: python3: replace basestring -> str
  discards  21d3824   scripts: python3: fix deprecated dict methods
  discards  abf7f6a   qemurunner: convert data when working with socket
  discards  9f22da6   wic: encode help text
  discards  72778ea   wic: use python3 in shebang
  discards  4174bd2   Switch urlparse to urllib.parse
  discards  71055c6   meta: python3 megapatch
  discards  13b002d   xrange -> range
  discards  6d0c3d6   use list instead of views
  discards  d468b89   iter changes
  discards  094741f   command pipeline decoding
  discards  6fe0e6d   meta: Convert to use python3 octal syntax
  discards  fd5cbad   scripts/oe-buildenv-internal: allow experimental python3 support
  discards  c6353dc   Revert "tcmode-default: Bump gcc"
       new  ec8da93   scripts/oe-buildenv-internal: allow experimental python3 support
       new  fc8d417   classes/lib: Convert to use python3 octal syntax
       new  77c3ec6   classes/lib: Update to use python3 command pipeline decoding
       new  30a3d54   classes/lib: Update to match python3 iter requirements
       new  fd29251   classes/lib: Update to explictly create lists where needed
       new  1f13b44   classes/lib: Update xrange -> range for python3
       new  7089463   sanity: Switch urlparse to urllib.parse
       new  32a573e   wic: use python3 in shebang
       new  1e8cda8   wic: encode help text
       new  5ea6e9c   qemurunner: convert data when working with socket
       new  2284792   scripts: Fix deprecated dict methods for python3
       new  ef096df   scripts: Replace basestring -> str for python3
       new  72d19c2   scripts: Fix encoding errors for python3
       new  351a50b   scripts: Rename ConfigParser -> configparser for python3
       new  fa0e0f2   scripts: Fix urlparse imports for python3
       new  a682293   scripts: use python3 in shebang
       new  f2305ad   classes/lib: Complete transition to python3
       new  baa2197   selftest/devtool: Compare sets instead of arrays on AssertEqual
       new  af0bac8   buildhistory_analysis: Convert stream data (bytes) to strings
       new  8c14e08   devtool.py: Fix parsing of bitbake-layers' output
       new  58cbcea   oeqa/selftest/recipetool.py: Use regex to match 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   (c5fa72a)
            \
             N -- N -- N   refs/heads/python3 (58cbcea)

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 21 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/conf/distro/include/tcmode-default.inc |  2 +-
 meta/lib/oe/buildhistory_analysis.py        |  2 +-
 meta/lib/oeqa/selftest/devtool.py           | 41 ++++++++++++++---------------
 meta/lib/oeqa/selftest/recipetool.py        |  6 +++--
 4 files changed, 26 insertions(+), 25 deletions(-)

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


More information about the Openembedded-commits mailing list