[oe-commits] [bitbake] branch python3 updated (a8512fa -> 5ef6d7d)

git at git.openembedded.org git at git.openembedded.org
Thu May 12 22:49:16 UTC 2016


rpurdie pushed a change to branch python3
in repository bitbake.

  discards  a8512fa   data/event/siggen: Fix various exceptions [FIXME]
  discards  64537ec   data_smart: Simplify ExpansionError exception
  discards  e8f32f5   bitbake: Convert to python 3 megacommit This needs breaking up into smaller changes.
  discards  16855bf   bitbake: Drop futures usage since we're python 3
  discards  fab7832   bitbake/pyinotify.py: Upgrade to py3 version
  discards  311588a   bitbake/bs4: Upgrade 4.3.2 -> 4.4.1 (python 3 version)
  discards  f8b916d   main: Ensure exceptions are correctly displayed
  discards  fa0dfbd   cookerdata: Fix log messages and ensure we exit
  discards  5b37c4d   event/msg: Pass formatted exceptions
  discards  e7f85e8   fetch: Use OrderedDict for url parameters
      adds  ca8c91a   fetch: Use OrderedDict for url parameters
      adds  d7db750   event/msg: Pass formatted exceptions
      adds  b90a164   cookerdata: Fix log messages and ensure we exit
      adds  9a4db1a   main: Ensure exceptions are correctly displayed
       new  f0c787e   bitbake/bs4: Upgrade 4.3.2 -> 4.4.1 (python 3 version)
       new  135c667   bitbake/pyinotify.py: Upgrade to py3 version
       new  3e0ba55   bitbake: Drop futures usage since we're python 3
       new  e2dd8a7   bitbake: Convert to python 3 megacommit This needs breaking up into smaller changes.
       new  8ddff97   data_smart: Simplify ExpansionError exception
       new  d0089dc   data/event/siggen: Fix various exceptions [FIXME]
       new  01b6bec   server/process: Fix missing log messages issue
       new  5ef6d7d   Set required python 3 version to 3.4.0

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   (a8512fa)
            \
             N -- N -- N   refs/heads/python3 (5ef6d7d)

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 8 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:
 bin/bitbake              | 2 +-
 lib/bb/__init__.py       | 4 ++--
 lib/bb/cooker.py         | 6 +++---
 lib/bb/data_smart.py     | 3 +--
 lib/bb/pysh/builtin.py   | 2 +-
 lib/bb/pysh/interp.py    | 4 ++--
 lib/bb/server/process.py | 8 ++++----
 7 files changed, 14 insertions(+), 15 deletions(-)

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


More information about the Openembedded-commits mailing list