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 06:16:12 UTC

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

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 08df5a1  FIX THE DISASTER !
 discard 682400b  WIP DISASTER
 discard b30a56e  setup.cfg / dev-requirements.in: Use pytest-flake8 instead of pytest-pep8
 discard fd6273c  requirements update fixup
 discard 0532958  setup.cfg: Ignore deprecation warnings which cause tests to fail
 discard 826618a  requirements: Updating static requirements to run tox in more modern systems
 discard 7e49c0e  Fixpu
 discard 30d8dc3  Fixup
 discard 8d2deb0  CI more like master does it
 discard 3b9a769  .github/workflows/ci.yml: Adding fedora 32 and 33 to the test matrix
     add 19fde87  .github/: Refactor CI to do it the same way as master does it
     add 12685e6  requirements: Updating static requirements to run tox in more modern systems
     add 92492eb  setup.cfg: Stop linting with pytest plugins, we'll do that separately
     add 4890e3b  setup.cfg: Ignore deprecation warnings which cause tests to fail
     add 82d9c7c  setup.cfg: Added `markers` for pytest
     add 8a73b40  tests/testutils/runcli.py: Updated the `cli` to adjust to internal API change
     add d53f06b  pip source plugin: Support python 3.9
     add 187566e  _frontend/complete.py: Workaround API break in click.Path()
     add 434d2b4  .pylintrc: Disable unused-private-member error
     add 501b801  tox.ini: Adding pylint invocation entrypoint
     add f820b7c  Fixing pylint errors
     add c9d5ce6  requirements: Trying out older version of pylint that doesn't crash on element.py
     add 6197945  types.py: Removed duplicate declaration of CoreWarnings
     add e25f73d  .github/: Remove the 'no-usedevelop' CI
     add ce9eb0d  .github/run-ci.sh: Added script to run CI locally

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   (08df5a1)
            \
             N -- N -- N   refs/heads/tristan/bst-1/py39 (ce9eb0d)

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 |  6 ---
 .github/run-ci.sh                     | 80 +++++++++++++++++++++++++++++++++++
 .github/workflows/ci.yml              | 10 +----
 .pylintrc                             |  5 +++
 buildstream/_elementfactory.py        |  5 ++-
 buildstream/_frontend/complete.py     | 14 +++++-
 buildstream/_plugincontext.py         |  9 ++--
 buildstream/_signals.py               |  4 +-
 buildstream/_sourcefactory.py         |  5 ++-
 buildstream/_stream.py                |  4 +-
 buildstream/_yaml.py                  | 28 ++++++------
 buildstream/element.py                |  9 ++--
 buildstream/plugin.py                 |  5 +--
 buildstream/plugins/sources/pip.py    |  1 +
 buildstream/scriptelement.py          |  2 +-
 buildstream/types.py                  | 25 -----------
 requirements/dev-requirements.in      |  2 +-
 requirements/dev-requirements.txt     |  4 +-
 setup.cfg                             |  3 ++
 tox.ini                               | 14 ++++++
 20 files changed, 157 insertions(+), 78 deletions(-)
 create mode 100755 .github/run-ci.sh