This is an automated email from the ASF dual-hosted git repository.
yuxuan pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/thrift.git
from dbdb429a8 deprecation message
add 62ec92962 Fix Python 3.12 build issues in thrift Python (#3276)
No new revisions were added by this update.
Summary of changes:
.github/workflows/build.yml | 100 +++++++++++++++++++++++++++++++++-
appveyor.yml | 73 +++++++++++++++++++------
build/appveyor/MSVC-appveyor-full.bat | 70 ++++++++++++++----------
build/appveyor/build-libevent.bat | 7 +++
build/cmake/BoostMacros.cmake | 6 ++
build/docker/ubuntu-focal/Dockerfile | 7 +--
build/docker/ubuntu-jammy/Dockerfile | 17 +++---
build/docker/ubuntu-noble/Dockerfile | 17 +++---
contrib/fb303/py/setup.py | 6 +-
lib/cpp/CMakeLists.txt | 3 +
lib/nodejs/test/package-lock.json | 2 +-
lib/py/pyproject.toml | 3 +
lib/py/setup.py | 19 +++----
lib/py/src/ext/endian.h | 4 ++
lib/py/test/test_socket.py | 7 ++-
package-lock.json | 6 ++
test/cpp/src/TestServer.cpp | 2 +-
test/py.tornado/test_suite.py | 5 +-
test/py/RunClientServer.py | 46 +++++++++++++---
test/py/TestServer.py | 5 +-
20 files changed, 305 insertions(+), 100 deletions(-)
create mode 100644 lib/py/pyproject.toml