[oe-commits] [bitbake] branch python3 updated (c5fd09e -> 8f6ec3e)

git at git.openembedded.org git at git.openembedded.org
Sat May 21 11:18:01 UTC 2016


rpurdie pushed a change to branch python3
in repository bitbake.

  discards  c5fd09e   xmlrpc: add parameter use_builtin_types
  discards  e387aff   toaster: use knotty when working with bitbake server
  discards  ba55987   toaster: fix migrations
  discards  4f4edfb   toaster: moved import bb.server.xmlrpc
  discards  81b9875   toaster: read timezone files in binary mode
  discards  5d24209   toaster: use re.sub() instead of translate()
  discards  67da00e   toaster: replace map with list comprehensions
  discards  4bf6a09   toaster: use items and range instead of old APIs
  discards  eeb8839   toaster: use decode('utf-8') for binary data
  discards  9e43ea2   toaster: modified list of dependencies
  discards  192e689   toaster: fix local imports
  discards  4e93b14   toaster: fix imports to work for python 3
  discards  1c2cda5   toaster: get rid of using reduce
  discards  f2e8b5c   toaster: use force_text instead of force_bytes
  discards  9765b9f   data/event/siggen: Fix various exceptions [FIXME]
  discards  f4a258c   google/image-writer: Drop since bitrotting and no longer used
  discards  936fc88   image-writer/goggle: Disable pygtkcompat problems
  discards  61e5b3d   lib/bb: Set required python 3 version to 3.4.0
  discards  27911b9   data_smart: Simplify ExpansionError exception
  discards  23d5795   bitbake: Convert to python 3 megacommit This needs breaking up into smaller changes.
  discards  c274a88   bitbake: Drop futures usage since we're python 3
  discards  e44803f   bitbake/pyinotify.py: Upgrade to py3 version
  discards  e3a4cbe   bitbake/bs4: Upgrade 4.3.2 -> 4.4.1 (python 3 version)
      adds  138329c   cooker: Fix parse progress for python3
       new  b18b9bc   bitbake/bs4: Upgrade 4.3.2 -> 4.4.1 (python 3 version)
       new  e78ef7a   bitbake/pyinotify.py: Upgrade to py3 version
       new  85d94b7   bitbake: Drop futures usage since we're python 3
       new  8cc7a52   bitbake: Convert to python 3 megacommit This needs breaking up into smaller changes.
       new  774004f   data_smart: Simplify ExpansionError exception
       new  d9f88da   lib/bb: Set required python 3 version to 3.4.0
       new  53a5657   image-writer/goggle: Disable pygtkcompat problems
       new  e2dd378   google/image-writer: Drop since bitrotting and no longer used
       new  f6b291f   data/event/siggen: Fix various exceptions [FIXME]
       new  f140617   toaster: use force_text instead of force_bytes
       new  90d1c6e   toaster: get rid of using reduce
       new  0f06eac   toaster: fix imports to work for python 3
       new  fc6fb69   toaster: fix local imports
       new  08d14a2   toaster: modified list of dependencies
       new  4df7863   toaster: use decode('utf-8') for binary data
       new  5783596   toaster: use items and range instead of old APIs
       new  f1f6219   toaster: replace map with list comprehensions
       new  e22c887   toaster: use re.sub() instead of translate()
       new  90fd249   toaster: read timezone files in binary mode
       new  90414a6   toaster: moved import bb.server.xmlrpc
       new  4f0fe78   toaster: fix migrations
       new  4579f07   toaster: use knotty when working with bitbake server
       new  8f6ec3e   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   (c5fd09e)
            \
             N -- N -- N   refs/heads/python3 (8f6ec3e)

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 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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


More information about the Openembedded-commits mailing list