[oe-commits] [bitbake] branch master updated (d830dcc -> fde5c96)

git at git.openembedded.org git at git.openembedded.org
Thu Jun 2 07:25:32 UTC 2016


rpurdie pushed a change to branch master
in repository bitbake.

      from  d830dcc   classes/base.bbclass: Fix missing getVarFlag parameter
      adds  2f4b98a   bitbake/bs4: Upgrade 4.3.2 -> 4.4.1 (python 3 version)
      adds  5ee80d7   bitbake/pyinotify.py: Upgrade to py3 version
      adds  bf25f05   bitbake: Drop futures usage since we're python 3
      adds  d0f904d   bitbake: Convert to python 3
      adds  b19a4c5   data_smart: Simplify ExpansionError exception
      adds  7103516   lib/bb: Set required python 3 version to 3.4.0
      adds  c53c741   image-writer/goggle: Disable pygtkcompat problems
      adds  ee7df1c   goggle/image-writer: Drop since bitrotting and no longer used
      adds  9dd9c13   toaster: use force_text instead of force_bytes
      adds  249d0bc   toaster: get rid of using reduce
      adds  1abaa1c   toaster: fix imports to work for python 3
      adds  3f1e68c   toaster: fix local imports
      adds  46f185a   toaster: modified list of dependencies
      adds  752ea00   toaster: use decode('utf-8') for binary data
      adds  372dd3a   toaster: use items and range instead of old APIs
      adds  d41eb6d   toaster: replace map with list comprehensions
      adds  7cc3a41   toaster: use re.sub() instead of translate()
      adds  1414866   toaster: read timezone files in binary mode
      adds  0c5d691   toaster: moved import bb.server.xmlrpc
      adds  9a6b211   toaster: fix migrations
      adds  b9a9ddf   toaster: use knotty when working with bitbake server
      adds  ceb6e5b   xmlrpc: add parameter use_builtin_types
      adds  750ca5c   Revert "buildinfohelper: work around unicode exceptions"
      adds  0c38441   toaster: use // operator instead of /
      adds  c3ff90c   toaster: don't use mru.count in the template
      adds  b91aa29   toaster: fix urllib imports
      adds  fde5c96   toaster: use python3 explicitly

No new revisions were added by this update.

Summary of changes:
 bin/bitbake                                        |   5 +-
 bin/bitbake-diffsigs                               |   4 +-
 bin/bitbake-dumpsig                                |   4 +-
 bin/bitbake-layers                                 |   5 +-
 bin/bitbake-prserv                                 |   2 +-
 bin/bitbake-selftest                               |   2 +-
 bin/bitbake-worker                                 |  60 +-
 bin/bitdoc                                         |   2 +-
 bin/image-writer                                   | 122 ---
 bin/toaster                                        |   6 +-
 bin/toaster-eventreplay                            |   2 +-
 .../migrations/0004_auto_20160509_0946.py          |  34 +
 .../orm/migrations/0007_auto_20160509_0946.py      |  89 ++
 contrib/dump_cache.py                              |   2 +-
 lib/bb/COW.py                                      |  44 +-
 lib/bb/__init__.py                                 |   6 +-
 lib/bb/build.py                                    |  13 +-
 lib/bb/cache.py                                    |  18 +-
 lib/bb/checksum.py                                 |   9 +-
 lib/bb/codeparser.py                               |  15 +-
 lib/bb/command.py                                  |   2 +-
 lib/bb/cooker.py                                   |  40 +-
 lib/bb/data_smart.py                               |   7 +-
 lib/bb/event.py                                    |   9 +-
 lib/bb/exceptions.py                               |   4 +-
 lib/bb/fetch2/__init__.py                          |  38 +-
 lib/bb/fetch2/local.py                             |   4 +-
 lib/bb/fetch2/npm.py                               |   6 +-
 lib/bb/fetch2/perforce.py                          |   3 +-
 lib/bb/fetch2/sftp.py                              |   8 +-
 lib/bb/fetch2/ssh.py                               |   6 +-
 lib/bb/fetch2/wget.py                              |  48 +-
 lib/bb/main.py                                     |  11 +-
 lib/bb/msg.py                                      |   2 +-
 lib/bb/parse/ast.py                                |  21 +-
 lib/bb/parse/parse_py/BBHandler.py                 |   2 +-
 lib/bb/persist_data.py                             |  10 +-
 lib/bb/process.py                                  |  36 +-
 lib/bb/providers.py                                |   2 +-
 lib/bb/pysh/builtin.py                             |   2 +-
 lib/bb/pysh/interp.py                              |   4 +-
 lib/bb/pysh/pyshlex.py                             |   2 +-
 lib/bb/pysh/pyshyacc.py                            |   4 +-
 lib/bb/runqueue.py                                 | 117 ++-
 lib/bb/server/process.py                           |   8 +-
 lib/bb/server/xmlrpc.py                            |  50 +-
 lib/bb/siggen.py                                   |  19 +-
 lib/bb/taskdata.py                                 |  12 +-
 lib/bb/tests/codeparser.py                         |   4 +-
 lib/bb/tests/data.py                               |  12 +-
 lib/bb/tests/parse.py                              |   2 +-
 lib/bb/ui/buildinfohelper.py                       |  10 +-
 lib/bb/ui/crumbs/__init__.py                       |  17 -
 lib/bb/ui/crumbs/hig/__init__.py                   |   0
 lib/bb/ui/crumbs/hig/crumbsdialog.py               |  44 -
 lib/bb/ui/crumbs/hig/crumbsmessagedialog.py        |  70 --
 lib/bb/ui/crumbs/hig/deployimagedialog.py          | 219 -----
 lib/bb/ui/crumbs/hig/imageselectiondialog.py       | 172 ----
 lib/bb/ui/crumbs/hig/layerselectiondialog.py       | 298 -------
 lib/bb/ui/crumbs/hig/propertydialog.py             | 437 ----------
 lib/bb/ui/crumbs/hig/settingsuihelper.py           | 122 ---
 lib/bb/ui/crumbs/hobcolor.py                       |  38 -
 lib/bb/ui/crumbs/hobwidget.py                      | 904 ---------------------
 lib/bb/ui/crumbs/persistenttooltip.py              | 186 -----
 lib/bb/ui/crumbs/progress.py                       |  23 -
 lib/bb/ui/crumbs/progressbar.py                    |  59 --
 lib/bb/ui/crumbs/puccho.glade                      | 606 --------------
 lib/bb/ui/crumbs/runningbuild.py                   | 551 -------------
 lib/bb/ui/crumbs/utils.py                          |  34 -
 lib/bb/ui/goggle.py                                | 121 ---
 lib/bb/ui/knotty.py                                |   6 +-
 lib/bb/ui/ncurses.py                               |   8 +-
 lib/bb/ui/uievent.py                               |   4 +-
 lib/bb/utils.py                                    |  21 +-
 lib/bblayers/action.py                             |   2 +-
 lib/bblayers/common.py                             |   2 +-
 lib/bblayers/layerindex.py                         |  12 +-
 lib/bblayers/query.py                              |   4 +-
 lib/bs4/__init__.py                                | 112 ++-
 lib/bs4/builder/__init__.py                        |   7 +-
 lib/bs4/builder/_html5lib.py                       |  71 +-
 lib/bs4/builder/_htmlparser.py                     |  56 +-
 lib/bs4/builder/_lxml.py                           |  47 +-
 lib/bs4/dammit.py                                  |  31 +-
 lib/bs4/diagnose.py                                |  68 +-
 lib/bs4/element.py                                 | 346 +++++---
 lib/bs4/testing.py                                 | 129 ++-
 lib/bs4/tests/test_builder_registry.py             |  14 +-
 lib/bs4/tests/test_html5lib.py                     |  19 +-
 lib/bs4/tests/test_htmlparser.py                   |  13 +
 lib/bs4/tests/test_lxml.py                         |  19 +-
 lib/bs4/tests/test_soup.py                         | 107 ++-
 lib/bs4/tests/test_tree.py                         | 294 +++++--
 lib/codegen.py                                     |   8 +-
 lib/ply/yacc.py                                    |   2 +
 lib/prserv/db.py                                   |   2 +-
 lib/prserv/serv.py                                 |  14 +-
 lib/pyinotify.py                                   | 256 +++---
 lib/toaster/bldcontrol/bbcontroller.py             |   4 +-
 lib/toaster/bldcontrol/localhostbecontroller.py    |   8 +-
 .../management/commands/checksettings.py           |   2 +-
 .../bldcontrol/management/commands/loadconf.py     |   4 +-
 .../bldcontrol/management/commands/runbuilds.py    |   4 +-
 lib/toaster/bldcontrol/models.py                   |   4 +-
 lib/toaster/contrib/tts/config.py                  |   2 +-
 lib/toaster/orm/models.py                          |  24 +-
 lib/toaster/toastergui/api.py                      |   3 +-
 lib/toaster/toastergui/tablefilter.py              |   2 +-
 lib/toaster/toastergui/tables.py                   |   3 +-
 lib/toaster/toastergui/templates/mrb_section.html  |   2 +-
 lib/toaster/toastergui/templatetags/projecttags.py |   2 +-
 lib/toaster/toastergui/views.py                    | 120 +--
 lib/toaster/toastergui/widgets.py                  |  30 +-
 lib/toaster/toastermain/settings.py                |   7 +-
 toaster-requirements.txt                           |   3 +-
 115 files changed, 1706 insertions(+), 5042 deletions(-)
 delete mode 100755 bin/image-writer
 create mode 100644 bitbake/lib/toaster/bldcontrol/migrations/0004_auto_20160509_0946.py
 create mode 100644 bitbake/lib/toaster/orm/migrations/0007_auto_20160509_0946.py
 delete mode 100644 lib/bb/ui/crumbs/__init__.py
 delete mode 100644 lib/bb/ui/crumbs/hig/__init__.py
 delete mode 100644 lib/bb/ui/crumbs/hig/crumbsdialog.py
 delete mode 100644 lib/bb/ui/crumbs/hig/crumbsmessagedialog.py
 delete mode 100644 lib/bb/ui/crumbs/hig/deployimagedialog.py
 delete mode 100644 lib/bb/ui/crumbs/hig/imageselectiondialog.py
 delete mode 100644 lib/bb/ui/crumbs/hig/layerselectiondialog.py
 delete mode 100644 lib/bb/ui/crumbs/hig/propertydialog.py
 delete mode 100644 lib/bb/ui/crumbs/hig/settingsuihelper.py
 delete mode 100644 lib/bb/ui/crumbs/hobcolor.py
 delete mode 100644 lib/bb/ui/crumbs/hobwidget.py
 delete mode 100644 lib/bb/ui/crumbs/persistenttooltip.py
 delete mode 100644 lib/bb/ui/crumbs/progress.py
 delete mode 100644 lib/bb/ui/crumbs/progressbar.py
 delete mode 100644 lib/bb/ui/crumbs/puccho.glade
 delete mode 100644 lib/bb/ui/crumbs/runningbuild.py
 delete mode 100644 lib/bb/ui/crumbs/utils.py
 delete mode 100644 lib/bb/ui/goggle.py

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


More information about the Openembedded-commits mailing list