[oe-commits] [bitbake] branch python3 updated (e0ec344 -> dcfb205)

git at git.openembedded.org git at git.openembedded.org
Thu May 19 15:18:33 UTC 2016


rpurdie pushed a change to branch python3
in repository bitbake.

  discards  e0ec344   xmlrpc: add parameter use_builtin_types
  discards  8be7b2b   toaster: use knotty when working with bitbake server
  discards  e2cb2c0   toaster: fix migrations
  discards  0b47aa2   toaster: moved import bb.server.xmlrpc
  discards  1e08a7d   toaster: read timezone files in binary mode
  discards  f74604f   toaster: use re.sub() instead of translate()
  discards  f87d2cf   toaster: replace map with list comprehensions
  discards  79adc1e   toaster: use items and range instead of old APIs
  discards  c8deb14   toaster: use decode('utf-8') for binary data
  discards  deee63a   toaster: modified list of dependencies
  discards  b0aa187   toaster: fix local imports
  discards  6cb6e30   toaster: fix imports to work for python 3
  discards  c438365   toaster: get rid of using reduce
  discards  643c0d4   toaster: use force_text instead of force_bytes
  discards  54b8849   data/event/siggen: Fix various exceptions [FIXME]
  discards  f3b4a4e   google/image-writer: Drop since bitrotting and no longer used
  discards  5d758b9   image-writer/goggle: Disable pygtkcompat problems
  discards  b52438b   lib/bb: Set required python 3 version to 3.4.0
  discards  37da582   data_smart: Simplify ExpansionError exception
  discards  9b40c85   bitbake: Convert to python 3 megacommit This needs breaking up into smaller changes.
  discards  611cb2c   bitbake: Drop futures usage since we're python 3
  discards  e348b94   bitbake/pyinotify.py: Upgrade to py3 version
  discards  d0cc7b8   bitbake/bs4: Upgrade 4.3.2 -> 4.4.1 (python 3 version)
      adds  033c5a1   cooker: Improve taskgraph file handling
       new  6079b87   bitbake/bs4: Upgrade 4.3.2 -> 4.4.1 (python 3 version)
       new  21f2cd8   bitbake/pyinotify.py: Upgrade to py3 version
       new  921721f   bitbake: Drop futures usage since we're python 3
       new  ad67a3d   bitbake: Convert to python 3 megacommit This needs breaking up into smaller changes.
       new  b491958   data_smart: Simplify ExpansionError exception
       new  3ca863c   lib/bb: Set required python 3 version to 3.4.0
       new  e12440f   image-writer/goggle: Disable pygtkcompat problems
       new  74d5990   google/image-writer: Drop since bitrotting and no longer used
       new  d4ff9e8   data/event/siggen: Fix various exceptions [FIXME]
       new  90acc0d   toaster: use force_text instead of force_bytes
       new  5449499   toaster: get rid of using reduce
       new  e96e136   toaster: fix imports to work for python 3
       new  65503ec   toaster: fix local imports
       new  9d1b164   toaster: modified list of dependencies
       new  596cf9e   toaster: use decode('utf-8') for binary data
       new  242e28e   toaster: use items and range instead of old APIs
       new  3a22e58   toaster: replace map with list comprehensions
       new  581fd13   toaster: use re.sub() instead of translate()
       new  ecaaad2   toaster: read timezone files in binary mode
       new  e1b44e7   toaster: moved import bb.server.xmlrpc
       new  afec59f   toaster: fix migrations
       new  5536490   toaster: use knotty when working with bitbake server
       new  dcfb205   xmlrpc: add parameter use_builtin_types

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

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 23 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:
 lib/bb/cooker.py | 11 +++++++----
 1 file changed, 7 insertions(+), 4 deletions(-)

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


More information about the Openembedded-commits mailing list