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 ce75c55a1 NO-JIRA: Update appveyor build to drop VS2015 and include 
VS2022
     new 66cac7609 PROTON-2095: Use CFFI instead of SWIG for python binding
     new 9b4332637 PROTON-2095: Change CMake build to allow cffi tests to run

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:
 .github/workflows/build.yml         |   2 +-
 CMakeLists.txt                      |  18 +-
 c/CMakeLists.txt                    |   1 +
 python/CMakeLists.txt               | 200 ++++------
 python/MANIFEST.in                  |   4 +-
 python/cproton.h                    | 682 +++++++++++++++++++++++++++++++++
 python/cproton.i                    | 497 ------------------------
 python/cproton.py                   | 729 ++++++++++++++++++++++++++++++++++++
 python/ext_build.py                 | 195 ++++++++++
 python/proton/_common.py            |  35 +-
 python/proton/_condition.py         |   2 +-
 python/proton/_data.py              |  12 +-
 python/proton/_delivery.py          |   5 +-
 python/proton/_endpoints.py         |  45 +--
 python/proton/_events.py            |  29 +-
 python/proton/_message.py           |  38 +-
 python/proton/_reactor.py           |  10 +-
 python/proton/_transport.py         |  37 +-
 python/proton/_wrapper.py           |  28 +-
 python/pyproject.toml               |  44 +++
 python/setup.cfg                    |   3 +
 python/setup.py                     | 177 +--------
 python/setuputils/PYZMQ_LICENSE.BSD |  32 --
 python/setuputils/__init__.py       |   0
 python/setuputils/log.py            |  46 ---
 python/setuputils/misc.py           |  85 -----
 26 files changed, 1846 insertions(+), 1110 deletions(-)
 create mode 100644 python/cproton.h
 delete mode 100644 python/cproton.i
 create mode 100644 python/cproton.py
 create mode 100644 python/ext_build.py
 create mode 100644 python/pyproject.toml
 delete mode 100644 python/setuputils/PYZMQ_LICENSE.BSD
 delete mode 100644 python/setuputils/__init__.py
 delete mode 100644 python/setuputils/log.py
 delete mode 100644 python/setuputils/misc.py


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@qpid.apache.org
For additional commands, e-mail: commits-h...@qpid.apache.org

Reply via email to