+1 (binding) For source code, * verified signatures and checksums * built from source on macOS (with C++ client 3.4.2)
For the following wheels, verified end-to-end with OAuth2 authentication on specific platforms. * the wheel built from source (macOS Ventura 13.6.3) * pulsar_client-3.4.0-cp312-cp312-macosx_10_15_universal2.whl (macOS Ventura 13.6.3) * pulsar_client-3.4.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (Rocky Linux 9) * pulsar_client-3.4.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (Ubuntu 22.04) Thanks, Yunze On Thu, Dec 28, 2023 at 5:13 PM PengHui Li <peng...@apache.org> wrote: > > +1 (binding) > > - Checked the signature > - Install the pulsar_client-3.4.0-cp39-cp39-macosx_10_15_universal2.whl > - Run Pulsar standalone > - Run the Python examples `python3 ./examples/consumer.py` and `python3 > ./examples/producer.py` > > Regards, > Penghui > > On Tue, Dec 26, 2023 at 4:54 PM Zike Yang <z...@apache.org> wrote: > > > This is the first release candidate for Apache Pulsar Client Python, > > version 3.4.0. > > > > It fixes the following issues: > > https://github.com/apache/pulsar-client-python/milestone/5?closed=1 > > > > *** Please download, test and vote on this release. This vote will > > stay open for at least 72 hours *** > > > > Python wheels: > > > > https://dist.apache.org/repos/dist/dev/pulsar/pulsar-client-python-3.4.0-candidate-1/ > > > > The supported python versions are 3.8, 3.9, 3.10, 3.11 and 3.12. The > > supported platforms and architectures are: > > - Windows x86_64 (windows/) > > - glibc-based Linux x86_64 (linux-glibc-x86_64/) > > - glibc-based Linux arm64 (linux-glibc-arm64/) > > - musl-based Linux x86_64 (linux-musl-x86_64/) > > - musl-based Linux arm64 (linux-musl-arm64/) > > - macOS universal 2 (macos/) > > > > You can download the wheel (the `.whl` file) according to your own OS > > and Python version > > and install the wheel: > > - Windows: `py -m pip install *.whl --force-reinstall` > > - Linux or macOS: `python3 -m pip install *.whl --force-reinstall` > > > > The tag to be voted upon: v3.4.0-candidate-1 > > (v3.4.0-candidate-1) > > https://github.com/apache/pulsar-client-python/tree/v3.4.0-candidate-1 > > > > Pulsar's KEYS file containing PGP keys you use to sign the release: > > https://downloads.apache.org/pulsar/KEYS > > > > Please download the Python wheels and follow the README to test. > >