[oe-commits] [bitbake] branch python3 updated (d6925fe -> 32eaec3)

git at git.openembedded.org git at git.openembedded.org
Wed Jun 1 13:14:38 UTC 2016


rpurdie pushed a change to branch python3
in repository bitbake.

  discards  d6925fe   toaster: use python3 explicitly
  discards  68a1bf7   toaster: fix urllib imports
  discards  5b0d01f   toaster: don't use mru.count in the template
  discards  ba2a660   toaster: use // operator instead of /
  discards  678b502   Revert "buildinfohelper: work around unicode exceptions"
  discards  48a2852   xmlrpc: add parameter use_builtin_types
  discards  2150301   toaster: use knotty when working with bitbake server
  discards  af51483   toaster: fix migrations
  discards  86984d6   toaster: moved import bb.server.xmlrpc
  discards  5f41f83   toaster: read timezone files in binary mode
  discards  b64a9a8   toaster: use re.sub() instead of translate()
  discards  fa80241   toaster: replace map with list comprehensions
  discards  336067f   toaster: use items and range instead of old APIs
  discards  97821ed   toaster: use decode('utf-8') for binary data
  discards  46d50bd   toaster: modified list of dependencies
  discards  7675f16   toaster: fix local imports
  discards  b96d0f7   toaster: fix imports to work for python 3
  discards  f8091e4   toaster: get rid of using reduce
  discards  f9c5880   toaster: use force_text instead of force_bytes
  discards  c4cd03e   data/event/siggen: Fix various exceptions [FIXME]
       new  e8f8449   toaster: use force_text instead of force_bytes
       new  73176d6   toaster: get rid of using reduce
       new  778116f   toaster: fix imports to work for python 3
       new  44a3bb6   toaster: fix local imports
       new  c59515a   toaster: modified list of dependencies
       new  1bb1b9d   toaster: use decode('utf-8') for binary data
       new  e7879fd   toaster: use items and range instead of old APIs
       new  4874e42   toaster: replace map with list comprehensions
       new  9acbdc5   toaster: use re.sub() instead of translate()
       new  cbd8cf2   toaster: read timezone files in binary mode
       new  999312e   toaster: moved import bb.server.xmlrpc
       new  345a670   toaster: fix migrations
       new  24601a4   toaster: use knotty when working with bitbake server
       new  e756e9d   xmlrpc: add parameter use_builtin_types
       new  273cb6a   Revert "buildinfohelper: work around unicode exceptions"
       new  4ca460d   toaster: use // operator instead of /
       new  9eec206   toaster: don't use mru.count in the template
       new  7d32842   toaster: fix urllib imports
       new  32eaec3   toaster: use python3 explicitly

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   (d6925fe)
            \
             N -- N -- N   refs/heads/python3 (32eaec3)

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 19 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/data.py   | 1 -
 lib/bb/event.py  | 3 +--
 lib/bb/siggen.py | 3 +--
 3 files changed, 2 insertions(+), 5 deletions(-)

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


More information about the Openembedded-commits mailing list