[oe-commits] [bitbake] branch master updated (f5daef6 -> feb43e7)

git at git.openembedded.org git at git.openembedded.org
Sun Jan 19 13:32:50 UTC 2020


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a change to branch master
in repository bitbake.

    from f5daef6  runqueue: Use a set for the setscene tasks list
     new 4367692  lib: remove unused imports
     new b809a68  lib: amend code to use proper singleton comparisons where possible
     new 076eb54  bb.utils: add get_referenced_vars
     new 346e74e  tests/utils: add tests for bb.utils.get_referenced_vars
     new 6c938e6  fetch2: do not suffix srcrev cache key with PN
     new 425e21c  fetch2/git: _revision_key: collapse adjacent slashes
     new feb43e7  persist_data.py: Immediately get exclusive lock in __setitem__

The 7 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 lib/bb/COW.py                                      |  1 -
 lib/bb/build.py                                    |  1 -
 lib/bb/cache.py                                    |  1 -
 lib/bb/checksum.py                                 |  1 -
 lib/bb/codeparser.py                               | 26 +------------
 lib/bb/command.py                                  |  2 +-
 lib/bb/cooker.py                                   | 12 ++----
 lib/bb/data.py                                     |  2 +-
 lib/bb/event.py                                    |  5 +--
 lib/bb/fetch2/__init__.py                          |  7 ++--
 lib/bb/fetch2/bzr.py                               |  2 -
 lib/bb/fetch2/clearcase.py                         |  1 -
 lib/bb/fetch2/cvs.py                               |  1 -
 lib/bb/fetch2/git.py                               |  6 ++-
 lib/bb/fetch2/gitannex.py                          |  2 -
 lib/bb/fetch2/gitsm.py                             |  1 -
 lib/bb/fetch2/hg.py                                |  2 -
 lib/bb/fetch2/npm.py                               |  1 -
 lib/bb/fetch2/osc.py                               |  4 +-
 lib/bb/fetch2/perforce.py                          |  3 +-
 lib/bb/fetch2/ssh.py                               |  4 +-
 lib/bb/fetch2/svn.py                               |  2 -
 lib/bb/fetch2/wget.py                              |  3 --
 lib/bb/monitordisk.py                              |  2 +-
 lib/bb/msg.py                                      |  2 -
 lib/bb/parse/ast.py                                | 24 +++++-------
 lib/bb/parse/parse_py/BBHandler.py                 |  2 -
 lib/bb/persist_data.py                             |  3 ++
 lib/bb/progress.py                                 |  1 -
 lib/bb/providers.py                                |  6 +--
 lib/bb/runqueue.py                                 |  4 +-
 lib/bb/server/xmlrpcclient.py                      |  3 --
 lib/bb/server/xmlrpcserver.py                      |  3 --
 lib/bb/taskdata.py                                 |  2 +-
 lib/bb/tests/cooker.py                             |  1 -
 lib/bb/tests/cow.py                                |  2 +-
 lib/bb/tests/fetch.py                              |  1 -
 lib/bb/tests/runqueue.py                           |  1 -
 lib/bb/tests/utils.py                              | 44 ++++++++++++++++++++++
 lib/bb/tinfoil.py                                  |  4 +-
 lib/bb/ui/buildinfohelper.py                       |  8 ++--
 lib/bb/ui/knotty.py                                |  3 +-
 lib/bb/ui/ncurses.py                               |  5 +--
 lib/bb/ui/taskexp.py                               |  4 +-
 lib/bb/ui/toasterui.py                             |  2 +-
 lib/bb/ui/uievent.py                               |  2 +-
 lib/bb/utils.py                                    | 38 ++++++++++++++++++-
 lib/bs4/__init__.py                                |  2 +-
 lib/bs4/builder/_html5lib.py                       |  3 +-
 lib/bs4/dammit.py                                  |  8 ----
 lib/bs4/element.py                                 |  1 -
 lib/bs4/testing.py                                 |  1 -
 lib/bs4/tests/test_docs.py                         |  4 --
 lib/bs4/tests/test_htmlparser.py                   |  1 -
 lib/bs4/tests/test_lxml.py                         |  8 +---
 lib/bs4/tests/test_soup.py                         |  6 +--
 lib/bs4/tests/test_tree.py                         | 11 +-----
 lib/hashserv/client.py                             |  1 -
 lib/layerindexlib/cooker.py                        |  3 +-
 lib/layerindexlib/plugin.py                        |  3 --
 lib/layerindexlib/tests/cooker.py                  |  3 --
 lib/layerindexlib/tests/layerindexobj.py           |  6 ---
 lib/layerindexlib/tests/restapi.py                 |  3 --
 lib/ply/yacc.py                                    |  6 +--
 lib/prserv/db.py                                   | 14 +++----
 lib/pyinotify.py                                   |  4 +-
 lib/toaster/bldcollector/urls.py                   |  2 +-
 lib/toaster/bldcollector/views.py                  |  8 ----
 lib/toaster/bldcontrol/admin.py                    |  1 -
 lib/toaster/bldcontrol/bbcontroller.py             |  4 +-
 lib/toaster/bldcontrol/localhostbecontroller.py    | 11 ++----
 .../management/commands/checksettings.py           |  6 +--
 lib/toaster/bldcontrol/models.py                   |  3 +-
 lib/toaster/orm/management/commands/lsupdates.py   |  2 +-
 .../orm/migrations/0011_delete_layersource.py      |  2 +-
 lib/toaster/orm/models.py                          |  4 +-
 lib/toaster/tests/browser/selenium_helpers_base.py |  1 -
 .../tests/browser/test_project_config_page.py      |  3 --
 .../tests/functional/test_functional_basic.py      |  1 -
 lib/toaster/toastergui/api.py                      |  3 --
 lib/toaster/toastergui/tables.py                   |  9 +----
 .../templatetags/objects_to_dictionaries_filter.py |  1 -
 lib/toaster/toastergui/templatetags/projecttags.py |  6 +--
 lib/toaster/toastergui/urls.py                     |  5 +--
 lib/toaster/toastergui/views.py                    | 27 ++++++-------
 .../toastermain/management/commands/builddelete.py |  4 +-
 .../toastermain/management/commands/buildimport.py |  8 ++--
 .../toastermain/management/commands/buildslist.py  |  3 +-
 88 files changed, 189 insertions(+), 270 deletions(-)

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


More information about the Openembedded-commits mailing list