You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@buildstream.apache.org by tv...@apache.org on 2022/08/11 13:40:39 UTC

[buildstream] branch bst-1 updated (210fe3eb4 -> 806885e6f)

This is an automated email from the ASF dual-hosted git repository.

tvb pushed a change to branch bst-1
in repository https://gitbox.apache.org/repos/asf/buildstream.git


    from 210fe3eb4 Merge pull request #1694 from apache/tristan/lawrence-rebase
     add d323a8700 requirements: Update requirements removing the ruamel.yaml restriction
     add 1f80db8a8 .pylintrc and other sources: Fix linting errors from upgrading pylint
     add c727ec9c0 _yaml.py, _frontend/widget.py: Fix deprecation warnings from new ruamel.yaml
     add 63676c10e Fix side effects of loading YAML booleans as strings
     new 806885e6f Merge pull request #1709 from apache/tristan/bst-1/update-ruamel

The 1 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:
 .pylintrc                                      | 14 +----
 buildstream/_frontend/widget.py                | 17 ++----
 buildstream/_yaml.py                           | 82 ++++++++++++++++++++++----
 buildstream/element.py                         |  8 +--
 buildstream/source.py                          |  4 +-
 buildstream/utils.py                           |  6 +-
 requirements/cov-requirements.txt              |  6 +-
 requirements/dev-requirements.txt              | 23 ++++----
 requirements/plugin-requirements.txt           |  2 +-
 requirements/requirements.in                   |  2 +-
 requirements/requirements.txt                  | 18 +++---
 tests/frontend/project/sources/fetch_source.py |  6 +-
 tests/testutils/runcli.py                      |  8 +--
 13 files changed, 118 insertions(+), 78 deletions(-)


[buildstream] 01/01: Merge pull request #1709 from apache/tristan/bst-1/update-ruamel

Posted by tv...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

tvb pushed a commit to branch bst-1
in repository https://gitbox.apache.org/repos/asf/buildstream.git

commit 806885e6f50abacb3319538013422d06a7216b83
Merge: 210fe3eb4 63676c10e
Author: Tristan Van Berkom <tr...@codethink.co.uk>
AuthorDate: Thu Aug 11 22:40:34 2022 +0900

    Merge pull request #1709 from apache/tristan/bst-1/update-ruamel
    
    [bst-1] Update version of ruamel.yaml

 .pylintrc                                      | 14 +----
 buildstream/_frontend/widget.py                | 17 ++----
 buildstream/_yaml.py                           | 82 ++++++++++++++++++++++----
 buildstream/element.py                         |  8 +--
 buildstream/source.py                          |  4 +-
 buildstream/utils.py                           |  6 +-
 requirements/cov-requirements.txt              |  6 +-
 requirements/dev-requirements.txt              | 23 ++++----
 requirements/plugin-requirements.txt           |  2 +-
 requirements/requirements.in                   |  2 +-
 requirements/requirements.txt                  | 18 +++---
 tests/frontend/project/sources/fetch_source.py |  6 +-
 tests/testutils/runcli.py                      |  8 +--
 13 files changed, 118 insertions(+), 78 deletions(-)