[oe-commits] [bitbake] branch python3 updated (cabcaa8 -> afc83f7)

git at git.openembedded.org git at git.openembedded.org
Tue May 17 14:25:45 UTC 2016


rpurdie pushed a change to branch python3
in repository bitbake.

  discards  cabcaa8   xmlrpc: add parameter use_builtin_types
  discards  7596c57   toaster: use knotty when working with bitbake server
  discards  76ed905   toaster: fix migrations
  discards  69c2b67   toaster: moved import bb.server.xmlrpc
  discards  9e89fbe   toaster: read timezone files in binary mode
  discards  019ac47   toaster: use re.sub() instead of translate()
  discards  49d9cf1   toaster: replace map with list comprehensions
  discards  f44986d   toaster: use items and range instead of old APIs
  discards  49c203b   toaster: use decode('utf-8') for binary data
  discards  d3e309b   toaster: modified list of dependencies
  discards  e38319b   toaster: fix local imports
  discards  5c39479   toaster: fix imports to work for python 3
  discards  0a25b72   toaster: get rid of using reduce
  discards  7b89d37   toaster: use force_text instead of force_bytes
  discards  f1e4a3c   data/event/siggen: Fix various exceptions [FIXME]
  discards  9113cd4   google/image-writer: Drop since bitrotting and no longer used
  discards  024d788   image-writer/goggle: Disable pygtkcompat problems
  discards  9e38f3a   lib/bb: Set required python 3 version to 3.4.0
  discards  9d0a246   data_smart: Simplify ExpansionError exception
  discards  cf51f19   bitbake: Convert to python 3 megacommit This needs breaking up into smaller changes.
  discards  3310b85   bitbake: Drop futures usage since we're python 3
  discards  7d14593   bitbake/pyinotify.py: Upgrade to py3 version
  discards  f06e0f8   bitbake/bs4: Upgrade 4.3.2 -> 4.4.1 (python 3 version)
      adds  16d8198   toaster: toastertables: Clean up and fix up a number of items
      adds  7f61a68   toaster: toastergui tests Fix toastertable tests
      adds  1486c77   buildinfohelper: add method to set current build as CANCELLED
      adds  d39d2ed   toasterui: capture keyboard interrupts the same way as knotty
      adds  71a45c6   toaster: don't show "Rebuild" button for cancelled cli builds
      adds  2a6659f   siggen: Fixes to handle sigdata/siginfo files only containing basehash data
      adds  0e030c4   knotty: Fix output buffering issues
       new  e5fc830   bitbake-layers: convert to plugin-based
       new  1e445a0   bitbake/bs4: Upgrade 4.3.2 -> 4.4.1 (python 3 version)
       new  9fa49df   bitbake/pyinotify.py: Upgrade to py3 version
       new  c5523fd   bitbake: Drop futures usage since we're python 3
       new  76d050c   bitbake: Convert to python 3 megacommit This needs breaking up into smaller changes.
       new  fb99dad   data_smart: Simplify ExpansionError exception
       new  ab40a0a   lib/bb: Set required python 3 version to 3.4.0
       new  7c73612   image-writer/goggle: Disable pygtkcompat problems
       new  7559d53   google/image-writer: Drop since bitrotting and no longer used
       new  5f8a750   data/event/siggen: Fix various exceptions [FIXME]
       new  1f0e4bd   toaster: use force_text instead of force_bytes
       new  4b4a6af   toaster: get rid of using reduce
       new  58f7ff7   toaster: fix imports to work for python 3
       new  7c1c94b   toaster: fix local imports
       new  8e62d85   toaster: modified list of dependencies
       new  32869df   toaster: use decode('utf-8') for binary data
       new  4475f77   toaster: use items and range instead of old APIs
       new  2b46d5a   toaster: replace map with list comprehensions
       new  9fd50d9   toaster: use re.sub() instead of translate()
       new  32b976f   toaster: read timezone files in binary mode
       new  a8bdc70   toaster: moved import bb.server.xmlrpc
       new  d11055e   toaster: fix migrations
       new  a8e1885   toaster: use knotty when working with bitbake server
       new  afc83f7   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   (cabcaa8)
            \
             N -- N -- N   refs/heads/python3 (afc83f7)

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 24 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-layers                                | 1069 ++-------------------
 lib/bb/siggen.py                                  |   11 +-
 lib/bb/ui/buildinfohelper.py                      |   10 +
 lib/bb/ui/knotty.py                               |    2 +
 lib/bb/ui/toasterui.py                            |   17 +-
 lib/bblayers/__init__.py                          |    2 +
 lib/bblayers/action.py                            |  233 +++++
 lib/bblayers/common.py                            |   33 +
 lib/bblayers/layerindex.py                        |  270 ++++++
 lib/bblayers/query.py                             |  499 ++++++++++
 lib/toaster/toastergui/static/js/table.js         |   21 +-
 lib/toaster/toastergui/tables.py                  |   11 -
 lib/toaster/toastergui/templates/mrb_section.html |   25 +-
 lib/toaster/toastergui/tests.py                   |   98 +-
 lib/toaster/toastergui/widgets.py                 |  126 +--
 15 files changed, 1288 insertions(+), 1139 deletions(-)
 create mode 100644 lib/bblayers/__init__.py
 create mode 100644 lib/bblayers/action.py
 create mode 100644 lib/bblayers/common.py
 create mode 100644 lib/bblayers/layerindex.py
 create mode 100644 lib/bblayers/query.py

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


More information about the Openembedded-commits mailing list