[oe-commits] [bitbake] branch python3 updated (9072895 -> 94f5ef9)

git at git.openembedded.org git at git.openembedded.org
Wed May 18 19:13:37 UTC 2016


rpurdie pushed a change to branch python3
in repository bitbake.

  discards  9072895   xmlrpc: add parameter use_builtin_types
  discards  c4f6e5e   toaster: use knotty when working with bitbake server
  discards  0f009bd   toaster: fix migrations
  discards  1124f1c   toaster: moved import bb.server.xmlrpc
  discards  67e8883   toaster: read timezone files in binary mode
  discards  97e1bcf   toaster: use re.sub() instead of translate()
  discards  a1cce62   toaster: replace map with list comprehensions
  discards  10b1eb5   toaster: use items and range instead of old APIs
  discards  b43bbee   toaster: use decode('utf-8') for binary data
  discards  525fbc6   toaster: modified list of dependencies
  discards  47f3597   toaster: fix local imports
  discards  59330a1   toaster: fix imports to work for python 3
  discards  777cb2a   toaster: get rid of using reduce
  discards  8b7f9b4   toaster: use force_text instead of force_bytes
  discards  d805994   data/event/siggen: Fix various exceptions [FIXME]
  discards  9f60768   google/image-writer: Drop since bitrotting and no longer used
  discards  8757413   image-writer/goggle: Disable pygtkcompat problems
  discards  423e131   lib/bb: Set required python 3 version to 3.4.0
  discards  87f0ccd   data_smart: Simplify ExpansionError exception
  discards  385044b   bitbake: Convert to python 3 megacommit This needs breaking up into smaller changes.
  discards  98fdc51   bitbake: Drop futures usage since we're python 3
  discards  17a56d5   bitbake/pyinotify.py: Upgrade to py3 version
  discards  678ec38   bitbake/bs4: Upgrade 4.3.2 -> 4.4.1 (python 3 version)
      adds  7ff5b9e   bb.cooker: show limited traceback for parsing ExpansionError
      adds  4506ccf   Implement support for per-task exports
      adds  20c0da4   Provide LAYERDIR_RE for layer.conf
      adds  02de812   bb.codeparser: track variable flag references
       new  82e8b68   bitbake/bs4: Upgrade 4.3.2 -> 4.4.1 (python 3 version)
       new  858eaf7   bitbake/pyinotify.py: Upgrade to py3 version
       new  3c80911   bitbake: Drop futures usage since we're python 3
       new  4662d08   bitbake: Convert to python 3 megacommit This needs breaking up into smaller changes.
       new  14ae034   data_smart: Simplify ExpansionError exception
       new  603c95f   lib/bb: Set required python 3 version to 3.4.0
       new  b49927e   image-writer/goggle: Disable pygtkcompat problems
       new  4c5059b   google/image-writer: Drop since bitrotting and no longer used
       new  0f95445   data/event/siggen: Fix various exceptions [FIXME]
       new  7ed5586   toaster: use force_text instead of force_bytes
       new  eb49a88   toaster: get rid of using reduce
       new  e55e368   toaster: fix imports to work for python 3
       new  1b9a151   toaster: fix local imports
       new  a172c19   toaster: modified list of dependencies
       new  748fa80   toaster: use decode('utf-8') for binary data
       new  930ba9f   toaster: use items and range instead of old APIs
       new  4e32240   toaster: replace map with list comprehensions
       new  6f3fabe   toaster: use re.sub() instead of translate()
       new  1542781   toaster: read timezone files in binary mode
       new  bdf1609   toaster: moved import bb.server.xmlrpc
       new  9c3951e   toaster: fix migrations
       new  7415895   toaster: use knotty when working with bitbake server
       new  94f5ef9   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   (9072895)
            \
             N -- N -- N   refs/heads/python3 (94f5ef9)

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:
 bin/bitbake-worker                                           | 10 ++++++++++
 doc/bitbake-user-manual/bitbake-user-manual-hello.xml        |  2 +-
 .../bitbake-user-manual-ref-variables.xml                    | 11 +++++++++++
 lib/bb/codeparser.py                                         | 12 +++++++++---
 lib/bb/cooker.py                                             |  7 +++++--
 lib/bb/cookerdata.py                                         |  9 +++++++--
 lib/bb/data.py                                               |  4 +++-
 7 files changed, 46 insertions(+), 9 deletions(-)

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


More information about the Openembedded-commits mailing list