[oe-commits] [bitbake] branch python3 updated (b026dc8 -> a49b47e)

git at git.openembedded.org git at git.openembedded.org
Sat May 14 22:11:11 UTC 2016


rpurdie pushed a change to branch python3
in repository bitbake.

  discards  b026dc8   xmlrpc: add parameter use_builtin_types
  discards  854851e   toaster: use knotty when working with bitbake server
  discards  962c459   toaster: use 'in' instead of has_key
  discards  dd68e96   toaster: fix migrations
  discards  c2bbeb5   toaster: moved import bb.server.xmlrpc
  discards  bbbd2d5   toaster: read timezone files in binary mode
  discards  6438be1   toaster: use new syntax of except statement
  discards  4d233c1   toaster: use re.sub() instead of translate()
  discards  fdb1ff3   toaster: replace map with list comprehensions
  discards  9954dda   toaster: use items and range instead of old APIs
  discards  6dd61c4   toaster: use decode('utf-8') for binary data
  discards  75e8143   toaster: modified list of dependencies
  discards  a27c1de   toaster: fix local imports
  discards  441a98e   toaster: fix imports to work for python 3
  discards  ad4596e   toaster: get rid of using reduce
  discards  46d51cd   toaster: use print function in toaster script
  discards  2098c7b   toaster: use force_text instead of force_bytes
  discards  230b88f   data/event/siggen: Fix various exceptions [FIXME]
  discards  1f628ae   google/image-writer: Drop since bitrotting and no longer used
  discards  991b51d   image-writer/goggle: Disable pygtkcompat problems
  discards  bfff16a   lib/bb: Set required python 3 version to 3.4.0
  discards  fa898db   server/process: Fix missing log messages issue
  discards  22c8c85   data_smart: Simplify ExpansionError exception
  discards  3d2fa0d   bitbake: Convert to python 3 megacommit This needs breaking up into smaller changes.
  discards  10e717d   bitbake: Drop futures usage since we're python 3
  discards  7e60a16   bitbake/pyinotify.py: Upgrade to py3 version
  discards  74bdf6d   bitbake/bs4: Upgrade 4.3.2 -> 4.4.1 (python 3 version)
      adds  5ddaf5b   runqueue.py: always emit bb.event.DepTreeGenerated
      adds  473deeb   cooker/toasterui: Drop SEND_DEPENDS_TREE UI feature
      adds  29f6ade   server/process: Fix missing log messages issue
      adds  3d7ad7b   toaster: use 'in' instead of has_key
      adds  09d37ee   toaster: use print function in toaster script
      adds  d19e305   toaster: use new syntax of except statement
       new  f06e0f8   bitbake/bs4: Upgrade 4.3.2 -> 4.4.1 (python 3 version)
       new  7d14593   bitbake/pyinotify.py: Upgrade to py3 version
       new  3310b85   bitbake: Drop futures usage since we're python 3
       new  3c5da3f   bitbake: Convert to python 3 megacommit This needs breaking up into smaller changes.
       new  4b2aa6d   data_smart: Simplify ExpansionError exception
       new  4ba05a4   lib/bb: Set required python 3 version to 3.4.0
       new  df7bafb   image-writer/goggle: Disable pygtkcompat problems
       new  fd037d4   google/image-writer: Drop since bitrotting and no longer used
       new  350d23a   data/event/siggen: Fix various exceptions [FIXME]
       new  977df18   toaster: use force_text instead of force_bytes
       new  5fb57c0   toaster: get rid of using reduce
       new  a67ce74   toaster: fix imports to work for python 3
       new  60f61c2   toaster: fix local imports
       new  f98ab14   toaster: modified list of dependencies
       new  63b5aab   toaster: use decode('utf-8') for binary data
       new  d263b97   toaster: use items and range instead of old APIs
       new  6d2f97c   toaster: replace map with list comprehensions
       new  9cecda1   toaster: use re.sub() instead of translate()
       new  7b882b9   toaster: read timezone files in binary mode
       new  f1c4d62   toaster: moved import bb.server.xmlrpc
       new  946819b   toaster: fix migrations
       new  545fc2a   toaster: use knotty when working with bitbake server
       new  a49b47e   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   (b026dc8)
            \
             N -- N -- N   refs/heads/python3 (a49b47e)

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       | 8 +-------
 lib/bb/runqueue.py     | 8 ++++----
 lib/bb/ui/toasterui.py | 2 +-
 3 files changed, 6 insertions(+), 12 deletions(-)

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


More information about the Openembedded-commits mailing list