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

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


    from 4acd6f3  NEWS: Updating for 1.95.3
     add e7ef46b  Cleanup license headers for initial apache release.
     add 05d570e  MANIFEST.in: Ensure that LICENSE and NOTICE is included in 
the distribution
     add 59d3b19  COMMITTERS.rst: Added Sander to the committer list
     new 88da292  Merge pull request #35 from apache/tristan/release-cleanups

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                                        | 13 +++++++++++++
 COMMITTERS.rst                                   |  2 ++
 MANIFEST.in                                      |  2 ++
 project.conf                                     | 14 ++++++++++++++
 pyproject.toml                                   | 13 +++++++++++++
 setup.cfg                                        | 13 +++++++++++++
 setup.py                                         |  2 --
 src/buildstream_plugins/__init__.py              | 14 ++++++++++++++
 src/buildstream_plugins/elements/autotools.py    |  2 --
 src/buildstream_plugins/elements/autotools.yaml  | 12 ++++++++++++
 src/buildstream_plugins/elements/cmake.py        |  2 --
 src/buildstream_plugins/elements/cmake.yaml      | 12 ++++++++++++
 src/buildstream_plugins/elements/make.py         |  2 --
 src/buildstream_plugins/elements/make.yaml       | 12 ++++++++++++
 src/buildstream_plugins/elements/meson.py        |  2 --
 src/buildstream_plugins/elements/meson.yaml      | 12 ++++++++++++
 src/buildstream_plugins/elements/pip.py          |  2 --
 src/buildstream_plugins/elements/pip.yaml        | 12 ++++++++++++
 src/buildstream_plugins/elements/setuptools.py   |  2 --
 src/buildstream_plugins/elements/setuptools.yaml | 12 ++++++++++++
 src/buildstream_plugins/sources/bzr.py           |  1 -
 src/buildstream_plugins/sources/cargo.py         |  2 --
 src/buildstream_plugins/sources/docker.py        |  3 ---
 src/buildstream_plugins/sources/git.py           |  3 ---
 src/buildstream_plugins/sources/patch.py         |  3 ---
 src/buildstream_plugins/sources/pip.py           |  2 --
 tests/conftest.py                                | 13 +++++++++++++
 tests/elements/autotools.py                      | 14 ++++++++++++++
 tests/elements/cmake.py                          | 14 ++++++++++++++
 tests/elements/make.py                           | 14 ++++++++++++++
 tests/elements/meson.py                          | 14 ++++++++++++++
 tests/elements/pip.py                            | 14 ++++++++++++++
 tests/elements/setuptools.py                     | 14 ++++++++++++++
 tests/sources/bzr.py                             | 14 ++++++++++++++
 tests/sources/docker.py                          | 14 ++++++++++++++
 tests/sources/git.py                             |  3 ---
 tests/sources/patch.py                           | 14 ++++++++++++++
 tests/sources/pip.py                             | 14 ++++++++++++++
 tests/sources/pip_build.py                       | 14 ++++++++++++++
 tox.ini                                          | 14 ++++++++++++++
 40 files changed, 324 insertions(+), 31 deletions(-)

Reply via email to