This is an automated email from the ASF dual-hosted git repository. astitcher pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/qpid-proton.git
from 4b48f7d24 PROTON-2792: [C++] check that scheduled tasks are active under lock new cafa64a19 NO-JIRA: [Python] Some small refactorings to clean package build new 84570eca6 PROTON-2815: [Python] Use modern tooling to build python packages The 2 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: .appveyor.yml | 2 +- .github/workflows/build.yml | 3 +- azure-pipelines/steps.yml | 2 +- python/CMakeLists.txt | 13 +-- python/MANIFEST.in | 19 +++++ python/{requirements.txt => ci_requirements.txt} | 1 + python/cproton_ext.c | 103 +++++++++++++++++++++++ python/ext_build.py | 100 +++------------------- python/pyproject.toml | 97 ++++++++++++--------- python/setup.cfg | 46 ++++------ python/setup.py | 2 - 11 files changed, 216 insertions(+), 172 deletions(-) rename python/{requirements.txt => ci_requirements.txt} (89%) create mode 100644 python/cproton_ext.c --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@qpid.apache.org For additional commands, e-mail: commits-h...@qpid.apache.org