This is an automated email from the ASF dual-hosted git repository.
juergbi pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/buildstream.git
from 80d16dee4 Merge pull request #2074 from apache/jbilleter/no-project
add 86c6c8b76 _frontend: Don't use deprecated
`click.parser.split_arg_string()`
add 13ccbe5ab setup.cfg: Add `python_requires`
add 306938b03 pyproject.toml: Simplify `cibuildwheel` config
add af36872eb ci: Don't run tests on Debian 11
add d4be9b80d Drop support for Python 3.9
add 3256129eb Update requirements
new 85be4410c Merge pull request #2085 from apache/jbilleter/python-3.9
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:
.github/common.env | 4 +--
.github/compose/ci.docker-compose.yml | 9 -----
.github/run-ci.sh | 2 +-
.github/workflows/ci.yml | 2 --
.github/workflows/release.yml | 1 -
.pylintrc | 4 ---
doc/source/main_install.rst | 2 +-
pyproject.toml | 6 +---
requirements/cov-requirements.txt | 8 ++---
requirements/dev-requirements.txt | 16 ++++-----
requirements/requirements.in | 1 -
requirements/requirements.txt | 16 ++++-----
setup.cfg | 3 ++
setup.py | 5 ++-
src/buildstream/_frontend/complete.py | 8 ++++-
src/buildstream/_pluginfactory/pluginoriginpip.py | 7 +---
tests/conftest.py | 7 +---
tox.ini | 40 +++++++++++------------
18 files changed, 58 insertions(+), 83 deletions(-)