[oe-commits] [bitbake] branch master-next updated (a8512fa -> f8b916d)

git at git.openembedded.org git at git.openembedded.org
Thu May 12 10:57:33 UTC 2016


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

     omits  a8512fa   data/event/siggen: Fix various exceptions [FIXME]
     omits  64537ec   data_smart: Simplify ExpansionError exception
     omits  e8f32f5   bitbake: Convert to python 3 megacommit This needs breaking up into smaller changes.
     omits  16855bf   bitbake: Drop futures usage since we're python 3
     omits  fab7832   bitbake/pyinotify.py: Upgrade to py3 version
     omits  311588a   bitbake/bs4: Upgrade 4.3.2 -> 4.4.1 (python 3 version)

This update removed existing revisions from the reference, leaving the
reference pointing at a previous point in the repository history.

 * -- * -- N   refs/heads/master-next (f8b916d)
            \
             O -- O -- O   (a8512fa)

Any revisions marked "omits" are not gone; other references still
refer to them.  Any revisions marked "discards" are gone forever.

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                     |   2 +-
 bin/bitbake-prserv                     |   2 +-
 bin/bitbake-selftest                   |   2 +-
 bin/bitbake-worker                     |  60 +++---
 bin/bitdoc                             |   2 +-
 bin/image-writer                       |   2 +-
 bin/toaster-eventreplay                |   2 +-
 contrib/dump_cache.py                  |   2 +-
 lib/bb/COW.py                          |  44 +++--
 lib/bb/__init__.py                     |   2 +-
 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                       |  34 ++--
 lib/bb/data.py                         |   1 -
 lib/bb/data_smart.py                   |   6 +-
 lib/bb/event.py                        |  12 +-
 lib/bb/exceptions.py                   |   4 +-
 lib/bb/fetch2/__init__.py              |  41 ++--
 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                      |  10 +-
 lib/bb/providers.py                    |   2 +-
 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                |  48 +++--
 lib/bb/siggen.py                       |  22 ++-
 lib/bb/taskdata.py                     |  12 +-
 lib/bb/tests/codeparser.py             |   4 +-
 lib/bb/tests/data.py                   |  12 +-
 lib/bb/tests/fetch.py                  |   2 +-
 lib/bb/tests/parse.py                  |   2 +-
 lib/bb/ui/knotty.py                    |   6 +-
 lib/bb/ui/uievent.py                   |   4 +-
 lib/bb/utils.py                        |  20 +-
 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 ++++++++++++++----------
 71 files changed, 887 insertions(+), 1412 deletions(-)

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


More information about the Openembedded-commits mailing list