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 2021/08/13 10:20:53 UTC

[buildstream] branch tristan/bst-1/py39 updated (ce9eb0d -> adeae53)

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

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


 discard ce9eb0d  .github/run-ci.sh: Added script to run CI locally
 discard e25f73d  .github/: Remove the 'no-usedevelop' CI
 discard 6197945  types.py: Removed duplicate declaration of CoreWarnings
 discard c9d5ce6  requirements: Trying out older version of pylint that doesn't crash on element.py
 discard f820b7c  Fixing pylint errors
 discard 501b801  tox.ini: Adding pylint invocation entrypoint
 discard 434d2b4  .pylintrc: Disable unused-private-member error
 discard 187566e  _frontend/complete.py: Workaround API break in click.Path()
 discard d53f06b  pip source plugin: Support python 3.9
 discard 8a73b40  tests/testutils/runcli.py: Updated the `cli` to adjust to internal API change
 discard 82d9c7c  setup.cfg: Added `markers` for pytest
 discard 4890e3b  setup.cfg: Ignore deprecation warnings which cause tests to fail
 discard 92492eb  setup.cfg: Stop linting with pytest plugins, we'll do that separately
 discard 12685e6  requirements: Updating static requirements to run tox in more modern systems
 discard 19fde87  .github/: Refactor CI to do it the same way as master does it
     add 3495f27  .github/: Refactor CI to do it the same way as master does it
     add 2fa2bd4  .github/run-ci.sh: Added script to run CI locally
     add 946107e  .github/: Remove the 'no-usedevelop' CI
     add 85d06f2  requirements: Updating static requirements to run tox in more modern systems
     add 9ca3bb1  setup.cfg: Stop linting with pytest plugins, we'll do that separately
     add bafdae7  setup.cfg: Ignore deprecation warnings which cause tests to fail
     add c4d7a0d  setup.cfg: Added `markers` for pytest
     add 69548f6  tests/testutils/runcli.py: Updated the `cli` to adjust to internal API change
     add 525145d  pip source plugin: Support python 3.9
     add 1b099ab  _frontend/complete.py: Workaround API break in click.Path()
     add 71935d3  .pylintrc: Disable unused-private-member and chained-comparison errors
     add b0ce815  tox.ini: Adding pylint invocation entrypoint
     add a2493b1  Fixing pylint errors
     add adeae53  types.py: Removed duplicate declaration of CoreWarnings

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (ce9eb0d)
            \
             N -- N -- N   refs/heads/tristan/bst-1/py39 (adeae53)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

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

No new revisions were added by this update.

Summary of changes:
 .github/compose/ci.docker-compose.yml       |  4 ---
 .github/run-ci.sh                           |  1 -
 .github/workflows/ci.yml                    |  1 -
 .pylintrc                                   |  8 ++++++
 buildstream/_artifactcache/artifactcache.py |  9 +++----
 buildstream/_artifactcache/cascache.py      | 11 +++++----
 buildstream/_artifactcache/casserver.py     | 11 ++++-----
 buildstream/_context.py                     |  1 -
 buildstream/_frontend/app.py                |  9 ++++---
 buildstream/_frontend/cli.py                |  8 +++---
 buildstream/_frontend/complete.py           |  2 +-
 buildstream/_frontend/status.py             |  2 +-
 buildstream/_frontend/widget.py             | 14 +++++------
 buildstream/_includes.py                    | 14 ++++++++---
 buildstream/_loader/loadelement.py          |  4 ---
 buildstream/_loader/loader.py               | 29 +++++++++++-----------
 buildstream/_options/optionarch.py          |  2 +-
 buildstream/_options/optionbool.py          |  6 ++---
 buildstream/_options/optioneltmask.py       |  2 +-
 buildstream/_options/optionenum.py          |  2 +-
 buildstream/_options/optionflags.py         |  2 +-
 buildstream/_options/optionpool.py          |  6 ++---
 buildstream/_ostree.py                      |  5 ++--
 buildstream/_platform/linux.py              |  7 +-----
 buildstream/_platform/platform.py           |  2 ++
 buildstream/_project.py                     |  4 +--
 buildstream/_scheduler/queues/pullqueue.py  |  2 +-
 buildstream/_stream.py                      |  2 +-
 buildstream/_variables.py                   |  3 +--
 buildstream/_workspaces.py                  |  2 +-
 buildstream/buildelement.py                 |  1 +
 buildstream/sandbox/_mounter.py             |  2 +-
 buildstream/sandbox/_sandboxbwrap.py        | 27 ++++++++++----------
 buildstream/sandbox/_sandboxchroot.py       | 20 +++++++--------
 buildstream/source.py                       |  5 +---
 buildstream/utils.py                        | 38 ++++++++++++++---------------
 doc/source/conf.py                          |  5 ++--
 requirements/dev-requirements.in            |  2 +-
 requirements/dev-requirements.txt           |  4 +--
 setup.py                                    |  8 +++---
 40 files changed, 142 insertions(+), 145 deletions(-)