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

git at git.openembedded.org git at git.openembedded.org
Wed May 18 22:25:26 UTC 2016


rpurdie pushed a change to branch python3
in repository bitbake.

  discards  94f5ef9   xmlrpc: add parameter use_builtin_types
  discards  7415895   toaster: use knotty when working with bitbake server
  discards  9c3951e   toaster: fix migrations
  discards  bdf1609   toaster: moved import bb.server.xmlrpc
  discards  1542781   toaster: read timezone files in binary mode
  discards  6f3fabe   toaster: use re.sub() instead of translate()
  discards  4e32240   toaster: replace map with list comprehensions
  discards  930ba9f   toaster: use items and range instead of old APIs
  discards  748fa80   toaster: use decode('utf-8') for binary data
  discards  a172c19   toaster: modified list of dependencies
  discards  1b9a151   toaster: fix local imports
  discards  e55e368   toaster: fix imports to work for python 3
  discards  eb49a88   toaster: get rid of using reduce
  discards  7ed5586   toaster: use force_text instead of force_bytes
  discards  0f95445   data/event/siggen: Fix various exceptions [FIXME]
  discards  4c5059b   google/image-writer: Drop since bitrotting and no longer used
  discards  b49927e   image-writer/goggle: Disable pygtkcompat problems
  discards  603c95f   lib/bb: Set required python 3 version to 3.4.0
  discards  14ae034   data_smart: Simplify ExpansionError exception
  discards  4662d08   bitbake: Convert to python 3 megacommit This needs breaking up into smaller changes.
  discards  3c80911   bitbake: Drop futures usage since we're python 3
  discards  858eaf7   bitbake/pyinotify.py: Upgrade to py3 version
  discards  82e8b68   bitbake/bs4: Upgrade 4.3.2 -> 4.4.1 (python 3 version)
  discards  02de812   bb.codeparser: track variable flag references
  discards  20c0da4   Provide LAYERDIR_RE for layer.conf
       new  6df0425   cache: Increase cache version after task checksum calculation changes
       new  7290052   Provide LAYERDIR_RE for layer.conf
       new  bdeb3dc   bb.codeparser: track variable flag references
       new  4d880f1   codeparser: Increase cache version after code parser dependency changes
       new  d0cc7b8   bitbake/bs4: Upgrade 4.3.2 -> 4.4.1 (python 3 version)
       new  e348b94   bitbake/pyinotify.py: Upgrade to py3 version
       new  611cb2c   bitbake: Drop futures usage since we're python 3
       new  9b40c85   bitbake: Convert to python 3 megacommit This needs breaking up into smaller changes.
       new  37da582   data_smart: Simplify ExpansionError exception
       new  b52438b   lib/bb: Set required python 3 version to 3.4.0
       new  5d758b9   image-writer/goggle: Disable pygtkcompat problems
       new  f3b4a4e   google/image-writer: Drop since bitrotting and no longer used
       new  54b8849   data/event/siggen: Fix various exceptions [FIXME]
       new  643c0d4   toaster: use force_text instead of force_bytes
       new  c438365   toaster: get rid of using reduce
       new  6cb6e30   toaster: fix imports to work for python 3
       new  b0aa187   toaster: fix local imports
       new  deee63a   toaster: modified list of dependencies
       new  c8deb14   toaster: use decode('utf-8') for binary data
       new  79adc1e   toaster: use items and range instead of old APIs
       new  f87d2cf   toaster: replace map with list comprehensions
       new  f74604f   toaster: use re.sub() instead of translate()
       new  1e08a7d   toaster: read timezone files in binary mode
       new  0b47aa2   toaster: moved import bb.server.xmlrpc
       new  e2cb2c0   toaster: fix migrations
       new  8be7b2b   toaster: use knotty when working with bitbake server
       new  e0ec344   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   (94f5ef9)
            \
             N -- N -- N   refs/heads/python3 (e0ec344)

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 27 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/cache.py      | 2 +-
 lib/bb/codeparser.py | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

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


More information about the Openembedded-commits mailing list