[oe-commits] [bitbake] branch python3 updated (3bb302b -> 4bcbb2a)

git at git.openembedded.org git at git.openembedded.org
Fri May 13 16:47:07 UTC 2016


rpurdie pushed a change to branch python3
in repository bitbake.

  discards  3bb302b   toaster: fix migrations
  discards  1dd344e   toaster: moved import bb.server.xmlrpc
  discards  2ffe9c4   toaster: read timezone files in binary mode
  discards  d3aa129   toaster: use new syntax of except statement
  discards  92d7408   toaster: use re.sub() instead of translate()
  discards  28f28b6   toaster: use 'in' instead of has_key
  discards  5d8a0de   toaster: replace map with list comprehensions
  discards  9c8fe47   toaster: use items and range instead of old APIs
  discards  85d2db2   toaster: use decode('utf-8') for binary data
  discards  1f7c8a2   toaster: modified list of dependencies
  discards  8fa5e92   toaster: fix local imports
  discards  980fa16   toaster: fix imports to work for python 3
  discards  5c0c65b   toaster: get rid of using reduce
  discards  facc96c   toaster: use print function in toaster script
  discards  feda3d1   toaster: use force_text instead of force_bytes
  discards  95b3f45   data/event/siggen: Fix various exceptions [FIXME]
  discards  f5667df   google/image-writer: Drop since bitrotting and no longer used
  discards  9de2245   image-writer/goggle: Disable pygtkcompat problems
  discards  eb54931   lib/bb: Set required python 3 version to 3.4.0
  discards  a80af96   server/process: Fix missing log messages issue
  discards  d8ab724   data_smart: Simplify ExpansionError exception
  discards  6e41b17   bitbake: Convert to python 3 megacommit This needs breaking up into smaller changes.
  discards  3e0ba55   bitbake: Drop futures usage since we're python 3
  discards  135c667   bitbake/pyinotify.py: Upgrade to py3 version
  discards  f0c787e   bitbake/bs4: Upgrade 4.3.2 -> 4.4.1 (python 3 version)
      adds  7ac374a   toaster: fix progress bar in MySQL environment
       new  74bdf6d   bitbake/bs4: Upgrade 4.3.2 -> 4.4.1 (python 3 version)
       new  7e60a16   bitbake/pyinotify.py: Upgrade to py3 version
       new  10e717d   bitbake: Drop futures usage since we're python 3
       new  3d2fa0d   bitbake: Convert to python 3 megacommit This needs breaking up into smaller changes.
       new  22c8c85   data_smart: Simplify ExpansionError exception
       new  fa898db   server/process: Fix missing log messages issue
       new  bfff16a   lib/bb: Set required python 3 version to 3.4.0
       new  991b51d   image-writer/goggle: Disable pygtkcompat problems
       new  1f628ae   google/image-writer: Drop since bitrotting and no longer used
       new  230b88f   data/event/siggen: Fix various exceptions [FIXME]
       new  2098c7b   toaster: use force_text instead of force_bytes
       new  46d51cd   toaster: use print function in toaster script
       new  ad4596e   toaster: get rid of using reduce
       new  441a98e   toaster: fix imports to work for python 3
       new  a27c1de   toaster: fix local imports
       new  75e8143   toaster: modified list of dependencies
       new  6dd61c4   toaster: use decode('utf-8') for binary data
       new  9954dda   toaster: use items and range instead of old APIs
       new  fdb1ff3   toaster: replace map with list comprehensions
       new  cd150dd   toaster: use 'in' instead of has_key
       new  fa2dfce   toaster: use re.sub() instead of translate()
       new  b41f2d9   toaster: use new syntax of except statement
       new  0529c36   toaster: read timezone files in binary mode
       new  e0f44dc   toaster: moved import bb.server.xmlrpc
       new  4bcbb2a   toaster: fix migrations

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   (3bb302b)
            \
             N -- N -- N   refs/heads/python3 (4bcbb2a)

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 25 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/toaster/orm/models.py                      | 1 +
 lib/toaster/toastergui/static/js/mrbsection.js | 4 ++--
 2 files changed, 3 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