[oe-commits] [bitbake] branch master-next updated (49bea82 -> 0bebc0d)

git at git.openembedded.org git at git.openembedded.org
Wed May 11 09:40:56 UTC 2016


rpurdie pushed a change to branch master-next
in repository bitbake.

      from  49bea82   runqueue: Fix missing fakeworker under dry run
      adds  9d2c8ab   bitbake/bs4: Upgrade 4.3.2 -> 4.4.1 (python 3 version)
      adds  8074b79   bitbake/pyinotify.py: Upgrade to py3 version
      adds  969ba9e   bitbake: Convert to python 3 megacommit
       new  0bebc0d   bitbake py3 fixes

The 1 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                            |   5 +-
 bin/bitbake-diffsigs                   |   4 +-
 bin/bitbake-dumpsig                    |   4 +-
 bin/bitbake-layers                     |   2 +-
 bin/bitbake-prserv                     |   2 +-
 bin/bitbake-selftest                   |   2 +-
 bin/bitbake-worker                     |  66 ++++---
 bin/bitdoc                             |   2 +-
 bin/image-writer                       |   2 +-
 bin/toaster-eventreplay                |   2 +-
 contrib/dump_cache.py                  |   6 +-
 lib/bb/COW.py                          |  44 ++---
 lib/bb/__init__.py                     |   2 +-
 lib/bb/build.py                        |  14 +-
 lib/bb/cache.py                        |  20 +-
 lib/bb/checksum.py                     |   9 +-
 lib/bb/codeparser.py                   |  15 +-
 lib/bb/command.py                      |   2 +-
 lib/bb/compat.py                       |   1 -
 lib/bb/cooker.py                       |  36 ++--
 lib/bb/cookerdata.py                   |   5 +-
 lib/bb/daemonize.py                    |   4 +-
 lib/bb/data.py                         |   1 +
 lib/bb/data_smart.py                   |   6 +-
 lib/bb/event.py                        |  15 +-
 lib/bb/exceptions.py                   |   4 +-
 lib/bb/fetch2/__init__.py              |  47 +++--
 lib/bb/fetch2/local.py                 |   4 +-
 lib/bb/fetch2/npm.py                   |   6 +-
 lib/bb/fetch2/perforce.py              |   4 +-
 lib/bb/fetch2/sftp.py                  |   8 +-
 lib/bb/fetch2/ssh.py                   |   6 +-
 lib/bb/fetch2/wget.py                  |  48 ++---
 lib/bb/main.py                         |  20 +-
 lib/bb/msg.py                          |   7 +-
 lib/bb/parse/ast.py                    |  22 +--
 lib/bb/parse/parse_py/BBHandler.py     |   2 +-
 lib/bb/persist_data.py                 |  10 +-
 lib/bb/process.py                      |  10 +-
 lib/bb/providers.py                    |   2 +-
 lib/bb/pysh/pyshlex.py                 |   2 +-
 lib/bb/pysh/pyshyacc.py                |   4 +-
 lib/bb/runqueue.py                     |  56 +++---
 lib/bb/server/process.py               |   9 +-
 lib/bb/server/xmlrpc.py                |  48 ++---
 lib/bb/siggen.py                       |  22 +--
 lib/bb/tests/codeparser.py             |   4 +-
 lib/bb/tests/data.py                   |  12 +-
 lib/bb/tests/fetch.py                  |  15 +-
 lib/bb/tests/parse.py                  |   2 +-
 lib/bb/ui/knotty.py                    |  11 +-
 lib/bb/ui/uievent.py                   |   4 +-
 lib/bb/utils.py                        |  23 ++-
 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                     |  23 +--
 lib/pyinotify.py                       | 256 ++++++++++--------------
 73 files changed, 1431 insertions(+), 876 deletions(-)

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


More information about the Openembedded-commits mailing list