[oe-commits] [bitbake] branch python3 updated (c83203c -> af4e86f)

git at git.openembedded.org git at git.openembedded.org
Wed May 11 15:21:46 UTC 2016


rpurdie pushed a change to branch python3
in repository bitbake.

  discards  c83203c   bitbake py3 fixes
  discards  5a8550c   bitbake: Convert to python 3 megacommit
  discards  e4bbf42   bitbake/pyinotify.py: Upgrade to py3 version
  discards  197aa8f   bitbake/bs4: Upgrade 4.3.2 -> 4.4.1 (python 3 version)
      adds  f29f056   deamonize/prserv: Convert file() -> open()
      adds  35298d5   runqueue: Improve timestamp comparisions
      adds  4063a63   knotty: Ensure consolelog file handle is closed
      adds  7c34859   contrib/dump_cache.py,cache: Fix to use python 3 syntax
      adds  6642931   utils: Force bitbake to en_US.UTF-8 locale settings
      adds  cdff46d   bin/bitbake-worker: Fix invalid bb.msg.fatal usage
      adds  11afcda   bitbake/bs4: Upgrade 4.3.2 -> 4.4.1 (python 3 version)
      adds  519d9a4   bitbake/pyinotify.py: Upgrade to py3 version
      adds  591d3b9   bitbake: Drop futures usage since we're python 3
      adds  c80447d   bitbake: Convert to python 3 megacommit This needs breaking up into smaller changes.
      adds  af4e86f   fixes needed

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

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:
 bin/bitbake-worker        | 4 +---
 lib/bb/build.py           | 1 -
 lib/bb/compat.py          | 1 +
 lib/bb/cookerdata.py      | 2 +-
 lib/bb/fetch2/__init__.py | 2 --
 lib/bb/fetch2/perforce.py | 1 -
 lib/bb/parse/ast.py       | 1 -
 lib/bb/server/process.py  | 1 +
 lib/bb/utils.py           | 6 +++++-
 9 files changed, 9 insertions(+), 10 deletions(-)

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


More information about the Openembedded-commits mailing list